-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (232 loc) · 12.2 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
<!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">
<title>ArturasDesign</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 1023px)" href="css/tablet.css">
<link rel="stylesheet" media="screen and (max-width: 768px)" href="css/phone.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/scrool.js"></script>
<script src="js/effects.js"></script>
</head>
<body>
<div class="loadingScreen"></div>
<div class="toggle-nav">☰</div>
<nav id="main-nav">
<ul class="nav-list">
<li class="nav-item first-item">
<a href="#main">home</a>
</li>
<li class="nav-item third-item">
<a href="#about">About</a>
</li>
<li class="nav-item second-item">
<a href="#projects">Projects</a>
</li>
<li class="nav-item fourth-item">
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
<header class="header">
<div id="main" class="header-inner hero-img">
<div class="title-elements">
<h1 id="main-title">Arturas
<span class="title">Portfolio</span> Page</h1>
<h2 id="title-secondary">The best
<span class="title">of the best</span> in the
<span class="title">world</span> he lives in</h2>
</div>
</div>
</header>
<section class="main-section">
<section id="about">
<h2 class="section-title">About</h2>
<div class="columns">
<div class="column column-1">
<img class="row-images image-1" src="img/icon3.png" alt="FastIcon">
<h3 class="row-title">Fast</h3>
<p>Fast load times and lag free interaction, my highest priority.</p>
</div>
<div class="column column-2">
<img class="row-images image-2" src="img/icon1.png" alt="PcIcon">
<h3 class="row-title">Responsive</h3>
<p>My layouts will work on any device, big or small.</p>
</div>
<div class="column column-3">
<img class="row-images image-3" src="img/icon2.png" alt="IdeaIcon">
<h3 class="row-title">Intuitive</h3>
<p>Strong preference for easy to use, intuitive UX/UI.</p>
</div>
<div class="column column-4">
<img class="row-images image-3" src="img/icon4.png" alt="AliveIcon">
<h3 class="row-title">Dynamic</h3>
<p>Websites don't have to be static, I love making pages come to life.</p>
</div>
</div>
<div class="skills-row">
<div class="left-column">
<h3>My skills</h3>
<div class="skills-wrap">
<ul class="my-skills">
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">HTML
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">CSS
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">JavaScript
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">PhP
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">Angular
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">Photoshop
</li>
</ul>
</div>
</div>
<div class="right-column">
<h3>Who am I?</h3>
<img id="avatar-photo" src="img/avatar-placeholder.jpg" alt="My photo">
<p>
I'm the beginer Front-End Developer I like to build stuff. I always have been interested in computer, so I decided to go
this way, I like to build web pages and applications. I currently work as a freelancer and I learn
constantly.
</p>
<h3>Education</h3>
<ul class="my-skills description">
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">Alytaus College(Information Tecnology Systems) 2017 - 2021
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">Udacity Front End Nano Degree 2017 - 2018
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">Udemy Front End Course 2016 - 2017
</li>
<li class="skill-item">
<img class="icon-ok" src="img/ok_icon.png" alt="ok Icon">Udemy AngularJs Course 2016 - 2017
</li>
</ul>
</div>
</div>
</section>
<section id="projects">
<h2 class="section-title">Projects</h2>
<div class="projects-all">
<div class="project project-1">
<h3 class="project-title">BRG Rent</h3>
<img src="img/image_placeholder.jpg" alt="placeholder">
<p class="project-description">It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution
of letters, as opposed to using</p>
<a href="#">Visit page</a>
</div>
<div class="project project-2">
<h3 class="project-title">Platingun</h3>
<img src="img/image_placeholder.jpg" alt="placeholder">
<p class="project-description">It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution
of letters, as opposed to using</p>
<a href="#">Visit page</a>
</div>
<div class="project project-3">
<h3 class="project-title">Porfolio</h3>
<img src="img/image_placeholder.jpg" alt="placeholder">
<p class="project-description">It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution
of letters, as opposed to using</p>
<a href="#">Visit page</a>
</div>
<div class="project project-4">
<h3 class="project-title">Flower Shop</h3>
<img src="img/image_placeholder.jpg" alt="placeholder">
<p class="project-description">It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution
of letters, as opposed to using</p>
<a href="#">Visit page</a>
</div>
</div>
</section>
<section id="contact">
<h2 class="section-title">Contact</h2>
<div id="contacts">
<div class="left-contact-col">
<div class="social-icons">
<div class="social-icons-left">
<a href="http://facebook.com">
<img class="social-icon" src="img/socialIcon4.png" alt="Facebook">
</a>
<a href="http://twitter.com">
<img class="social-icon" src="img/socialIcon3.png" alt="Twitter">
</a>
</div>
<div class="social-icons-right">
<a href="http://plus.google.com.com">
<img class="social-icon" src="img/socialIcon1.png" alt="GoooglePlus">
</a>
<a href="http://linkedin.com">
<img class="social-icon" src="img/socialIcon2.png" alt="LinkedIn">
</a>
</div>
</div>
</div>
<div class="right-contact-col">
<div id="contact-form">
<h3>You can
<span class="title">chat</span> with me over
<span class="title">here!</span>
</h3>
<h4>
<span class="title">Do you need my help?</span>, or just want to make some friends?
<span class="title">Lets chat!</span>.</h4>
<p id="failure">Whoa...Huston we have a problem.</p>
<p id="success">Your message was sent successfully. Thank you!</p>
<form method="post" action="/">
<div class="input-field">
<label for="name">
<span class="required">Name: *</span>
<input type="text" id="name" name="name" value="" placeholder="Your Name" required="required" tabindex="1" autofocus="autofocus"
/>
</label>
</div>
<div class="input-field">
<label for="email">
<span class="required">Email: *</span>
<input type="email" id="email" name="email" value="" placeholder="Your Email" tabindex="2" required="required" />
</label>
</div>
<div class="input-field text-box">
<label for="message">
<span class="required">Your question: *</span>
<textarea id="message" name="message" placeholder="Please write your question here! I will contact you shortly." tabindex="5"
required="required"></textarea>
</label>
</div>
<button name="submit" type="submit" id="submit">SEND</button>
</form>
</div>
</div>
</div>
</section>
</section>
<div class="scrollToTop">
<i class="fa fa-chevron-circle-up"></i>
</div>
<footer id="footer">
<div class="footer-elements">
<p>© ArturasDesign 2018</p>
</div>
</footer>
<script src="js/toggle_menu.js"></script>
</body>
</html>