This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
292 lines (220 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lily Paczesniak</title>
<link rel="stylesheet" href="src/style/main/main.css" />
<link rel="stylesheet" href="src/style/about/about.css" />
<link rel="stylesheet" href="src/style/skills/skills.css" />
<link rel="stylesheet" href="src/style/works/works.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="icon" type="image/x-icon" href="src/png/favicon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<script src="https://kit.fontawesome.com/349bd4180c.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="container">
<button class="button" id="theme"><i class="fa-solid fa-cloud-moon"></i></button>
<a href="#contact" class="button" id="con"><i class="fa-solid fa-circle-user"></i></a>
</div>
</header>
<div class="hero" id="hero">
<div class="hero-display">
<div class="container" id="about-container">
<div class="shape one" id="about">
<h2 class="title">ABOUT</h2>
<div class="about-content" id="about-content">
<p>
I'm an aspiring software engineer based in London. I've worked in the coffee industry for over 6 years and felt like
I've reached the end of that journey, in turn pursuing a new career. Using Codecademy and various other open source
platforms across the web, I studied software development and created unique projects to show my passion for the field.
<br>
<br>
Outside of the virtual world, I love all things creative - art and design, textiles, playing and composing music... as well as travelling,
gardening and playing with my cat.
</p>
</div>
</div>
<div class="secondary-container">
<div class="shape two">
<h1 class="initials">LI</h1>
</div>
<div class="shape three">
<h1 class="initials">LY</h1>
</div>
</div>
</div>
<div class="container" id="skills-container">
<div class="shape two" id="two1">
<h1 class="initials">PA</h1>
</div>
<div class="shape one" id="skills">
<h2 class="title" id="skills-title">SKILLS</h2>
<div class="skills-content" id="skills-content">
<div class="skills-nav" id="skills-nav">
<div class="skill-icon active" id="lang-icon">
< <p>LANGUAGES</p> >
</div>
<div class="skill-icon" id="tools-icon">
{ <p>TOOLS</p> }
</div>
<div class="skill-icon" id="env-icon">
. / <p>ENVIRONMENT</p>
</div>
<div class="skill-icon bold" id="more-icon"> ... </div>
</div>
<section class="skills-section active" id="lang">
<div class="gallery">
<i class="devicon-html5-plain">
<p> HTML </p>
</i>
<i class="devicon-css3-plain">
<p> CSS </p>
</i>
<i class="devicon-javascript-plain">
<p> JavaScript </p>
</i>
<i class="devicon-python-plain">
<p> Python </p>
</i>
</div>
<p class="text">
Proficient at web developement essentials such as HTML and CSS. I feel confident with object-oriented programming such as
JavaScript, and I'm quick at understanding new syntax and concepts.
</p>
</section>
<section class="skills-section" id="tools">
<div class="gallery">
<i class="devicon-react-original">
<p> React JS </p>
</i>
<i class="devicon-nodejs-plain">
<p> Node JS </p>
</i>
<i class="devicon-express-original">
<p> Express JS </p>
</i>
<i class="material-symbols-outlined">
rocket_launch
<p>Phaser JS</p>
</i>
<i class="devicon-tailwindcss-original-wordmark">
<p> Tailwind CSS </p>
</i>
<i class="devicon-chrome-plain">
<p> Chrome DevTools </p>
</i>
<i class="devicon-sqlite-plain">
<p> SQLite </p>
</i>
<i class="devicon-npm-original-wordmark">
<p>NPM</p>
</i>
</div>
<p class="text">
I have built multiple projects using JavaScript frameworks and libraries such as React. I've also taken advantage
of open source tools such as Developer Tools, to program more efficiently.
</p>
</section>
<section class="skills-section" id="env">
<div class="gallery">
<i class="devicon-bash-plain">
<p>bash / zsh</p>
</i>
<i class="devicon-git-plain">
<p> Git </p>
</i>
<i class="devicon-nodejs-plain">
<p> Node JS </p>
</i>
<i class="devicon-apache-line">
<p> Apache </p>
</i>
<i class="devicon-postgresql-plain">
<p> Postgres </p>
</i>
<i class="devicon-vscode-plain">
<p>VS Code</p>
</i>
</div>
<p class="text">
I test my projects locally using either node or Apache (through MAMP) before deploying live demos through GitHub
Pages, Netlify or Heroku. I'm comfortable navigating directories and using source control through the command line.
</p>
</section>
<section class="skills-section" id="more">
<h3> Currently exploring... </h3>
<div class="gallery">
<i class="devicon-csharp-plain">
<p> C# </p>
</i>
<i class="devicon-mongodb-plain">
<p> MongoDB </p>
</i>
</div>
<p class="text">
I always feel like I know too little which drives me to learn every day. As well as learning how to further improve my web
developement skills, I'm expanding my focus onto the back-end.
</p>
</section>
</div>
</div>
<div class="shape two" id="two2">
<h1 class="initials">CZE</h1>
</div>
</div>
<div class="container" id="works-container">
<div class="secondary-container">
<div class="shape three">
<h1 class="initials">SNI</h1>
</div>
<div class="shape two">
<h1 class="initials" >AK</h1>
</div>
</div>
<div class="shape one" id="works">
<h2 class="title">WORKS</h2>
</div>
</div>
</div>
</div>
<div class="contact" id="contact">
<h3>Get in touch!</h3>
<div id="iframe-container"><iframe src="./contact-form.html"></iframe></div>
<h3>Or find me here:</h3>
<div class="contact-container">
<p>
<i class="fa-regular fa-envelope"></i><br>lilypaczesniak@outlook.com
</p>
<a href="https://github.com/lilspad" target="_blank">
<i class="devicon-github-original"></i><br>lilspad
</a>
<a href="https://www.linkedin.com/in/lily-paczesniak/" target="_blank">
<i class="devicon-linkedin-plain"></i><br>Lily Paczesniak
</a>
</div>
</div>
<footer>
<p class="copyright" >© Lily Paczesniak 2023</p>
</footer>
<script src="src/script/hero.js"></script>
<script src="src/script/about.js"></script>
<script src="src/script/skills.js"></script>
<script src="src/script/works.js"></script>
<script src="src/script/theme.js"></script>
</body>
</html>
<!--
To do:
- Figure out PHP mail()
- About page
- Skills page
- Projects page
- transitions for the three ^
- Pictures for the blanks in hero
-->