-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
466 lines (387 loc) · 20.4 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
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Vijay - Personal Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vijay - Personal Portfolio</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css'>
<link rel='stylesheet prefetch' href='https://use.fontawesome.com/releases/v5.010/css/all.css'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Dancing+Script|Roboto'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css'>
<link rel="shortcut icon" href="/img/vijay.png" type="image/png" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--
For best view switch to full view.
NOTE: For some reason the client section is not loading but does work on the live demo on my website and download version
This is a portfolio I decided to create for people to show off their work. This portfolio includes a working ajax form. For some reason, I can't get font awesome to show up and will try to get that fix. As of right now, the ajax will not work in codepen.
Also if feel free to rename it to whatever you want.
To download this portfolio for free or pay what you want by making a small donation using paypal please visit my website,
http://www.bricho.com/reviews/brian.html
Features
-working ajax form
-sass files when downloaded on the website
-takes advantage of sass variable for easier customization
-Readme files and commented for easy customization
Sources
-Scroll Magic
-Magnific-Popup
-Owl Carousel 2
-Font Awesome
-Flex Box Grid
Images
-Unsplash - pics will be replace with image holder if download on site but can easily be found on unsplash.com
License
-Footer with credit must remain on. If you really want the footer off then please contact me on my website about making a small donation and I will allow the footer to come off. If you are taking it for free then please keep the footer with credit on.
For best view switch to full view.
-->
<body>
<!--------------------------------------HEADER-------------------------------------->
<header id="main-header">
<div class="header-wrapper">
<a class="logo" href="#">Vijay</a>
<div class="mobile-toggle">
<span></span>
<span></span>
<span></span>
</div>
<nav>
<ul>
<!--Main nav to navigate to different parts of the page-->
<li><a id="hero-link" href="#hero">Home</a></li>
<li><a id="about-link" href="#about">About</a></li>
<li><a id="services-link" href="#services">Services</a></li>
<li><a id="portfolio-link" href="#portfolio">Portfolio</a></li>
<li><a id="client-link" href="#client">Clients</a></li>
<li><a id="contact-link" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!--------------------------------------HERO IMAGE-------------------------------------->
<section id="hero">
<div id="particles-js">
<div class="row center-xs center-sm center-md center-lg middle-xs middle-sm middle-md middle-lg">
<div class="col-xs-10 col-sm-10 col-md-10 col-lg-10">
<div class="hero-content">
<img src="img/Hero.jpg">
<h1>Hi! I'm Vijay</h1>
<h2 id="hero-text-animation">Web_Developer GreyHat_Hacker Mechanical_Engineer</h2>
<button class="download"><a download href="downloads/example.txt">Download CV</a></button>
<!--To add your file simply replace example.txt with whatever file you want-->
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------ABOUT SECTION-------------------------------------->
<section id="about">
<div class="container">
<div class="row left-xs left-sm left-md left-lg">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<div class="about-text">
<h2>Hi, I'm <span class="accent-text">Vijay Gorfad</span></h2>
<p>I am Vijay fusce quis volutpat porta, ut tincidunt eros est nec diam erat quis volutpat porta, neque massa, ut tincidunt eros est nec diam Fusce Fusce quis volutpat porta, ut tincidunt eros est nec diam erat quis volutpat porta, neque massa, ut tincidunt eros est nec diam Fusce Fusce quis volutpat porta, ut tincidunt eros est nec diam erat quis volutpat porta, neque massa, ut tincidunt eros est nec diam Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<ul class="about-social">
<!--Social icons for the about section-->
<!--These icons are font-awesome icons and more can be looked up at https://fontawesome.com/icons?d=gallery-->
<li><a href="https://www.facebook.com/gorfadv88?ref=bookmarks"><i class="fab fa-facebook-f"></i></a></li>
<!--Simply replace the google link with your social media link-->
<li><a href="https://twitter.com/GorfadVijay"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/u/0/108640578116851487252"><i class="fab fa-google-plus-g"></i></a></li>
<li><a href="https://www.instagram.com/gorfad_vijay_/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<div class="about-resume">
<div class="skills">
<h2>My Skills</h2>
<div class="skill-progress-container">
<p>Web Development</p>
<div class="skill-bar">
. <div class="bar-percent development"><div class="inner-percent"></div></div>
</div>
</div>
<div class="skill-progress-container">
<p>Web Design</p>
<div class="skill-bar">
<div class="bar-percent design"><div class="inner-percent"></div></div>
</div>
</div>
<div class="skill-progress-container">
<p>Ethical Hacking</p>
<div class="skill-bar">
<div class="bar-percent design hack"><div class="inner-percent"></div></div>
</div>
</div>
<div class="skill-progress-container">
<p>Marketing</p>
<div class="skill-bar">
<div class="bar-percent marketing"><div class="inner-percent"></div></div>
</div>
</div>
</div>
<div class="education">
<h2>My Education</h2>
<div class="eduction-block">
<h4>Svnit Surat</h4>
<p>Bachelor of Engineering in Mechanical Engeeniering/p>
</div>
<div class="eduction-block">
<h4>University of Design</h4>
<p>Bachelor of Design</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------SERVICES SECTION-------------------------------------->
<section id="services">
<div class="container">
<div class="section-title">
<h1>My <span class="accent-text">Services</span></h1>
</div>
<div class="row center-xs center-sm center-md center-lg trigger"><!--Row 1-->
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 hb vb">
<div class="service-block">
<i class="icon fas fa-code"></i>
<h3>Web Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ligula quis lectus rhoncus porttitor ac ut quam.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 hb vb">
<div class="service-block">
<i class="icon fas fa-laptop"></i>
<h3>Web Design</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ligula quis lectus rhoncus porttitor ac ut quam.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 hb vb">
<div class="service-block">
<i class="icon fas fa-mobile-alt"></i>
<h3>Fully Responsive</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ligula quis lectus rhoncus porttitor ac ut quam.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 hb vb">
<div class="service-block">
<i class="icon far fa-file-alt"></i>
<h3>Well Documented</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ligula quis lectus rhoncus porttitor ac ut quam.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 hb vb">
<div class="service-block">
<i class="icon fas fa-wrench"></i>
<h3>Solidwork Designing</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ligula quis lectus rhoncus porttitor ac ut quam.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 hb vb">
<div class="service-block">
<i class="icon fas fa-cogs"></i>
<h3>Autocad Designing</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet ligula quis lectus rhoncus porttitor ac ut quam.</p>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------PORTFOLIO SECTION-------------------------------------->
<section id="portfolio">
<div class="container">
<div class="section-title">
<h1>My <span class="accent-text">Portfolio</span></h1>
</div>
<div id="filter-btn" class="button-group">
<ul>
<!--Buttons for the image filter-->
<!--data-filter="What ever you want your image to be filter by"-->
<li><button class="button is-checked" data-filter="*">All</button></li>
<li><button class="button" data-filter=".graph">Graph</button></li>
<li><button class="button" data-filter=".design">Design</button></li>
<li><button class="button" data-filter=".brand">Brand</button></li>
<!--End of image filter buttonimg/ports-->
</ul>
</div>
<div class="img-grid">
<div class="img-container graph" data-category="graph">
<img src="img/Project.jpeg">
<div class="img-overlay popup-gallery" href="img/Project.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
<div class="img-container brand" data-category="brand">
<img src="img/Project.jpeg">
<div class="img-overlay popup-gallery" href="img/Project.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
<div class="img-container design" data-category="design">
<img src="img/Project.jpeg">
<div class="img-overlay popup-gallery" href="img/Project.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
<div class="img-container design" data-category="design">
<img src="img/Project.jpeg">
<div class="img-overlay popup-gallery" href="img/Project.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
<div class="img-container design" data-category="design">
<img src="img/Project.jpeg">
<div class="img-overlay popup-gallery" href="img/Project.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
<div class="img-container graph" data-category="graph">
<img src="img/Project.jpeg">
<div class="img-overlay popup-gallery" href="img/Project.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
<!--To add more images simply copy and paste the block of code below not including the comments for each new image.
If adding more images and you decide that you want a max-height and a overlay of auto meaning a scroll bar will display once you go past the max
height simply comment out the two blocks of code in styles.scss in the PORTFOLIO section in .img-grid.
<div class="img-container graph" data-category="graph">
<img src="img/portfolio-img.jpeg">
<div class="img-overlay popup-gallery" href="img/portfolio-img.jpeg">
<div class="img-overlay-text">
<p>Category</p>
<h3>Project Title</h3>
</div>
</div>
</div>
End of bock of code for copying and pasting-->
</div>
</div>
</section>
<!--------------------------------------CLIENT SECTION-------------------------------------->
<section id="client">
<div class="container">
<div class="section-title">
<h1>My Clients</h1>
</div>
<div class="loop owl-carousel owl-theme">
<!--To add more testimonial simply and copy and paste another testimonial what is the block of code inbetween these comments-->
<div class="testimonial-block">
<p>Lorem Ipsum is simply dummy text of the printing and industry. Lorem Ipsum has been the industry's standard dummy, when an unknown printer took a galley of type a type specimen book.</p>
<p>Brian Chodur | Evato Author</p>
</div>
<!--End of testimonial-->
<div class="testimonial-block">
<p>Lorem Ipsum is simply dummy text of the printing and industry. Lorem Ipsum has been the industry's standard dummy, when an unknown printer took a galley of type a type specimen book.</p>
<p>Brian Chodur | Evato Author</p>
</div>
<div class="testimonial-block">
<p>Lorem Ipsum is simply dummy text of the printing and industry. Lorem Ipsum has been the industry's standard dummy, when an unknown printer took a galley of type a type specimen book.</p>
<p>Brian Chodur | Evato Author</p>
</div>
</div>
</div>
</section>
<!--------------------------------------CONTACT SECTION-------------------------------------->
<section id="contact">
<div class="container">
<div class="section-title">
<h1>Contact <span class="accent-text">Me</span></h1>
</div>
<div class="row center-xs center-sm center-md center-lg">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="contact-info">
<div class="contact-block">
<i class="fas fa-mobile-alt"></i>
<div class="contact-text">
<p>Call</p>
<p>+91-7203074260</p>
</div>
</div>
<div class="contact-block">
<i class="far fa-envelope"></i>
<div class="contact-text">
<p>Email</p>
</div>
</div>
<div class="contact-block">
<i class="fas fa-location-arrow"></i>
<div class="contact-text">
<p>Address</p>
<p>Amarapur ,Junagdh</p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8">
<form id="contact-form" onsubmit="submitForm(); return false;">
<div class="field">
Name<br>
<input type="text" id="name" value="Mickey" required>
</div>
<div class="field">
Email<br>
</div>
<div class="field">
Subject<br>
<input type="text" id="subject" value="Your subject" required>
</div>
<div class="field">
Message<br>
<textarea id="message" rows="10" cols="75" required>The cat was playing in the garden.</textarea>
</div>
<div class="field">
<input type="submit" id="contact-submit" value="Submit Form"><span id="status"></span>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- FOOTER SECTION -->
<footer>
<p>Copyright © 2018 <a href="http://h1cktheuniverse.ml">H1cktheuniverse</a> And Made With Love All Rights Reserved.</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="js/main.js"></script>
<script src='https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.2/ScrollMagic.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>