-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
325 lines (271 loc) · 14.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Marvel HTML Bootstrap 4 Template</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/unicons.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN STYLE -->
<link rel="stylesheet" href="css/tooplate-style.css">
<!--
Tooplate 2115 Marvel
https://www.tooplate.com/view/2115-marvel
-->
</head>
<body>
<!-- MENU -->
<nav class="navbar navbar-expand-sm navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html"><i class='uil uil-user'></i> Marvel</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="#about" class="nav-link"><span data-hover="About">About</span></a>
</li>
<li class="nav-item">
<a href="#project" class="nav-link"><span data-hover="Projects">Projects</span></a>
</li>
<li class="nav-item">
<a href="#resume" class="nav-link"><span data-hover="Resume">Resume</span></a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link"><span data-hover="Contact">Contact</span></a>
</li>
</ul>
<ul class="navbar-nav ml-lg-auto">
<div class="ml-lg-4">
<div class="color-mode d-lg-flex justify-content-center align-items-center">
<i class="color-mode-icon"></i>
Color mode
</div>
</div>
</ul>
</div>
</div>
</nav>
<!-- ABOUT -->
<section class="about full-screen d-lg-flex justify-content-center align-items-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-12 col-12 d-flex align-items-center">
<div class="about-text">
<small class="small-text">Welcome to <span class="mobile-block">my portfolio website!</span></small>
<h1 class="animated animated-text">
<span class="mr-2">Hey folks, I'm</span>
<div class="animated-info">
<span class="animated-item">Marvel Sann</span>
<span class="animated-item">Web Designer</span>
<span class="animated-item">UI Specialist</span>
</div>
</h1>
<p>Building a successful product is a challenge. I am highly energetic in user experience design, interfaces and web development.</p>
<div class="custom-btn-group mt-4">
<a href="#" class="btn mr-lg-2 custom-btn"><i class='uil uil-file-alt'></i> Download Resume</a>
<a href="#contact" class="btn custom-btn custom-btn-bg custom-btn-link">Get a free quote</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-12">
<div class="about-image svg">
<img src="images/undraw/undraw_software_engineer_lvl5.svg" class="img-fluid" alt="svg image">
</div>
</div>
</div>
</div>
</section>
<!-- PROJECTS -->
<section class="project py-5" id="project">
<div class="container">
<div class="row">
<div class="col-lg-11 text-center mx-auto col-12">
<div class="col-lg-8 mx-auto">
<h2>Things I have designed for digital media agencies</h2>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<div class="project-info">
<img src="images/project/project-image01.png" class="img-fluid" alt="project image">
</div>
</div>
<div class="item">
<div class="project-info">
<img src="images/project/project-image02.png" class="img-fluid" alt="project image">
</div>
</div>
<div class="item">
<div class="project-info">
<img src="images/project/project-image03.png" class="img-fluid" alt="project image">
</div>
</div>
<div class="item">
<div class="project-info">
<img src="images/project/project-image04.png" class="img-fluid" alt="project image">
</div>
</div>
<div class="item">
<div class="project-info">
<img src="images/project/project-image05.png" class="img-fluid" alt="project image">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section class="resume py-5 d-lg-flex justify-content-center align-items-center" id="resume">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2 class="mb-4">Experiences</h2>
<div class="timeline">
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2019</span>
</div>
<div class="timeline-info">
<h3><span>Project Manager</span><small>Best Studio</small></h3>
<p>Proin ornare non purus ut rutrum. Nulla facilisi. Aliquam laoreet libero ac pharetra feugiat. Cras ac fermentum nunc, a faucibus nunc.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2018</span>
</div>
<div class="timeline-info">
<h3><span>UX Designer</span><small>Digital Ace</small></h3>
<p>Fusce rutrum augue id orci rhoncus molestie. Nunc auctor dignissim lacus vel iaculis.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2016</span>
</div>
<div class="timeline-info">
<h3><span>UI Freelancer</h3>
<p>Sed fringilla vitae enim sit amet cursus. Sed cursus dictum tortor quis pharetra. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2014</span>
</div>
<div class="timeline-info">
<h3><span>Junior Designer<small>Crafted Co.</small></h3>
<p>Cras scelerisque scelerisque condimentum. Nullam at volutpat mi. Nunc auctor ipsum eget magna consequat viverra.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<h2 class="mb-4 mobile-mt-2">Educations</h2>
<div class="timeline">
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2017</span>
</div>
<div class="timeline-info">
<h3><span>Mobile Web</span><small>Master Design</small></h3>
<p>Please tell your friends about Tooplate website. That would be very helpful. We need your support.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2015</span>
</div>
<div class="timeline-info">
<h3><span>User Interfaces</span><small>Creative Agency</small></h3>
<p><a rel="nofollow" href="https://www.facebook.com/tooplate">Tooplate</a> is a great website to download HTML templates without any login or email.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2013</span>
</div>
<div class="timeline-info">
<h3><span>Artwork Design</span><small>New Art School</small></h3>
<p>You can freely use Tooplate's templates for your business or personal sites. You cannot redistribute this template without a permission.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="contact py-5" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-5 mr-lg-5 col-12">
<div class="google-map w-100">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12088.558402180099!2d-73.99373482142036!3d40.75895421922642!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25855b8fb3083%3A0xa0f9aef176042a5c!2sTheater+District%2C+New+York%2C+NY%2C+USA!5e0!3m2!1sen!2smm!4v1549875377188" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="contact-info d-flex justify-content-between align-items-center py-4 px-lg-5">
<div class="contact-info-item">
<h3 class="mb-3 text-white">Say hello</h3>
<p class="footer-text mb-0">010 020 0960</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<ul class="social-links">
<li><a href="#" class="uil uil-dribbble" data-toggle="tooltip" data-placement="left" title="Dribbble"></a></li>
<li><a href="#" class="uil uil-instagram" data-toggle="tooltip" data-placement="left" title="Instagram"></a></li>
<li><a href="#" class="uil uil-youtube" data-toggle="tooltip" data-placement="left" title="Youtube"></a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="contact-form">
<h2 class="mb-4">Interested to work together? Let's talk</h2>
<form action="" method="get">
<div class="row">
<div class="col-lg-6 col-12">
<input type="text" class="form-control" name="name" placeholder="Your Name" id="name">
</div>
<div class="col-lg-6 col-12">
<input type="email" class="form-control" name="email" placeholder="Email" id="email">
</div>
<div class="col-12">
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Message"></textarea>
</div>
<div class="ml-lg-auto col-lg-5 col-12">
<input type="submit" class="form-control submit-btn" value="Send Button">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer py-5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<p class="copyright-text text-center">Copyright © 2019 Company Name . All rights reserved</p>
<p class="copyright-text text-center">Designed by <a rel="nofollow" href="https://www.facebook.com/tooplate">Tooplate</a></p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/Headroom.js"></script>
<script src="js/jQuery.headroom.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>