-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (157 loc) · 7.72 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<link rel="shortcut icon" href="img/keyboard.ico" type="image/ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif|Capriola|Hammersmith+One|Montserrat+Alternates|Quicksand" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" media="(max-width: 790px)" href="css/tablet.css">
<link rel="stylesheet" media="(max-width:550px)" href="css/small.css">
<link rel="stylesheet" media="(max-width:400px)" href="css/mini.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">RedMar</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#home" class="smooth">Home</a></li>
<li><a href="#change" class="smooth">About Me</a></li>
<li><a href="#education" class="smooth">Education</a></li>
<li><a href="#project" class="smooth">Projects</a></li>
<li><a href="#contact" class="smooth">Contact me!</a></li>
</ul>
</div>
</div>
</nav>
<header id="home">
<div class="name">
<h1>Yaroslav Hlukhovetsky</h1>
<h2>web-developer</h2>
</div>
</header>
<body>
<main id="main">
<div id=change>
<h2>About me!</h2>
</div>
<section id="about" class="me">
<div class="erb-image-wrapper">
<img src="img/me.png"></img>
</div>
<p>I am web developer. I'm creating my projects using HTML5 , CSS3 , JavaScript ,jQuery. I love this industry, the specifics of the work, and I hope that I will become a professional in their field and will demand specialist. I wanna grow up
in programming.</p>
</section>
<section id="hobbie" class="me">
<h2>Hobies</h2>
<h3>Scouting and treveling</h3>
<p> When I was little, my mother has got me to a meeting of the group "Plast". This Ukrainian Scouts. There I learned to love the journey.</p>
<h3>Vinyl</h3>
<p>It is a tribute to the high quality music of the past. Soul needs of those sounds.</p>
<h3>Cooking</h3>
<p>I love to cook and entertain others. Cooking is cool, especially if the wine is in the glass)</p>
</section>
<section id="education" class="me">
<div id="edu">
<h2>Education</h2>
<h3>Lviv gymnasium V.Symonenko</h3>
<p>1999-2006</p>
<h3>Lviv management liceum</h3>
<p>2006-2009</p>
<h3>National Univercity"Lviv Polytechnic"</h3>
<p>2009-2015</p>
</div>
</section>
<section id="skills">
<h2>Skills</h2>
<h3>HTML5</h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100" style="width: 65%">
<span class="sr-only">65% Complete</span>
</div>
</div>
<h3>CSS3</h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100" style="width: 55%">
<span class="sr-only">55% Complete</span>
</div>
</div>
<h3>JavaScript</h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="35" aria-valuemin="0" aria-valuemax="100" style="width: 35%">
<span class="sr-only">35% Complete</span>
</div>
</div>
</section>
<section id="project">
<h2>Projects</h2>
</section>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="projects/prj1.jpg" alt="projct1">
</div>
<div class="item">
<img src="projects/prj2.jpg" alt="projct2">
</div>
<div class="item">
<img src="projects/prj3.jpg" alt="projct3">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section>
<div class="video">
<h2>Some Video</h2>
<iframe width="640" height="360" frameborder="0" allowfullscreen src="https://player.vimeo.com/video/174395743?title=0"></iframe>
</div>
</section>
<div id="contact">
<h2>Get in touch</h2>
<form method="POST" action="https://formspree.io/[email protected]">
<label for="name">Your Name:</label>
<input type="text" name="Sender name" id="Sender name" required>
<br>
<label for="email">Your Email:</label>
<input type="email" name="Sender email" required>
<p><b>Enter Your comment</b></p>
<p><textarea rows="10" cols="42" name="text"></textarea></p>
<br>
<input type="submit">
</div>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/form.js"></script>
</body>
<footer id="footer">
<p>Lviv 2017 ©<em>RedMar</em></p>
</footer>
</html>