-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
329 lines (285 loc) · 13.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
322
323
324
325
326
327
328
329
<!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">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- bootstrap icons https://www.tutorialrepublic.com/bootstrap-icons-classes.php -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>Portfolio of Mr.Stonkus</title>
</head>
<body>
<div class="container-fluid p-0">
<!-- <navbar id="navbar" class="autohide navbar navbar-expand-sm navbar-light bg-white shadow border p-1"> -->
<navbar id="navbar" class="autohide navbar navbar-expand-sm navbar-light bg-white shadow border p-1">
<a class="navbar-brand mb-0 ml-3" href="./index.html">
<h4>STONKUS.LT</h4>
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav"
aria-controls="main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="nav navbar-nav ml-auto mr-3 mt-lg-0">
<li class="nav-item active">
<a href="#welcome-section" class="nav-link" role="navigation" data-bs-toggle="collapse"
data-target=".navbar-collapse.show">
<h5>About</h5>
</a>
</li>
<li class="nav-item">
<a href="#projects" role="navigation" data-bs-toggle="collapse" data-target=".navbar-collapse.show"
class="nav-link">
<h5>Projects</h5>
</a>
</li>
<li class="nav-item">
<a href="#contact-section" data-bs-toggle="collapse" data-target=".navbar-collapse.show" role="navigation"
class="nav-link">
<h5>Contact</h5>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/MrStonkus" id="profile-link" target="_blank" class="nav-link" role="navigation"
data-bs-toggle="collapse" data-target=".navbar-collapse.show">
<i class="bi bi-github"></i>
</a>
</li>
</ul>
</div>
</navbar>
<div id="welcome-section" class="container">
<h1>Hey I am Valdas</h1>
<img id="valdas-pic" class="img-responsive rounded-circle" src="./src/valdas_stonkus_171x171px.jpg"
alt="Valdas Stonkus' face in rounded picture">
<h2>a Full Stack developer</h2>
</div>
<!-- ---Project sections start-------------------------------------------------------->
<section id="projects" class="container-fluid bg-light" style="padding-top: 60px;">
<h1 class="project-tile text-center mb-4">These are some of my works</h1>
<div class="card-columns">
<div class="card p-3">
<div class="row g-0">
<div class="col-4 my-auto">
<img src="src\inr-app.png" class="img-thumbnail"
alt="white app window with cards with different informations for pleoples">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">INR-app (in progress)</h5>
<h6 class="card-subtitle mb-2 text-muted">the monitor of blood density level</h6>
<p class="card-text">This app will help peoples to monitor they INR (blood thickness) and keep all
activities and reminders in one place.</p>
<p class="card-text"><small class="text-muted text-right">Quasar, Vue, JavaScript, Html, CSS</small></p>
<a href="https://stonkus.lt/projects/inr/#/" class="card-link" target="_blank">Demo</a>
<a href="https://github.com/MrStonkus/inr-app" class="card-link" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
<div class="card p-3">
<div class="row g-0">
<div class="col-4 my-auto">
<img src="src\doze-calculator.png" class="img-thumbnail"
alt="Drug schedule output with drug dose in mg and date in console">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Doze calculator</h5>
<h6 class="card-subtitle mb-2 text-muted">drug dose schedule maker</h6>
<p class="card-text">This calculator takes the medicines and calculate drugs dozes by weekly dose
amount. Basically it help peoples who using INR (blood thickness) monitoring.</p>
<p class="card-text"><small class="text-muted text-right">JavaScript</small></p>
<a href="https://github.com/MrStonkus/doze-calculator" class="card-link" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
<div class="card p-3">
<div class="row g-0">
<div class="col-4 my-auto">
<img src="./src/to-do.png" class="img-thumbnail"
alt="To-Do aplication with 3 open and 1 compleated tasks.">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Quasar To-Do</h5>
<h6 class="card-subtitle mb-2 text-muted">web tasks monitoring</h6>
<p class="card-text">Simple To-Do application. I made it because I would like to test the new framework
"Quasar". And I loved it. With one code I could made WIN, Android and SPA aplications.</p>
<p class="card-text"><small class="text-muted text-right">Quasar, Vue, JavaScript, HTML, CSS</small></p>
<a href="https://stonkus.lt/projects/to-do/#/" class="card-link" target="_blank">Demo</a>
<a href="https://github.com/MrStonkus/quasar-todo" class="card-link" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
<div class="card p-3">
<div class="row g-0">
<div class="col-4 my-auto">
<img src="./src/cash-register.png" class="img-thumbnail" alt="Black console with program code">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Cash Register</h5>
<h6 class="card-subtitle mb-2 text-muted">cash register drawer function</h6>
<p class="card-text">Very interesting project. Was made the cash register drawer function
that accepts purchase price as the first argument, payment as the second argument,
and cash-in-drawer as the third argument. The function should always return an object with a status
key and a change key.</p>
<p class="card-text"><small class="text-muted text-right">JavaScript</small></p>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/cash-register"
class="card-link" target="_blank">Test page</a>
<a href="https://github.com/MrStonkus/freeCodeCamp/blob/main/JavaScript%20Algorithms%20and%20Data%20Structures/cashRegister.js"
class="card-link" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
<!-- ----------------------- certificates ------------- -->
<div class="card border-0 bg-light">
<div class="row">
<div class="col-6">
<img src="./src/sert/javascript_and_data.png"
class="img-fluid rounded justify-content-center img-thumbnail" style="cursor: pointer;"
data-toggle="modal" data-target=".bd-modal-javascript"
alt="Certificate of compleated JavaScript algoritms and date structures.">
</div>
<div class="col-6">
<img src="./src/sert/responsive_web_design.png"
class="img-fluid rounded justify-content-center img-thumbnail" style="cursor: pointer;"
data-toggle="modal" data-target=".bd-modal-responsive"
alt="Certificate of compleated Responsive web desingn.">
</div>
</div>
</div>
<!-- modals for certificates -->
<div class="modal fade bd-modal-javascript" tabindex="-1" role="dialog" aria-labelledby="myExtraLargeModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<img class="img-fluid img-thumbnail" src="./src/sert/javascript_and_data.png" alt="">
</div>
</div>
</div>
<div class="modal fade bd-modal-responsive" tabindex="-1" role="dialog" aria-labelledby="myExtraLargeModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<img class="img-fluid img-thumbnail" src="./src/sert/responsive_web_design.png" alt="">
</div>
</div>
</div>
<!-- ------------------ end certificates ----------------------- -->
</div>
</section>
</div>
<!-- ---Project sections end-------------------------------------------------------->
<div id="contact-section" class="container mt-5 text-center">
<h1>Let's work together!</h1>
<div class="container-fluid mb-5 d-flex justify-content-center">
<div class="row p-2">
<img class="img-responsive border rounded-circle my-auto" style="width: 80px"
src="./src/valdas_stonkus_171x171px.jpg" alt="Valdas Stonkus' face in rounded picture">
<div class="p-2">
<div>
<h4>Valdas Stonkus</h4>
</div>
<hr class="my-0">
<div><i class="bi-telephone mr-1"></i>+370-600-80084</div>
<div><i class="bi-envelope mr-1"></i>[email protected]</div>
<div><i class="bi-geo-alt mr-1"></i>Šiauliai-Vilnius, Lithuania</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<!-- <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> -->
</body>
</html>
<style type="text/css">
.autohide {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 1030;
}
.scrolled-down {
transform: translateY(-100%);
transition: all 0.3s ease-in-out;
}
.scrolled-up {
transform: translateY(0);
transition: all 0.3s ease-in-out;
}
.card-columns {
column-count: 2;
}
@media only screen and (max-width: 770px) {
.card-columns {
column-count: 1;
}
}
#welcome-section {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
</style>
<script type="text/javascript">
//Highlight navbar active link
$(document).ready(function () {
$(document).on('click', '.nav-item a', function (e) {
$(this).parent().addClass('active').siblings().removeClass('active');
});
});
//collapse navbar toggler after click on link
$('.navbar-nav>li>a').on('click', function () {
$('.navbar-collapse').collapse('hide');
});
// Navbar autohide function https://bootstrap-menu.com/detail-autohide.html
document.addEventListener("DOMContentLoaded", function () {
el_autohide = document.querySelector('.autohide');
// add padding-top to bady (if necessary)
navbar_height = document.querySelector('.navbar').offsetHeight;
document.body.style.paddingTop = navbar_height + 'px';
if (el_autohide) {
var last_scroll_top = 0;
window.addEventListener('scroll', function () {
let scroll_top = window.scrollY;
if (scroll_top < last_scroll_top) {
el_autohide.classList.remove('scrolled-down');
el_autohide.classList.add('scrolled-up');
} else {
el_autohide.classList.remove('scrolled-up');
el_autohide.classList.add('scrolled-down');
}
last_scroll_top = scroll_top;
});
}
});
$(document).ready(function () {
$("button").click(function () {
$("p").addClass("animated fadeOut");
});
});
</script>