-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
302 lines (285 loc) · 15.6 KB
/
index.html
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
<title>Annie Wu</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta charset="UTF-8">
<meta property="og:title" content="Annie Wu" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://anniew.xyz" />
<meta property="og:description" content="Hi! I'm Annie." />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://anniew.xyz/img/me-icon-smiling.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Annie Wu">
<meta name="twitter:description" content="Hi! I'm Annie.">
<meta name="twitter:image" content="https://anniew.xyz/img/me-icon-smiling.png">
<meta name="twitter:site" content="@anniedotexe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="copyright" content="Annie Wu">
<meta name="description" content="Hi! I'm Annie.">
<meta name="keywords"
content="Annie Wu, Annie Wu Portfolio, Annie Wu Photography, photographer, developer, java, python, html, css, javascript, web developer, webdev, portfolio, quality assurance, qa engineer, quality assurance engineer">
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://anniew.xyz" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" />
<link rel="stylesheet" href="./css/main.css" type="text/css">
<link rel="stylesheet" href="./css/header.css" type="text/css">
<link rel="stylesheet" href="./css/home.css" type="text/css">
<link rel="stylesheet" href="./css/projects.css" type="text/css">
<link rel="stylesheet" href="./css/footer.css" type="text/css">
</head>
<body>
<header class="header">
<a href="/" class="header-logo">@anniedotexe</a>
<nav class="nav">
<div class="toggle"><i class="fas fa-bars"></i></div>
<ul class="nav-menu">
<li class="nav-item"><a href="/about">About</a></li>
<li class="nav-item"><a href="/projects">Projects</a></li>
<li class="nav-item"><a href="https://anniedotexe.mypixieset.com/">Photos</a>
</li>
</ul>
</nav>
</header>
<main class="main-container home-section">
<section id="home">
<div class="landing-page-details">
<h1 class="small-title">Hi,</h1>
<h2 class="big-title">I'm <span class="my-name pink">Annie</span></h2>
<h3 class="medium-title"><em>Quality Assurance Engineer @ <a class="pink"
href="https://get.popmenu.com/">Popmenu</a></em></h3>
<!-- <div class="short-bio">
<p>I am a photographer, self-taught developer, and
mother of a bear
puppy named Coconut
based in Los Angeles, California.</p>
</div> -->
</div>
<div class="art-me">
<img src="./img/me-icon.gif"
alt="Icon of me and Coconut. Art credits to @wynn.draws">
</div>
<div class="landing-page-socials">
<ul>
<li class="social-link">
<a href="https://www.linkedin.com/in/anniewu2303/" aria-label="LinkedIn"
target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li class="social-link">
<a href="https://github.com/anniedotexe" aria-label="GitHub"
target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li class="social-link">
<a href="https://instagram.com/anniedotexe" aria-label="Instagram"
target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
</section>
<section class="projects" id="select-projects">
<h2>Select Projects</h2>
<p class="section-description">
Here are some personal projects I have worked on.<br>
You can find more on <a class="hyperlink"
href="https://github.com/anniedotexe">GitHub</a>.
</p>
<div class="project-cards-container">
<div class="card">
<img src="./img/project-preview/nunflix-preview.png"
alt="Project Preview Screenshot" class="card-preview-img">
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
Nunflix
</span>
<div class="project-links">
<a href="https://nunflix-6e5b3.web.app/">
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://github.com/anniedotexe/nunflix">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>React JS</span>
<span>Firebase Hosting</span>
</div>
<p class="project-description">
This is a frontend clone of Netflix's website made just for their
original series <a class="hyperlink"
href="https://www.imdb.com/title/tt9059350/">Warrior Nun</a>. It
is built with React and uses the TMDB API to pull in data and
images. All images are shuffled upon page refresh.
</p>
</div>
</div>
<div class="card">
<img src="./img/project-preview/subuwu-preview.png"
alt="Project Preview Screenshot" class="card-preview-img">
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
Subuwu
</span>
<div class="project-links">
<a href="https://subuwu.anniew.xyz/">
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://github.com/anniedotexe/subuwu">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>ReactJS</span>
<span>Redux</span>
<span>Styled-Components</span>
</div>
<p class="project-description">
This is a responsive Tesla website clone customized for Subuwu
(Subaru but its uwu).
</p>
</div>
</div>
<div class="card">
<img src="./img/project-preview/ig-bot-preview.png"
alt="Project Preview Screenshot" class="card-preview-img">
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
Instagram Like & Comment Bot
</span>
<div class="project-links">
<a href="https://www.instagram.com/anniedotexe/">
<i class="fas fa-external-link-alt"></i>
</a>
<a
href="https://github.com/anniedotexe/Instagram-Like-Comment-Bot">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>Python</span>
<span>Selenium</span>
</div>
<p class="project-description">
An Instagram bot script written in Python using <a class="hyperlink"
href="https://selenium-python.readthedocs.io/">Selenium</a> on
Google Chrome. It will go through posts in hashtag(s) and like
and/or comment on them.
</p>
</div>
</div>
<div class="card">
<img src="./img/project-preview/twitcord-preview.png"
alt="Project Preview Screenshot" class="card-preview-img">
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
Twitcord
</span>
<div class="project-links">
<a href="https://twitcord.anniew.xyz/">
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://github.com/anniedotexe/twitcord">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>HTML5</span>
<span>CSS3</span>
<span>JavaScript</span>
</div>
<p class="project-description">
A mobile UI concept of "If Twitter was owned by Discord." It was
inspired by this <a
href="https://www.reddit.com/r/discordapp/comments/lxjoe1/if_twitter_were_owned_by_discord/"
class="hyperlink">concept art</a> on Reddit. You can
change the nav tabs and toggle on the reaction buttons.
</p>
</div>
</div>
</section>
<div class="cta-container">
<a href="/projects" class="cta">
<img src="./img/coding.svg" alt="Code Icon">
<span>Explore More</span>
</a>
</div>
</main>
<footer class="footer-container">
<div class="footer">
<div class="footer-column">
<a href="/" class="footer-logo">@anniedotexe</a>
<div class="socials">
<ul>
<li class="social-link">
<a href="https://www.linkedin.com/in/anniewu2303/"
aria-label="LinkedIn" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li class="social-link">
<a href="https://github.com/anniedotexe" aria-label="GitHub"
target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li class="social-link">
<a href="https://instagram.com/anniedotexe" aria-label="Instagram"
target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
<span class="copyright"><i class="fa-regular fa-copyright"></i> Annie Wu
2021-2024</span>
</div>
<div class="footer-column">
<a href="/about" class="footer-button">
<img src="./img/smile.svg" alt="Smile Icon">
About
</a>
<a href="/projects" class="footer-button">
<img src="./img/coding.svg" alt="Code Icon">
Projects
</a>
</div>
<div class="footer-column">
<!-- <a href="https://www.polywork.com/anniedotexe" class="footer-button">
<img src="./img/polywork.svg" alt="PolyWork Icon">
Updates
</a> -->
<a href="https://anniedotexe.mypixieset.com/" class="footer-button">
<img src="./img/camera.svg" alt="Camera Icon">
Photos
</a>
<a href="mailto:[email protected]" class="footer-button">
<img src="./img/email.svg" alt="Email Icon">
Contact
</a>
</div>
</div>
</footer>
<script src="./js/main.js"></script>
</body>
</html>