-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
321 lines (266 loc) · 15.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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ella Šenovská – Junior Frontend Developer</title>
<meta name="description" content="Ella Šenovská – Junior Frontend Developer – Portfolio" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.css"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.bunny.net" />
<link
href="https://fonts.bunny.net/css2?family=Reem+Kufi:wght@400;700&family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<!-- Header -->
<header class="header header--background-pattern">
<button class="nav-btn" aria-label="toggle navigation screen">
<span class="nav-btn__hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li><a href="/" class="nav__link">Home</a></li>
<li><a href="/#about" class="nav__link">About me</a></li>
<li><a href="/#services" class="nav__link">My Services</a></li>
<li><a href="/#work" class="nav__link">My Projects</a></li>
</ul>
</nav>
<!-- Introduction -->
<div class="container intro">
<h1 class="intro__title">
<span class="intro__first-name">Ella</span>
<br />
<span class="intro__last-name">Šenov­ská</span>
</h1>
<p class="intro__subtitle">Creative Frontend Developer</p>
<img src="/img/photo.webp" alt="" class="intro__img" />
</div>
</header>
<main class="main">
<!-- About me - "Who I am" -->
<div class="wedge"></div>
<section class="container about-me" id="about">
<h2 class="about-me__title">Who I am</h2>
<div class="about-me__body">
<p>
I strive to fulfill my
<strong class="highlighted highlighted--light">creative passion</strong> to become a
<strong class="highlighted highlighted--light">web developer and designer</strong>.
I draw inspiration from my roots in the
<a class="highlighted highlighted--light" href="https://en.wikipedia.org/wiki/Demoscene"
>demoscene</a
>, where I honed my skills in computer art. My goal is to bring my audiovisual design creativity
in the real world.
</p>
<p>
With a strong IT background in helpdesk support and conference audio and video tech,
I excel at solving complex technical problems with innovative solutions. My experience
in these areas has further fueled my passion for technology and creativity.
</p>
<p>
In my free time, I find joy in hiking and climbing hills to enjoy breathtaking
nature views. When I'm not outdoors, I indulge in painting, composing electronic
music, and spending quality time with friends. My journey in the demoscene has not
only made me proficient in creating music but has also instilled in me a persistent
drive to push the boundaries of my creativity.
</p>
</div>
<div class="about-me__buttons">
<a href="/CV_Ella_Senovska.pdf" class="btn btn--resume">
<div class="btn__text"><i class="fas fa-file-pdf"></i> My Resume</div>
</a>
<a href="#work" class="btn btn--projects">
<div class="btn__text"><i class="fas fa-arrow-down"></i> My Projects</div>
</a>
</div>
</section>
<!-- My services - "What I do" -->
<div class="wedge"></div>
<section class="container my-services" id="services">
<h2 class="my-services__title">What I do</h2>
<div class="my-services__services">
<div class="my-services__service">
<h3 class="highlighted">Design</h3>
<p class="my-services__text">
I create clean and intuitive web apps that follow core
<strong class="highlighted">UX design principles</strong>, emphasizing both aesthetics
and functionality. My designs, created with Figma, can be delivered as standalone
assets or integrated with websites. I ensure each project is tailored to meet specific
user needs, resulting in a seamless and engaging user experience.
</p>
</div>
<div class="my-services__service">
<h3 class="highlighted">Development</h3>
<p class="my-services__text">
As a versatile Front-End developer, I specialize in semantic <strong class="highlighted">HTML</strong>, modern
<strong class="highlighted">CSS</strong>
(including Flexbox, Grid and SCSS), and
<strong class="highlighted">JavaScript</strong>.
My expertise extends to CSS frameworks
like <strong class="highlighted">Tailwind</strong> and <strong class="highlighted">Bootstrap</strong>, and I have
a solid grasp of <strong class="highlighted">React</strong> fundamentals. I am proficient
in manipulating data from APIs and use Git, GitHub, and NPM Scripts for efficient
development and automation.
</p>
</div>
</div>
</section>
<!-- Portfolio - "My projects" -->
<div class="wedge"></div>
<section class="container portfolio" id="work">
<h2 class="title portfolio__heading">My Frontend Projects</h2>
<p class="portfolio__subtitle">A selection of my range of work</p>
<div class="portfolio__list">
<!-- portfolio-list item 01 -->
<article class="portfolio__item">
<h3 class="portfolio__name">E-Shop</h3>
<a class="portfolio__link" aria-label="Eshop" href="/projects/eshop.html">
<img src="/img/eshop.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 02 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Dev BugFlow</h3>
<a class="portfolio__link" aria-label="Unit Converter" href="/projects/dev-bugflow.html">
<img src="/img/devbugflow.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 03 -->
<article class="portfolio__item">
<h3 class="portfolio__name">C64ColQuiz</h3>
<a class="portfolio__link" aria-label="C64ColQuiz" href="/projects/c64colquiz.html">
<img src="/img/c64colquiz.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 04 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Quizzical</h3>
<a class="portfolio__link" aria-label="Quizzical" href="/projects/quizzical.html">
<img src="/img/quizzical.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 05 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Travel Journal</h3>
<a class="portfolio__link" aria-label="Travel Journal" href="/projects/travel-journal.html">
<img src="/img/travel-journal.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 06 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Personal Dashboard</h3>
<a
class="portfolio__link"
aria-label="Personal Dashboard"
href="/projects/personal-dashboard.html"
>
<img src="/img/personal-dashboard.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 07 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Color Picker</h3>
<a class="portfolio__link" aria-label="Color Picker" href="/projects/color-picker.html">
<img src="/img/color-picker.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 08 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Mobile Restaurant</h3>
<a
class="portfolio__link"
aria-label="Mobile Restaurant"
href="/projects/mobile-restaurant.html"
>
<img src="/img/mobile-restaurant.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- portfolio-list item 09 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Twimba</h3>
<a class="portfolio__link" aria-label="Twimba" href="/projects/twimba.html">
<img src="/img/twimba.webp" alt="" width="1158" height="1158" />
</a>
</article>
</div>
<h2 class="title portfolio__heading--other">My Other Projects</h2>
<p class="portfolio__subtitle">Other interesting projects</p>
<div class="portfolio__list">
<!-- other-portfolio-list item 01 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Homebrew Game Design</h3>
<a class="portfolio__link" aria-label="Homebrew Game Design" href="https://www.youtube.com/watch?v=ZlyazBbdAe4">
<img src="/img/fruitypete.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- other-portfolio-list item 02 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Vector Graphics</h3>
<a class="portfolio__link" aria-label="Vector Graphics" href="https://www.behance.net/gallery/142479359/My-Portfolio">
<img src="/img/vectorgraphics.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- other-portfolio-list item 03 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Pixel Graphics</h3>
<a class="portfolio__link" aria-label="Pixel Graphics" href="https://zxart.ee/spa/autores/a/aki/">
<img src="/img/pixelgraphics.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- other-portfolio-list item 04 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Retro Software Hacks</h3>
<a class="portfolio__link--no-link" aria-label="Retro Software Hacks">
<img src="/img/retrosoftwarehacks.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- other-portfolio-list item 05 -->
<article class="portfolio__item">
<h3 class="portfolio__name">3D Print & Models</h3>
<a
class="portfolio__link--no-link"
aria-label="3D Print and Models"
>
<img src="/img/3dprint.webp" alt="" width="1158" height="1158" />
</a>
</article>
<!-- other-portfolio-list item 06 -->
<article class="portfolio__item">
<h3 class="portfolio__name">Demoscene Awards</h3>
<a class="portfolio__link" aria-label="Demoscene Awards" href="https://2024.revision-party.net/">
<img src="/img/demosceneawards.webp" alt="" width="1158" height="1158" />
</a>
</article>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<h2 class="u-sr-heading">Contact me</h2>
<a href="mailto:ellasenovska(no-spam)@gmail.com" class="footer__email">ellasenovska@gmail.com</a>
<div class="footer__icons">
<a aria-label="LinkedIn" class="footer__link" href="https://www.linkedin.com/in/ella-senovska/">
<i class="fab fa-linkedin"></i>
</a>
<a aria-label="GitHub" class="footer__link" href="https://github.com/kodosa7/">
<i class="fab fa-github"></i>
</a>
<a
aria-label="Behance"
class="footer__link"
href="https://www.behance.net/gallery/142479359/My-Portfolio"
>
<i class="fab fa-behance"></i>
</a>
</div>
</footer>
<script src="/index.js"></script>
</body>
</html>