-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
240 lines (240 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GYN Website-portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="wrapper">
<!--Information about me-->
<div class="my-card">
<img src="img/man.jpeg" width="270" height="368">
<div class="bg-card">
<h1>Gaponchuk Yuriy</h1>
<p>Web-developer</p>
<hr>
<section class="social">
<a href="https://github.com/Gaponchyk"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<a href="skype:?call"><i class="fa fa-skype" aria-hidden="true"></i></a>
</section>
</div>
</div>
<!-- Navigation-->
<div class="main">
<nav class="navigation-top">
<ul>
<li><a class="about" href="#" onClick="document.getElementById('one').style.display = 'block'; document.getElementById('two').style.display = 'none'; document.getElementById('three').style.display = 'none'; document.getElementById('four').style.display = 'none'">about me</a></li>
<li><a class="portfolio" href="#" onClick="document.getElementById('two').style.display = 'block'; document.getElementById('one').style.display = 'none'; document.getElementById('three').style.display = 'none'; document.getElementById('four').style.display = 'none'">my portfolio</a></li>
<li><a class="contact" href="#" onClick="document.getElementById('three').style.display = 'block'; document.getElementById('one').style.display = 'none'; document.getElementById('four').style.display = 'none'; document.getElementById('two').style.display = 'none'">contact me</a></li>
<li><a class="interesting" href="#" onClick="document.getElementById('four').style.display = 'block'; document.getElementById('one').style.display = 'none'; document.getElementById('three').style.display = 'none'; document.getElementById('two').style.display = 'none'">interesting</a></li>
</ul>
</nav>
<!--block "about me"-->
<article id="one" style="display:block" class="topic-about topic">
<h2 class="topic-head">About me</h2>
<hr>
<div class="clearfix about-skills">
<section class="information">
<ul>
<li>Full Name : <span>Gaponchuk Yuriy</span></li>
<li>Birthday : <span>02 September 1988</span></li>
<li>Job : <span>Frelancer</span></li>
<li>Website : <span>www.gaponchuk.com</span></li>
<li>Email : <a href="mailto:[email protected]">[email protected]</a></li>
<li>Skype : <a href="skype:?call">gaponchykyn</a></li>
</ul>
</section>
<!--block skills-->
<section class="skills">
<div class="html">
<h3>HTML5</h3>
<div class="skill">
<div class="skill-bar html-code"></div>
<span class="tooltiptext tt-html">70%</span>
</div>
</div>
<div class="css">
<h3>CSS3</h3>
<div class="skill">
<div class="skill-bar css-code"></div>
<span class="tooltiptext tt-css">65%</span>
</div>
</div>
<div class="javascript">
<h3>JavaScript</h3>
<div class="skill">
<div class="skill-bar js-code"></div>
<span class="tooltiptext tt-js">15%</span>
</div>
</div>
<div class="less">
<h3>Less</h3>
<div class="skill">
<div class="skill-bar less-code"></div>
<span class="tooltiptext tt-less">15%</span>
</div>
</div>
<div class="photoshop">
<h3>Photoshop</h3>
<div class="skill">
<div class="skill-bar ps-skill"></div>
<span class="tooltiptext tt-ps">70%</span>
</div>
</div>
</section>
</div>
<!--another information-->
<div class="description-topic">
<h2>I'm web-developer</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis at deleniti est, soluta vero id nesciunt consectetur placeat enim similique repellat, eligendi! Reprehenderit, porro rerum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est cum neque nihil consequuntur at, cupiditate quos ipsa, consequatur veritatis impedit nostrum repellat sed architecto libero natus sit dolorum rem ullam sequi. Consequatur ducimus voluptate laboriosam voluptatem expedita magnam at reiciendis, aliquid officiis ullam atque dolore doloribus tempore quidem magni laborum. Ipsam adipisci ea blanditiis, delectus officiis.</p>
</div>
<section class="services">
<h2>What I'm Doing</h2>
<ul>
<li>Validation code</li>
<li>Adaptive / Responsive</li><br>
<li>Good load speed</li>
<li>Cross-browser compatibility</li>
</ul>
</section>
</article>
<!--block my portfolio-->
<article id="two" style="display:none" class="portfolio-topic topic">
<div class="clearfix">
<h2 class="topic-head">My Portfolio</h2>
<ul class="portfolio-filter">
<li><a href="#">All Works</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Application</a></li>
<li><a href="#">Development</a></li>
</ul>
</div>
<hr>
<div class="works">
<section class="work1">
<img src="img/work-1.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maxime!</p>
<a href="">go site</a>
</section>
<section class="work2">
<img src="img/work-2.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloremque?</p>
<a href="">go site</a>
</section>
<section class="work3">
<img src="img/work-3.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam.</p>
<a href="">go site</a>
</section>
<section class="work4">
<img src="img/work-4.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing.</p>
<a href="">go site</a>
</section>
<section class="work5">
<img src="img/work-5.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="">go site</a>
</section>
<section class="work6">
<img src="img/work-6.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur.</p>
<a href="">go site</a>
</section>
<section class="work7">
<img src="img/work-7.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Esse!</p>
<a href="">go site</a>
</section>
<section class="work8">
<img src="img/work-8.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="">go site</a>
</section>
<section class="work9">
<img src="img/work-9.jpg" alt="" width="250" height="155">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing.</p>
<a href="">go site</a>
</section>
</div>
</article>
<!--block my contact-->
<article id="three" style="display:none" class="contact-topic topic">
<h2 class="topic-head">Contact me</h2>
<hr>
<h3>Contact form</h3>
<form action="" method="">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<textarea name="" id="" cols="30" rows="10" placeholder="Message"></textarea>
<input type="submit" value="send message">
</form>
<section class="contact-information">
<h3>Contact info</h3>
<ul>
<li>Address: <span>Russia, New Yrengoy</span></li>
<li>Phone: <span>8-922-998-55-78</span></li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Website: <span>www.gaponchuk.com</span></li>
<li>Skype: <a href="skype:?call">gaponchykyn</a></li>
</ul>
<div class="social">
<a href="https://github.com/Gaponchyk"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<a href="skype:?call"><i class="fa fa-skype" aria-hidden="true"></i></a>
</div>
</section>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d25874.51446582304!2d76.66127841777875!3d66.08875574340418!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sru!4v1494247960270" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</article>
<!--block interesting-->
<article id="four" style="display:none" class="interesting-topic topic">
<h2 class="topic-head">Interesting articles for self-development</h2>
<hr>
<div class="news">
<img src="img/news-1.jpg" alt="fresh news from world IT" width="810" height="325">
<h3>Working principle, how do we work?</h3>
<p class="date-publication">December 06, 2016 / Business, Company / 2 Comments</p>
<p>Blanditiis dapibus, aliquet ullam in ut, conubia turpis dolore vivamus ligula deserunt, vehicula praesent iure? Magni? Porta minus pariatur ante dolore, veniam cubilia urna? Eligendi commodo fugiat voluptate, rerum orci neque voluptatem cum repellendus exercitation pellentesque. </p>
<a class="load-more" href="#">load more</a>
</div>
<div class="news">
<img src="img/news-2.jpg" alt="" width="810" height="325">
<h3>We're doing business with pleasure</h3>
<p class="date-publication">December 06, 2016 / Business, Company / 2 Comments</p>
<p>Blanditiis dapibus, aliquet ullam in ut, conubia turpis dolore vivamus ligula deserunt, vehicula praesent iure? Magni? Porta minus pariatur ante dolore, veniam cubilia urna? Eligendi commodo fugiat voluptate, rerum orci neque voluptatem cum repellendus exercitation pellentesque. </p>
<a class="load-more" href="#">load more</a>
</div>
<div class="news">
<img src="img/news-3.jpg" alt="" width="810" height="325">
<h3>Your ideas are very important to us</h3>
<p class="date-publication">December 06, 2016 / Business, Company / 2 Comments</p>
<p>Blanditiis dapibus, aliquet ullam in ut, conubia turpis dolore vivamus ligula deserunt, vehicula praesent iure? Magni? Porta minus pariatur ante dolore, veniam cubilia urna? Eligendi commodo fugiat voluptate, rerum orci neque voluptatem cum repellendus exercitation pellentesque. </p>
<a class="load-more" href="#">load more</a>
<div class="paganation">
<a class="paganation-up" href="#"></a>
<a href="#">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a class="paganation-back" href="#"></a>
</div>
</div>
</article>
<!--footer-->
<div class="footer">
<hr class="separator-footer">
<div class="copyright">
<p>Copyright © 2017 All right reserved</p>
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</body>
</html>