-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
149 lines (149 loc) · 5.52 KB
/
Copy pathwork.html
File metadata and controls
149 lines (149 loc) · 5.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stephanie Li - Work</title>
<link rel="stylesheet" href="css/styles.css" />
<style>
/* import fonts */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Luxurious+Script&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Instrument+Serif:ital@0;1&family=Libre+Caslon+Display&family=Shippori+Mincho&display=swap");
</style>
</head>
<body>
<header>
<div id="navbar">
<a id="home" class="navlink" href="index.html">Home</a>
<a id="about" class="navlink" href="about.html">About</a>
<a id="work" class="navlink" href="work.html">Work</a>
<a
id="resume"
class="navlink"
href="files/Stephanie Li - Resume.pdf"
target="blank"
>Resume</a
>
<a id="journal" class="navlink" href="journal.html">Journal</a>
<a id="menu" class="navlink" href="">Menu</a>
</div>
</header>
<div class="subpage-hero hero-section section">
<div class="hero-text-container">
<div class="hero-text">
<h1 class="hero-heading">
Explore my <span class="Script">Work</span>
</h1>
<!-- <p id="asterisk">*</p> -->
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="section-title">
<h2><span class="header-italic">Some of my</span> 💻 recent works</h2>
</div>
<div class="tile-container">
<a href="team/index.html" target="blank" class="tile project-tile">
<img class="project-image" src="images/team-project.png" />
<h6 class="project-title">Team Project</h6>
<p class="project-description">
This one’s still in the works... Come back to see what my awesome,
yummy, amazing, super cool, scrumdiddlicious team built for
COMPSCI 1XC3!
</p>
</a>
<a
href="https://github.com/steph-and-e/paper-strings"
target="blank"
class="tile project-tile"
>
<img class="project-image" src="images/paperstrings.png" />
<h6 class="project-title">PaperStrings</h6>
<p class="project-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation.
</p>
</a>
<a
href="https://github.com/steph-and-e/amiguru"
target="blank"
class="tile project-tile"
>
<img class="project-image" src="images/amiguru.png" />
<h6 class="project-title">Amiguru</h6>
<p class="project-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation.
</p>
</a>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="section-title">
<h2><span class="header-italic">From the</span> 🧪 laboratory</h2>
</div>
<div class="tile-container lab">
<a href="layout/index.html" target="blank" class="tile project-tile">
<h6 class="project-title">Web Layout Assignment</h6>
</a>
<a
href="labs/Lab 4.1/chapter-17.html"
target="blank"
class="tile project-tile"
>
<h6 class="project-title">Lab 4.1 - Arithmetic Quiz</h6>
</a>
<a
href="labs/Lab 4.1/chapter-18.html"
target="blank"
class="tile project-tile"
>
<h6 class="project-title">Lab 4.1 - Lottery App</h6>
</a>
</div>
<div class="tile-container lab">
<a
href="labs/Lab 4.2/addition.html"
target="blank"
class="tile project-tile"
>
<h6 class="project-title">Lab 4.2 - Arithmetic Quiz Part 2</h6>
</a>
<a
href="labs/Lab 4.2/innerHTMLExample2.html"
target="blank"
class="tile project-tile"
>
<h6 class="project-title">Lab 4.2 - innerHTML</h6>
</a>
<a
href="labs/Lab 4.2/moveme.html"
target="blank"
class="tile project-tile"
>
<h6 class="project-title">Lab 4.2 - Moving Ball Exercise</h6>
</a>
</div>
</div>
</div>
<footer>
<hr />
<div class="section">
<div class="container">
<h6>Made with 💜 by Stephanie Li</h6>
<div id="contact-links">
<a href=""><img src="images/mail.png" /></a>
<a href=""><img src="images/linkedin.png" /></a>
<a href=""><img src="images/github.png" /></a>
</div>
</div>
</div>
</footer>
</body>
</html>