-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (215 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tadas Zvinklys personal website</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<script src="https://kit.fontawesome.com/ca2794aaa3.js" crossorigin="anonymous"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<style>
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
.w3-third img{margin-bottom: -6px; opacity: 0.8; cursor: pointer}
.w3-third img:hover{opacity: 1}
</style>
</head>
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-bar-block w3-white w3-animate-left w3-text-grey w3-collapse w3-top w3-center" style="z-index:3;width:300px;font-weight:bold" id="mySidebar"><br>
<h3 class="w3-padding-64 w3-center"><b>Tadas<br>Zvinklys</b></h3>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT ME</a>
<a href="#projects" onclick="w3_close()" class="w3-bar-item w3-button">PROJECTS</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
<a href="https://www.facebook.com/tadas.zvinklys.9" target="_blank" class="w3-bar-item"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://www.linkedin.com/in/tadas-zvinklys-80b020207/" target="_blank" class="w3-bar-item"><i class="fab fa-linkedin fa-2x"></i>
<a href="https://github.com/tadzyla" target="_blank" class="w3-bar-item"><i class="fab fa-github-square fa-2x"></i></a>
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-hide-large">X</a>
</nav>
<!-- Top menu on small screens -->
<header class="w3-container w3-top w3-hide-large w3-white w3-xlarge w3-padding-16">
<span class="w3-left w3-padding w3-text-grey" style="font-weight:bold">Tadas Zvinklys</span>
<a href="javascript:void(0)" class="w3-right w3-button w3-white" onclick="w3_open()">☰</a>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Push down content on small screens -->
<div class="w3-hide-large" style="margin-top:83px"></div>
<!-- Photo grid -->
<div class="w3-row">
<div class="w3-third">
<img src="" style="width:100%" onclick="onClick(this)" >
</div>
<div class="w3-third">
<img src="" style="width:100%" onclick="onClick(this)" >
</div>
<div class="w3-third">
<img src="" style="width:100%" onclick="onClick(this)" >
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" style="padding-top:0" onclick="this.style.display='none'">
<span class="w3-button w3-black w3-xlarge w3-display-topright">×</span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption"></p>
</div>
</div>
<!-- About section -->
<div class="w3-container w3-dark-grey w3-center w3-text-light-grey w3-padding-32" id="about">
<h4><b>About Me</b></h4>
<figure>
<img src="/IMG_1245.jpg" alt="Me" class="w3-image w3-padding-32" width="450" height="450">
<figcaption>Me doing Yorkshire Three Peaks Challenge in 2019</figcaption>
</figure>
<div class="w3-content w3-justify" style="max-width:600px">
<p>
Hello, my name is Tadas and I am a self-taught front end developer. This is my personal website and a showcase of my professional skills and personal projects.
</p>
<p>email: <b>[email protected]</b></p>
<p>tel: <b>07543967427</b></p>
<hr class="w3-opacity">
<h4 class="w3-padding-16">Skills</h4>
<p class="w3-wide">Javascript</p>
<div class="w3-white">
<div class="w3-container w3-padding-small w3-center w3-grey" style="width:50%">intermediate</div>
</div>
<p class="w3-wide">React</p>
<div class="w3-white">
<div class="w3-container w3-padding-small w3-center w3-grey" style="width:30%">beginner</div>
</div>
<p class="w3-wide">Node</p>
<div class="w3-white">
<div class="w3-container w3-padding-small w3-center w3-grey" style="width:50%">intermediate</div>
</div>
<p class="w3-wide">HTML & CSS</p>
<div class="w3-white">
<div class="w3-container w3-padding-small w3-center w3-grey" style="width:50%">intermediate</div>
</div>
<p class="w3-wide">Photoshop</p>
<div class="w3-white">
<div class="w3-container w3-padding-small w3-center w3-grey" style="width:75%">advanced</div>
</div>
<!-- <p></p><button class="w3-button w3-light-grey w3-padding-large w3-margin-top w3-margin-bottom">Download Resume</button></p> -->
<hr class="w3-opacity">
<div id="projects">
<h4 class="w3-padding-16 w3-center">Projects</h4>
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half w3-margin-bottom">
<ul class="w3-ul w3-white w3-center">
<li class="w3-black w3-xlarge w3-padding-32">Movie fight</li>
<li class="w3-padding-16">
<img src="/Screenshot from 2021-05-11 12-42-06.png" width="100%" alt="movie fight">
</li>
<li class="w3-padding-8">
<p class="w3-justify">
Project movie fight was built, following course material using HTML, CSS and Javascript. This little app
compares two movie stats and helps user to decide which one to choose. Stats extracted from API of movie database.
</p>
</li>
<li class="w3-light-grey w3-padding-24">
<a class="w3-button w3-white w3-padding-large" href="https://tadzyla.github.io/project_movie_fights/" target="_blank">Visit</a>
</li>
</ul>
</div>
<div class="w3-half w3-margin-bottom">
<ul class="w3-ul w3-white w3-center">
<li class="w3-black w3-xlarge w3-padding-32">Game Maze</li>
<li class="w3-padding-16">
<img src="/Screenshot from 2021-05-11 12-24-25.png" width="100%" alt="maze game">
</li>
<li style="padding-bottom: 52px">
<p class="w3-justify">Maze game was built follwing course material using HTML, CSS, Javascript and Mater.js library. This game will work only on dekstop, user need buttons to move the ball</p>
</li>
<li class="w3-light-grey w3-padding-24">
<a class="w3-button w3-white w3-padding-large" href="https://tadzyla.github.io/maze_game/" target="_blank">Visit</a>
</li>
</ul>
</div>
<div class="w3-half w3-margin-bottom">
<ul class="w3-ul w3-white w3-center">
<li class="w3-black w3-xlarge w3-padding-32">Myself</li>
<li class="w3-padding-16">
<img src="/Screenshot from 2021-05-11 20-37-02.png" width="100%" alt="myself">
</li>
<li style="padding-bottom: 96px">
<p class="w3-justify">Funny little project which I call Myself. I draw myself using only CSS language. Take a look!</p>
</li>
<li class="w3-light-grey w3-padding-24">
<a class="w3-button w3-white w3-padding-large" href="https://tadzyla.github.io/mySelf/" target="_blank">Visit</a>
</li>
</ul>
</div>
<div class="w3-half w3-margin-bottom">
<ul class="w3-ul w3-white w3-center">
<li class="w3-black w3-xlarge w3-padding-32">Etsy shop</li>
<li class="w3-padding-16">
<img src="/Screenshot from 2021-05-11 21-00-07.png" width="100%" alt="Etsy shop">
</li>
<li style="padding-bottom: 74px">
<p class="w3-justify">One of my passion is photography. Here I want to show you some of my work on Etsy platform, where I sell photo prints for customers</p>
</li>
<li class="w3-light-grey w3-padding-24">
<a class="w3-button w3-white w3-padding-large" href="https://www.etsy.com/uk/shop/TadasPhotographyShop" target="_blank">Visit</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Contact section -->
<div class="w3-container w3-light-grey w3-padding-32 w3-padding-large" id="contact">
<div class="w3-content" style="max-width:600px">
<h4 class="w3-center"><b>Contact Me</b></h4>
<form class="contact-form">
<div class="w3-section">
<label>Full name</label>
<input class="w3-input w3-border" type="text" id="name" required>
</div>
<div class="w3-section">
<label>Email</label>
<input class="w3-input w3-border" type="email" id="email" required>
</div>
<div class="w3-section">
<label>Subject</label>
<input class="w3-input w3-border" type="test" id="subject" required>
</div>
<div class="w3-section">
<label>Message</label>
<textarea class="w3-input w3-border" rows="4" cols="50" id="message" placeholder="Do not send message yet, functionality coming soon. Thank you" required></textarea>
</div>
<div class="w3-center">
<input type="submit" class="submit" value="Send message">
</div>
</form>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-16 w3-grey">
</footer>
<!-- End page content -->
</div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
</script>
</body>
</html>