-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (88 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile | Tushar Mistry</title>
<link rel="stylesheet" href="./styles/style.css">
<script src="https://kit.fontawesome.com/95a5e83b85.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="wrapper">
<header id="navigation-bar" class="section header">
<nav id="navbar">
<h1 class="logo font1">T U S H A R M I S T R Y</h1>
</nav>
</header>
<section id="banner" class="section">
<div class="l-heading">
<h1 class="font2">Hi there! I'm a graduate <br>student from <br>Mumbai University</h1>
</div>
</section>
<section id="personal-photo" class="section">
<img src="./assets/photo trad.png" alt="" class="photo">
</section>
<section id="resume" class="section">
<div class="resume">
<h1 class="font2 m-heading">Resume</h1>
</div>
<div class="resume-detail">
<p class="font3">Beginner Skills at writing well-designed, testable and efficient code using current
best practices in Web development. Fast learner, hard worker and team player who is proficient in an
array of scripting languages and Web tools.
</p>
<h1 class="font1">Expirience</h1>
<label for="" class="font3">Abc</label>
<p class="font3">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quo asperiores soluta
expedita recusandae dolores vel autem ipsum ducimus repellat qui, officiis voluptatem illum non,
repudiandae perferendis animi, eligendi culpa consequatur!</p>
<h1 class="font1">Education</h1>
<label for="" class="font3">VidyaVardhini College of Engineering and Technology</label>
<p class="font3 italic">Bachelors In Engineering(Information Technology)</p>
<h1 class="font1">Skills and Languages</h1>
<ul class="list">
<li class="font3">Organised Gujarati</li>
<li class="font3">Patient Marathi</li>
<li class="font3">Communicative Hindi</li>
<li class="font3">Collaborative</li>
<li class="font3"></li>
<li class="font3"></li>
</ul>
<a href="assets/Tushar Resume.docx.pdf" download>
<div class="btn">
<p class="font4">DOWNLOAD RESUME</p>
</div>
</a>
</div>
</section>
<section id="testimonials" class="section">
<div class="resume">
<h1 class="font2 m-heading">Testimonials</h1>
</div>
<div class="testimonial-detail">
<div class="testimonial">
<h1 class="italic font1">"Build a Life Not a Resume"</h1>
<label for="" class="font3 italic">— Anonymous</label>
</div>
<div class="testimonial">
<h1 class="italic font1">"Predicting Rain doesnt Count building Arch does"</h1>
<label for="" class="font3 italic">— Anonymous</label>
</div>
<div class="testimonial">
<h1 class="italic font1">"Greatest Thing about Life is FriendShip and I have achieved it"</h1>
<label for="" class="font3 italic">— Anonymous</label>
</div>
</div>
</section>
<section id="footer" class="section footer">
<a>
<div class="email font2 italic">[email protected]</div>
</a>
<div class="social">
<i class="fab fa-instagram fa-2x"></i>
<i class="fab fa-github fa-2x"></i>
</div>
</section>
</div>
</body>
</html>