-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (220 loc) · 7.62 KB
/
Copy pathindex.html
File metadata and controls
220 lines (220 loc) · 7.62 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0 maximum-scale=1.0"
/>
<link rel="stylesheet" href="./styles/main.style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"
defer
></script>
<link
href="https://cdn.lineicons.com/4.0/lineicons.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<script defer src="./scripts/main.script.js" type="module"></script>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicon-16x16.png"
/>
<link rel="shortcut icon" href="./assets/favicon.ico" />
<title>Jasiuka - Portfolio</title>
</head>
<body class="body" id="main-page">
<ul class="notifications"></ul>
<header class="header">
<button class="mobile-menu">
<span class="lni lni-close"></span>
<span class="lni lni-menu"></span>
</button>
<nav class="navigation">
<a href="#">
<img
class="logo"
src="assets/my-logo.svg"
alt="Lukas Jasiukaitis logo"
/>
</a>
<ul class="nav-list">
<li class="nav-list__item">
<a href="#about" class="nav-list__item-link">
<span>About</span>
<span>About</span>
</a>
</li>
<li class="nav-list__item">
<a href="#skills" class="nav-list__item-link">
<span>Skills</span>
<span>Skills</span>
</a>
</li>
<li class="nav-list__item">
<a href="#projects" class="nav-list__item-link">
<span>Projects</span>
<span>Projects</span>
</a>
</li>
<li class="nav-list__item">
<a href="#contact-me" class="nav-list__item-link">
<span>Contact me</span>
<span>Contact me</span>
</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<section class="section" id="hero">
<div class="hero-content">
<div class="hero-content__text">
<span class="uppercase hello">Hello</span>
<h1><span class="not-bold">I am</span> Lukas Jasiukaitis</h1>
<p class="uppercase not-bold">a Web developer</p>
</div>
<div class="hero-content__buttons">
<a
role="button"
title="Download CV"
class="btn-special--reverse btn-cv btn-hero"
href="./assets/files/CV_EN.pdf"
target="_blank"
></a>
<a
role="button"
title="Contact me"
class="btn-special btn-hero"
href="#contact-me"
>
Contact me
</a>
</div>
</div>
<img
class="hero-illustration"
src="assets/il_1.avif"
alt="man sitting on ground illustration"
/>
</section>
<section class="section" id="about">
<h2 class="section-heading">About me</h2>
<div class="section-content">
<p class="about-me-text">
My name is Lukas, and I am a passionate frontend-focused web
developer based in Lithuania. My journey into web development began
with a simple curiosity about how things work online. As I delved
deeper, I discovered that I have a particular knack for writing
clean, efficient code and solving complex logical problems to create
functional and user-friendly interfaces.<br />
<br />
Throughout my career, I have refined my proficiency in HTML, CSS,
JavaScript, and various frontend frameworks, consistently keeping up
with the latest industry trends and best practices. My objective is
to apply my web development expertise to materialize people's
concepts into practical digital solutions that enhance their lives
and make their experiences more enjoyable
</p>
</div>
</section>
<section class="section" id="skills">
<h2 class="section-heading">Skills</h2>
<div class="section-content skills-content">
<div class="skills-wrapper"></div>
</div>
</section>
<section class="section" id="projects">
<h2 class="section-heading">Projects</h2>
<div class="section-content projects-content"></div>
</section>
<section class="section" id="contact-me">
<h2 class="section-heading">Contact me</h2>
<div class="section-content">
<div class="box">
<h3 class="contact-me__box-title">Contact Information</h3>
<p class="contact-me__box-sub">
Fill the form and I will contact you soon or just contact me
personally through my given contacts
</p>
<div class="contact-me__box-contacts">
<h4 class="contact-me__box-contact">
<span class="lni lni-phone"></span>+37063989635
</h4>
<h4 class="contact-me__box-contact">
<span class="lni lni-envelope"></span>luksjasiukaitis@gmail.com
</h4>
</div>
<div class="contact-me__box-socials">
<a
class="lni lni-linkedin-original"
title="Visit my LinkedIn profile"
href="https://linkedin.com/in/lukas-jasiukaitis-b01bb2218"
target="_blank"
></a>
<a
class="lni lni-github-original"
title="Visit my GitHub profile"
href="https://github.com/Jasiuka"
target="_blank"
></a>
</div>
</div>
<form class="contact-me__form">
<div class="form-control">
<input
type="email"
class="form-input"
id="email"
placeholder="Enter your Email.."
name="email"
/>
<label for="email" class="form-label">Email</label>
</div>
<div class="form-control">
<input
type="text"
class="form-input"
id="name"
placeholder="Enter your name.."
name="user_name"
/>
<label for="email" class="form-label">Name</label>
</div>
<div class="form-control">
<textarea
type="text"
class="form-input"
id="message"
name="message"
placeholder="Enter your message.."
></textarea>
<label for="message" class="form-label">Message</label>
</div>
<button type="submit" role="button" class="btn-special form-button">
Send
</button>
</form>
</div>
</section>
</main>
<footer class="footer">
<img class="logo" src="assets/my-logo.svg" alt="Lukas Jasiukaitis logo" />
</footer>
</body>
</html>