-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (150 loc) · 7.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Front End Engineer | Lilla Csanaky">
<title>Front End Engineer | Lilla Csanaky</title>
<link rel="icon" type="image/x-icon" href="/images/favicon-32x32.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Candal&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/src/style.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/5f2132b421.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark" style="background-color: var(--primary-color);">
<div class="container-fluid">
<a class="navbar-brand" href="/" title="About me">
<img src="/images/logo-flower.png" alt="Yellow flower logo" class="nav-bar-logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="/" title="Introduction - Lilla Csanaky">About</a>
<a class="nav-link" href="/resume.html" title="Resume - Lilla Csanaky">Resume</a>
<a class="nav-link" href="/portfolio.html" title="Portfolio - Lilla Csanaky">Portfolio</a>
<a class="nav-link" href="/contact.html" title="Contact - Lilla Csanaky">Contact</a>
</div>
</div>
</div>
</nav>
</header>
<main>
<section class="hero">
<span class="background-image" role="img" aria-label="Nicely organized desktop."> </span>
<h1>
Hi, my name is Lilla.
</h1>
<h2>
I am a front-end engineer.
</h2>
</section>
<section class="about-me">
<div class="about-container">
<div class="about-box">
<img src="/images/profile_pic-min.jpg" alt="Profile picture of Lilla Csanaky" class="profile-picture">
</div>
<div class="about-box">
<h3>About me</h3>
<p class="p-0">As an enthusiastic Process Engineer with over a decade of experience in the pharmaceutical industry, I have been deeply
involved in software validation and testing. My journey in self-development led me to explore various programming
languages, igniting my passion for coding and web design. After completing a Front-End Development course focusing on
React, I transitioned into a career in web development with an internship.
Today, I am thrilled to work as a dedicated Front-End Engineer, utilizing my 10+ years of experience and expertise in
the pharmaceutical industry alongside my proficiency in front-end development. I am enhancing my design skills with
mobile and web designs and my technical writing skills with contributions to open-source projects.</p>
</div>
</div>
<div class="about-container buttons">
<div class="about-box center mb-4">
<a href="/portfolio.html" class="primary-button" title="Go to my portfolio">My projects</a>
</div>
<div class="about-box center">
<a href="/resume.html" class="secondary-button" title="Go to my resume">My Resume</a>
</div>
</div>
</section>
<section class="careerOutline">
<div class="about-container">
<div class="about-box">
<h3>What I do </h3>
<p>My diverse background and work experience in different industries, countries and various roles provide me with a
wide range of skills and competencies.</p>
</div>
<div class="about-box">
<img src="/images/intro.svg" alt="Illustration" class="img-fluid text-center intro">
</div>
</div>
<div class="areas-container">
<div class="areas-element">
<div class="areas-header">
<i class="fas fa-laptop icon"></i>
<span class="area">Web Development</span>
</div>
<ul>
<li>Web applications with React</li>
<li>Landing pages with HTML, CSS, JavaScript</li>
<li>Full stack development with Laravel and Vue.js</li>
<li>Code reviews and testing</li>
</ul>
</div>
<div class="areas-element">
<div class="areas-header">
<i class="fa-solid fa-paintbrush icon"></i>
<span class="area">Web Design</span>
</div>
<ul>
<li>Design and prototyping with Figma</li>
<li>Responsive design</li>
<li>Accessibility best practices</li>
<li>User centric design</li>
</ul>
</div>
<div class="areas-element">
<div class="areas-header">
<i class="fa-solid fa-keyboard icon"></i>
<span class="area">Technical Writing</span>
</div>
<ul class="text-left">
<li>Technical documentations</li>
<li>Open source contributions</li>
<li>User manuals</li>
<li>Training materials</li>
</ul>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container footer-icon-container">
<a href="https://www.linkedin.com/in/lillacsanaky/" title="Go to LinkedIn" target="_blank" rel="noopener noreferrer" class="footer-link">
<img src="./images/linkedin-square_.png" alt="LinkedIn icon" class="footer-icon">
</a>
<a href="https://github.com/cslylla" title="Go to GitHub" target="_blank" rel="noopener noreferrer" class="footer-link">
<img src="./images/github-square_.png" alt="GitHub icon" class="footer-icon">
</a>
<a href="https://medium.com/@cslylla" title="Go to Medium" target="_blank" rel="noopener noreferrer" class="footer-link">
<img src="./images/medium-square_.png" alt="Medium icon" class="footer-icon">
</a>
<a href="https://www.instagram.com/creative.debugger/" title="Go to Instagram" target="_blank" rel="noopener noreferrer"
class="footer-link">
<img src="./images/insta-square_.png" alt="Instagram icon" class="footer-icon">
</a>
</div>
<p class="m-0">This webpage was coded by
<a href="https://www.linkedin.com/in/lillacsanaky/" target="_blank" rel="noopener noreferrer" title="Go to LinkedIn profile" class="footer-link">cslylla</a>
and it is
<a href="https://github.com/cslylla/lilac-portfolio" target="_blank" rel="noopener noreferrer" title="Go to GitHub repository" class="footer-link">open-sourced</a>
</p>
</footer>
</body>
</html>