-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.html
371 lines (275 loc) · 12.8 KB
/
web.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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!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">
<title>Front end</title>
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/mystyles.css" rel="stylesheet">
<link href="css/stylesweb.css" rel="stylesheet">
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
</head>
<body onload="myFunction()" style="margin:0;">
<p style="padding-top:0px"></p>
<div id="loader" class="row">
<div class="col-xs-2 col-xs-offset-2 col-sm-offset-5">
<img src="./img/box.gif" />
</div>
</div>
<div id="myDiv" style="display:none;">
<div style="overflow: hidden;">
<header class="jumbotron" >
<div class="row">
<div class="col-sm-8 col-sm-offset-1 hidden" id="homebut">
<h3 > <a href="index.html" style="text-decoration: none; color: grey; "><i class="fa fa-home" aria-hidden="true"></i> Home</a></h3>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-1 hidden">
<h1 padding-top="50px">My experience with the Front-end</h1>
</div>
<div class="col-sm-2 col-sm-offset-1 ">
<img class="round-img hidden logo " src="img/FrontEnd-Icon.png"/>
</div>
</div>
</header>
<div class="front-end">
<p style="padding-top:100px"></p>
<div class="container">
<div class=" col-sm-12 description hidden">
My experience is not quite reach for the moment but still I'm able to make some fancy websites. The one you
are currently on is a good example of my possibilties. I have some main knowledge about the responsive design and I'm always continue
to study new technologies of the web developement.
</div>
</div>
</div>
<p style="padding-top:100px"></p>
<div class="row scroll-btn2" >
<div class="col-sm-2 text-right">
<img src="img/skills.png" id="skills" class="small_hid"/>
</div>
<div class="col-sm-7 pull-sm-left">
<h1 class="center1" style="padding-top:20px;">Skills and Techniques</h1>
</div>
</div>
<p style="padding-top:100px"></p>
<div class="row scroll-btn2">
<div class="col-sm-10 col-sm-offset-1">
<h2 style="color:gray;"> <i class="fa fa-rocket" aria-hidden="true"></i> Development</h2>
</div>
</div>
<div class="row scroll-btn2" >
<div class="col-sm-11 col-sm-offset-1">
<h3 style="color:gray; font-size:18px;">All skills mentioned below are continued to be improved</h3>
</div>
</div>
<p style="padding-top:20px"></p>
<div class="row scroll-btn2">
<div class="col-sm-10 col-sm-offset-1">
<ul class="nav nav-tabs">
<li class="active"><a href="#a" data-toggle="tab">HTML5</a></li>
<li><a href="#b" data-toggle="tab">CSS3</a></li>
<li><a href="#c" data-toggle="tab">JavaScript</a></li>
<li><a href="#d" data-toggle="tab">jQuery</a></li>
<li><a href="#e" data-toggle="tab">AngularJS</a></li>
<li><a href="#f" data-toggle="tab">Bootstrap</a></li>
<li><a href="#g" data-toggle="tab">Git, GitHub</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<p style="padding-top:20px"></p>
<div class="tab-pane active" id="a">
<div class="row">
<div class="col-sm-1"><img src="img/html5.png" style="height:100px; position:relative; margin-left:-10px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;"> I understand the basics of the HTML5,
its DOM structure and how to operate with it</div>
</div>
</div>
<div class="tab-pane" id="b"> <div class="row">
<div class="col-sm-1"><img src="img/css3.png" style="height:110px; position:relative; margin-left:-10px; padding-top:-4px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;"> I am capable to make styles with CSS. Also I had
a small experience with CSS preprocessors such as SASS and LESS but not too much </div>
</div></div>
<div class="tab-pane" id="c"> <div class="row">
<div class="col-sm-1"><img src="img/js.png" style="height:80px; position:relative; margin-left:10px; margin-top:20px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;"> I understand the basics of the Javascript programming.
I know its syntax and the main principles of OOP. I am able to operate with HTML using Javascript and write code independently as well </div>
</div></div>
<div class="tab-pane" id="d"> <div class="row">
<div class="col-sm-1"><img src="img/jquery.png" style="height:80px; position:relative; margin-left:10px; margin-top:20px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
I am able to write and understand jquery code. I usually use it when I want to add some interactivity on my web page
</div>
</div></div>
<div class="tab-pane" id="e"><div class="row">
<div class="col-sm-1"><img src="img/angular.png" style="height:80px; position:relative; margin-left:10px; margin-top:20px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
I know the basics of MVC and how to implement this principles with AngularJS. I used to use AngularJS in a few educational projects
</div>
</div></div>
<div class="tab-pane" id="f"><div class="row">
<div class="col-sm-1"><img src="img/bootstrap.png" style="height:80px; position:relative; margin-left:10px; margin-top:20px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
I usually use this framework when building websites. I find it very easy to use and bringing fast and beatiful results
</div>
</div></div>
<div class="tab-pane" id="g"><div class="row">
<div class="col-sm-1"><img src="img/git.png" style="height:80px; position:relative; margin-left:10px; margin-top:20px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
When working on my projects I usually use version-control systems such as Git and GitHub. You may visit my <a href="https://github.com/vostrosablin">GitHub page </a>
despite the fact that it is almost empty
</div>
</div></div>
</div>
</div>
</div>
</div>
<p style="padding-top:120px"></p>
<div class="row scroll-btn3">
<div class="col-sm-10 col-sm-offset-1">
<h2 style="color:gray;"> <i class="fa fa-server" aria-hidden="true"></i> Database</h2>
<p style="padding-top:50px"></p>
<div class="row">
<div class="col-sm-1" ><img src="img/SQL.png" style="height:80px; position:relative;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
I know how to build SQL queries for single and multiple tables in a database. Currently I'm continuing to study this subject
</div>
</div>
</div>
</div>
<p style="padding-top:120px"></p>
<div class="row scroll-btn3">
<div class="col-sm-10 col-sm-offset-1">
<h2 style="color:gray;"> <i class="fa fa-paint-brush" aria-hidden="true"></i> Design</h2>
<p style="padding-top:50px"></p>
<div class="row">
<div class="col-sm-1"><img src="img/inkscape.png" style="height:80px; " /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
I am able to draw simple and stylish graphics using open-source tool Inkscape
</div>
</div>
</div>
</div>
<p style="padding-top:120px"></p>
<div class="row scroll-btn3">
<div class="col-sm-10 col-sm-offset-1">
<h2 style="color:gray;"> <i class="fa fa-laptop" aria-hidden="true"></i> Operating systems</h2>
<p style="padding-top:50px"></p>
<div class="row">
<div class="col-sm-1"><img src="img/ubuntu.png" style="height:80px;" /></div>
<div class="col-sm-8 col-sm-offset-1" style="padding-top:10px; color: gray; font-size:20px;">
Currently I am using Ubuntu distribution of the Linux operating system
</div>
</div>
</div>
</div>
<p style="padding-top:120px"></p>
<div class="row scroll-btn3">
<div class="col-sm-10 col-sm-offset-1">
<h2 style="color:gray;"> <i class="fa fa-arrows-h" aria-hidden="true"></i> Other</h2>
<p style="padding-top:20px"></p>
<div class="row">
<div class="col-sm-1"><img src="img/latex.png" style="height:80px;" /></div>
<div class="col-sm-8 col-sm-offset-2" style="padding-top:10px; color: gray; font-size:20px;">
I have a large experience with document preparation system LaTeX which is the standard of writing and preparation of scientific texts
</div>
</div>
</div>
</div>
<p style="padding-top:120px"></p>
<div class="row scroll-btn3">
<div class="col-sm-10 col-sm-offset-1">
<h2 style="color:gray;"> <i class="fa fa-book" aria-hidden="true"></i> Languages</h2>
<p style="padding-top:50px"></p>
<ul class="list-group">
<li class="list-group-item">Czech language (intermediate) </li>
<li class="list-group-item">English (fluent) </li>
<li class="list-group-item">French (intermediate) </li>
<li class="list-group-item">Russian (native speaker) </li>
</ul>
</div>
</div>
<p style="padding-top:320px"></p>
<footer class="row-footer">
<div class="container">
<div class="row">
<div class="col-xs-5 col-xs-offset-1 col-sm-2 col-sm-offset-1">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-5">
<h5>My Contacts</h5>
<address>
Olomouc, Czech Republic<br>
<i class="fa fa-phone"></i>: +420 722 439 593<br>
<i class="fa fa-envelope"></i>:
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
<div class="col-sm-4">
<div style="padding: 40px 10px;">
<div class="nav navbar-nav" style="padding: 40px 10px;">
<a target="_blank" class="btn btn-social-icon btn-facebook" href="https://www.facebook.com/nikita.vostrosablin"><i class="fa fa-facebook"></i></a>
<a target="_blank" class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin"></i></a>
<a target="_blank" class="btn btn-social-icon btn-twitter" href="https://twitter.com/vostrosablin"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon" href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
</div>
<div class="col-sm-12">
<p style="padding:10px;"></p>
<p align=center>© Copyright 2016 Nikita Vostrosablin</p>
</div>
</div>
</div>
</footer>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script>
var myVar;
function myFunction() {
myVar = setTimeout(showPage, 3000);
}
function showPage() {
document.getElementById("loader").style.display = "none";
document.getElementById("myDiv").style.display = "inline";
$('img.hidden').fadeIn(3000).removeClass('hidden');
$('div.hidden').fadeIn(3000).removeClass('hidden');
}
</script>
<script>
//$(document).ready(function () {
//$('div.hidden').fadeIn(3000).removeClass('hidden');
//$('img.hidden').fadeIn(3000).removeClass('hidden');
//});
$(document).ready(
function DocumentLoad()
{
$(window).scroll(scrollBtn);
// scrollBtn();
});
function scrollBtn(){
if ( $(window).scrollTop() > 100 )
$('.scroll-btn').fadeIn(1000);
else
$('.scroll-btn').fadeOut(1000);
if ( $(window).scrollTop() > 370 )
$('.scroll-btn2').fadeIn(1000);
else
$('.scroll-btn2').fadeOut(1000);
if ( $(window).scrollTop() > 500 )
$('.scroll-btn3').fadeIn(1000);
else
$('.scroll-btn3').fadeOut(1000);
};
</script>
</body>
</html>