-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (199 loc) · 9.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shaheen Hyder</title>
<link href="images/logo-icon.png" rel="icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"">
<link href="
https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="js/particles.js"></script>
</head>
<body>
<div id="particles-js"></div>
<!-- ======= Nav Bar ======= -->
<header class="header">
<a href="https://codegesone.web.app/#home" class="logo"><img class="logo-nav-bar" src="images/logo.png" alt=""></a>
<input class="menu-btn" type="checkbox" id="menu-btn">
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="#home">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</header>
<!-- ======= End Nav Bar ======= -->
<!-- ======= Land ======= -->
<div class="land" id="home">
<section id="top-anim">
<div class="landing-head">
<h5>Hai, This is</h5>
<h1>Shaheen Hyder K</h1>
<h5>Nice to meet you, Please take a look around!</h5>
</div>
<div class="animation-wrapper">
<div class="layered-animations">
<svg class="large shape" viewBox="0 0 96 96">
<defs>
<linearGradient id="circleGradient" x1="0%" x2="100%" y1="20%" y2="80%">
<stop stop-color="#373734" offset="0%" />
<stop stop-color="#242423" offset="50%" />
<stop stop-color="#0D0D0C" offset="100%" />
</linearGradient>
</defs>
<circle cx="48" cy="48" r="28" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)" />
</svg>
<svg class="small shape color-red" viewBox="0 0 96 96">
<polygon fill-rule="evenodd" points="48 17.28 86.4 80.11584 9.6 80.11584" stroke-linecap="square" />
</svg>
<svg class="large shape" viewBox="0 0 96 96">
<defs>
<linearGradient id="triangleGradient" x1="0%" x2="100%" y1="20%" y2="80%">
<stop stop-color="#373734" offset="0%" />
<stop stop-color="#242423" offset="50%" />
<stop stop-color="#0D0D0C" offset="100%" />
</linearGradient>
</defs>
<polygon fill-rule="evenodd" points="48 17.28 86.4 80.11584 9.6 80.11584" stroke-linecap="square"
fill="url(#triangleGradient)" />
</svg>
<svg class="x-small shape" viewBox="0 0 96 96">
<polygon fill-rule="evenodd" points="48 17.28 86.4 80.11584 9.6 80.11584" stroke-linecap="square" />
</svg>
<svg class="x-small shape" viewBox="0 0 96 96">
<rect width="48" height="48" x="24" y="24" fill-rule="evenodd" stroke-linecap="square" />
</svg>
<svg class="small shape color-red" viewBox="0 0 96 96">
<rect width="48" height="48" x="24" y="24" fill-rule="evenodd" stroke-linecap="square" />
</svg>
<svg class="large shape" viewBox="0 0 96 96">
<defs>
<linearGradient id="rectGradient" x1="0%" x2="100%" y1="20%" y2="80%">
<stop stop-color="#373734" offset="0%" />
<stop stop-color="#242423" offset="50%" />
<stop stop-color="#0D0D0C" offset="100%" />
</linearGradient>
</defs>
<rect width="48" height="48" x="24" y="24" fill-rule="evenodd" stroke-linecap="square"
fill="url(#rectGradient)" />
</svg>
<svg class="small shape color-red" viewBox="0 0 96 96">
<circle cx="48" cy="48" r="32" fill-rule="evenodd" stroke-linecap="square" />
</svg>
<svg class="x-small shape" viewBox="0 0 96 96">
<circle cx="48" cy="48" r="32" fill-rule="evenodd" stroke-linecap="square" />
</svg>
</div>
</div>
</section>
</div>
<!-- ======= End Land ======= -->
<!-- ======= About ======= -->
<div class="container" id="about">
<div class="title" data-aos="fade-up">
<p>What is Shaheen</p>
<h2>About Me</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-12 text-center">
<img src="images/profile.jpg" class="img1" alt="">
</div>
<div class="col-lg-8 col-md-8 col-sm-11 col-11 abt">
<p>I am passionate about developing excellent software and new technologies. Have done several projects and
enjoy being challenged and engaging new projects that makes me to work outside my comfort zone and knowledge
set, as continuing to learn new technology stacks and developing technologies are imp to me.
</p><br>
<p>My main interests are:</p>
<ul>
<li>Developing new projects</li>
<li>Learning new technology stacks</li>
<li>Java, Python, JavaScript</li>
<li>Web development</li>
</ul>
</p>
</div>
</div>
</div>
<!-- ======= End About ======= -->
<!-- ======= Contact ======= -->
<div class="container">
<div class="title" data-aos="fade-up">
<p>Keep in touch</p>
<h2>Contact Me</h2>
</div>
<div class=" mb-5 p-4 contact" id="contact">
<div class="row">
<div class="col-md-12 mb-md-0 mb-5">
<form id="contact-form" action="">
<div class="row">
<div class="col-md-6">
<label for="name" class="">Your name</label>
<input id="name" name="name" type="text" required class="form-control">
</div>
<div class="col-md-6">
<label for="email" class="">Your email</label>
<input id="email" type="email" name="email" required class="form-control">
</div>
</div>
<div class="row mt-4">
<div class="col-md-12">
<label for="message">Your message</label>
<textarea type="text" id="message" name="message" rows="5" class="form-control md-textarea"></textarea>
</div>
</div>
<div class="text-center text-md-left ml-4 mt-4">
<input class="submit btn btn-primary font-weight-bold" type="submit" value="Submit">
</div>
</form>
</div>
</div>
<div class="row text-center">
<div class="col-md-2 col-4 mt-4">
<a href="mailto:[email protected]" class="inherit-color" target="_blank"><i class="fa fa-envelope fa-2x"
aria-hidden="true"></i></i></a>
</div>
<div class="col-md-2 col-4 mt-4">
<a href="https://www.linkedin.com/in/shaheen-hyder-b41485176/" class="inherit-color" target="_blank"><i
class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a>
</div>
<div class="col-md-2 col-4 mt-4">
<a href="https://www.instagram.com/shaheen_hyder_" class="inherit-color" target="_blank"><i
class="fa fa-instagram fa-2x" aria-hidden="true"></i></i></a>
</div>
<div class="col-md-2 col-4 mt-4">
<a href="https://twitter.com/shaheenhyderk?s=08" class="inherit-color" target="_blank"><i
class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>
</div>
<div class="col-md-2 col-4 mt-4">
<a href="https://github.com/shaheenhyderk" class="inherit-color" target="_blank"><i class="fa fa-github fa-2x"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- ======= End Contact ======= -->
<footer class="py-3 mt-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white small">Shaheen Hyder © 2022 All Rights Reserved</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.0/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.0/jquery.validate.min.js"></script>
<script src="js/app.js"></script>
<script src="js/particles.js"></script>
<script src="js/main.js"></script>
</body>
</html>