-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (212 loc) · 9.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Shaant Minhas">
<meta name="description" content="">
<title>Shaant Minhas</title>
<link rel="stylesheet" href="css/bsGridAndNormalize.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/typed.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<!-- Navabar -->
<div class="top">
<a href="#intro" style="text-decoration:none;">↑</a>
</div>
<header>
<div class="navbar-top-fixed">
<div class="navbar">
<div class="ham-container">
<h1 id="logo">Shaant Minhas</h1>
<button class="ham">☰</button>
</div>
<ul class="navbar-menu">
<li><a href="#About">Me</a></li>
<li><a href="#my-work">My Works</a></li>
<li><a href="#my-skills">My Skills</a></li>
<li><a href="#contact-me">Contact</a></li>
</ul>
<ul class="navbar-menu2">
<li><a href="#my-work">My Works</a></li>
<li><a href="#my-skills">My Skills</a></li>
<li><a href="#contact-me">Contact me</a></li>
</ul>
</div>
</div>
</header>
<!-- Hero Image and content -->
<div class="bg-wrap">
<div class="intro" id="intro">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1 class="lead" style="font-size: 60px">Hey There!</h1>
<h2 class="lead sublead">I am <span style="font-weight:700; text-shadow: 0 0 6px rgba(0,0,0,0.6);">Shaant</span></h2>
<div class="typing"></div>
<br>
<br>
<p class="social-btn">
<a href="https://twitter.com/iAmShaant" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.quora.com/profile/Shaant-Minhas" target="_blank"><i class="fa fa-quora" aria-hidden="true"></i></a>
<a href="https://www.reddit.com/user/h99lb0y/" target="_blank"><i class="fa fa-reddit" aria-hidden="true"></i></a>
<a href="https://github.com/sHaant" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</p>
<i class="down"></i>
</div>
</div>
</div>
</div>
<!-- Content Below the main Hero Image -->
<!-- My Work -->
<div class="my-work" id="my-work" style="padding:1em 0 2em 0;">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1 class="lead sublead" style="color:#3d3d3d;">
My Work
</h1>
<p class="text">
So, curiosity got the better of you huh? Well I'm glad it did. Now that you are here, you can have a quick glance at my work :-
</p>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<a href="https://shaant.github.io/Image-Gallery-using-bootstrap-and-jquery-/" target="_blank">
<img src="img/imageGallery1.JPG">
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<a href="https://shaant.github.io/Light-Yagami-Tribute-Page/" target="_blank">
<img src="img/light.jpg">
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<a href="https://shaant.github.io/LandingPage2/" target="_blank">
<img src="img/landing.JPG">
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="thumbnail">
<a href="https://shaant.github.io/Image-Gallery/" target="_blank">
<img src="img/imageGallery2.JPG">
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12" target="_blank">
<a href="https://shaant.github.io/Todo-List-Project/" target="_blank">
<img src="img/todoList.JPG" max-width="50%">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- My skills section -->
<div class="my-skills" id="my-skills" style="padding: 1em 0 2em 0;">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1 class="lead sublead" style="color:#3d3d3d;">
My Skills
</h1>
<br>
<div class="card">
<div class="tab">
<img src="img/HTML5.png" alt="" style="width:40px; height:40px;">
<p class="tab-title">HTML 5</p>
</div>
<div class="tab-content">
<p class="text">
HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and current major version of the HTML standard
</p>
</div>
</div>
<div class="card">
<div class="tab">
<img src="img/css3.png" alt="" style="width:40px; height:40px;">
<p class="tab-title">CSS3</p>
</div>
<div class="tab-content">
<p class="text">
CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed.CSS3 is the latest evolution of the Cascading Style Sheets language and aims at extending CSS2.
</p>
</div>
</div>
<div class="card">
<div class="tab">
<img src="img/js.png" alt="" style="width:40px; height:40px;">
<p class="tab-title">JavaScript</p>
</div>
<div class="tab-content">
<p class="text">
JavaScript ("JS" for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites.
</p>
</div>
</div>
<div class="card">
<div class="tab">
<img src="img/bootstrap.svg" alt="" style="width:40px; height:40px;">
<p class="tab-title">Bootstrap</p>
</div>
<div class="tab-content">
<p class="text">
Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.
</p>
</div>
</div>
<div class="card">
<div class="tab">
<img src="img/jquery.png" alt="" style="width:40px; height:40px;">
<p class="tab-title">Jquery</p>
</div>
<div class="tab-content">
<p class="text">
jQuery is a fast and concise JavaScript Library.jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development
</p>
</div>
</div>
<div class="card">
<div class="tab">
<img src="img/git.png" alt="" style="width:40px; height:40px;">
<p class="tab-title">Git</p>
</div>
<div class="tab-content">
<p class="text">
Git is a distributed version control system, it can be used as a server out of the box. Dedicated Git server software helps, amongst other features, to add access control, display the contents of a Git repository via the web, and help managing multiple repositories.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contact-me" id="contact-me" style="padding-bottom: 2em;">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1 class="lead sublead" style="color:#3d3d3d;">
Contact me
</h1>
<p class="text">
Get hold of me on <b><a href="https://www.linkedin.com/in/shaant-minhas-8a5211134/" target="_blank">Linkedin</a></b> <i class="fa fa-linkedin" aria-hidden="true"></i>
</p>
<p class="text">
Business enquiries? here is my <b><a href="mailto:[email protected]" target="_blank">Email</a></b> <i class="fa fa-envelope" aria-hidden="true"></i>
</p>
</div>
</div>
</div>
</div>
<footer class="foot">
<p>Designed and Coded by <a href="https://www.facebook.com/profile.php?id=100011717350854"> Shaant Minhas</a></p>
</footer>
</body>
</html>