-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (245 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sahib Singh</title>
<link rel="stylesheet" href="style.css" />
<script src="https://kit.fontawesome.com/fbe0c6d47d.js" crossorigin="anonymous"></script>
</head>
<body style="background-color: #000;" onload="preload()" >
<div id="load" >
<div class="preload-container" id="preload-container">
<span class="txt1" id="txt1">{Sahib Singh}</span>
<span id="txt2" class="txt2">Loading...</span>
</div>
</div>
<nav id="nav-id" class="navbar">
<div class="max-width">
<div class="logo">
<a href="#"><span>{</span> Sahib<span>Singh</span>}</a>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#proj" class="menu-btn">Projects</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#hobby" class="menu-btn">My Hobbies</a></li>
</ul>
</nav>
<section class="home" id="home">
<div class="max-width">
<div data-tilt data-tilt-scale="2" data-tilt-startY="40" class="home-content" style="transform: translateZ(20px);">
<div style="transform: translateZ(60px);" class="text-1">Hello, I am</div>
<div style="transform: translateZ(80px);" class="text-2">Sahib Singh</div>
<div style="transform: translateZ(100px); "class="text-3">And I'm a <span class="typing"></span></div>
<a href="#hobby">My Hobbies</a>
<a href="#skills">Skills</a>
</div>
</div>
</section>
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img alt="" />
</div>
<div class="column right">
<div class="text"><span class="about-type"></span>
</div>
<p style="font-size: 23px;line-height: 35px;">
I am from Pehowa , a small town in Kurukshetra (Haryana). I have completed my secondary education from D.A.V Cantenary Public School, Pehowa. Currently, I am pursuing my Bachelor degree from Netaji Subhash University of Technology, Delhi in Computer Science and Engineering branch. I am interested in web development .I love to work in team and do discussion with team members and taking theirs ideas and feedback. Love to explore new things and always hope for best. Love to listen to songs and poems, and like to read quotes.I am fan of Nikola Tesla.
</p>
<a href="https://www.linkedin.com/in/sahib-singh-b55485200/">Follow on Linkedin</a>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left" style="margin:auto;">
<div class="text">
I know <span class="skill-typing"></span>
</div>
<p style="font-size: 23px;line-height: 35px;">
I know programming language like C++, C and little bit of Python. In the field of web , i know HTML, CSS and frameworks like Bootstrap and Tailwind, scripting language JavaScript, ReactJs and Next.js. In backend , i have built a project with PHP and Django and currently learning Firebase.
</p>
<a href="https://github.com/Sahib573" style="font-size:25px;">Follow on GitHub</a>
</div>
<div class="column right" style="margin:auto;">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS, Bootstrap and Tailwind</span>
<span>60%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript, Jquery</span>
<span>80%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>PHP</span>
<span>50%</span>
</div>
<div class="line php"></div>
</div>
<div class="bars">
<div class="info">
<span>ReactJs and Next.js</span>
<span>65%</span>
</div>
<div class="line react"></div>
</div>
<div class="bars">
<div class="info">
<span>MySQL</span>
<span>50%</span>
</div>
<div class="line mysql"></div>
</div>
<div class="bars">
<div class="info">
<span>Django</span>
<span>40%</span>
</div>
<div class="line django"></div>
</div>
</div>
</section>
<section class="proj" id="proj">
<div class="max-width">
<h2 class="title">My projects</h2>
<div class="pj-container">
<div class="row1-container">
<div class="box box-down cyan">
<h2>Clomira</h2>
<p>
An undergoing project. A website being designed for college
students where they will not only find study material related to
college classes but also for general topics. And Doubt section
for interaction with peers.
</p>
<a href="https://github.com/Sahib573/clomira">Visit</a>
</div>
<div class="box red">
<h2>Chrome-Youtube-EXtension</h2>
<p>
It is an extension for Utube in which we added country icon
alongwith channel name and added some features like
<span>Theatre Mode</span> , <span>Concentration Mode</span> and
other like font change and size change with some validations
</p>
<a href="https://github.com/Sahib573/yt-chrome-ext">Visit</a>
</div>
<div class="box box-down blue">
<h2> Shopify</h2>
<p>
It is a E-commerce WEbsite built using DJango and HTML, CSS,
JavaScript and JQuery in which products can be added to cart and
then checkout and other features like complaint page and tracker
using order id obtained while ordering the item.
</p>
<a href="https://github.com/Sahib573/Shopify">Visit</a>
</div>
<div class="box orange">
<h2>Foodipie</h2>
<p>It is a food ordering site in which we fetched data from an <span>API</span>. Customer can click on particular item and can we products details like ingredients and price and can also watch Youtube Video to prepare that dish
</p>
<a href="https://github.com/Sahib573/Foodipie">Visit</a>
</div
>
<div class="row2-container">
</div>
</div>
</div>
</div>
</section>
<section id="my-hobby">
<div class="hobby" style="margin-top: 200px;">
<h2 style="text-align: center; margin-bottom:60px;font-size: 40px;font-style: italic;font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">My Hobbies</h2>
<div class="max-width">
<div class="hobby-box" >
<div class="hobby-content card1">
<h1 style="text-align: center;font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">Hobbies are great distractions from the worries and troubles that plague daily living.</h1>
</div>
<div class="card card2">
<h2>I like to do random things .<h2>
</div>
<div class="card card3"> I like play and learn Tabla and Harmonium (classical musical instruments).
</div>
<div class="card card4"> I like to watch Interviews, vlogs and Tech related videos specially space and time like stuff over Youtube and watching movies with friends.
</div>
<div class="card card7"> I like play and learn Tabla and Harmonium (classical musical instruments).
</div>
<div class="card card8">
<h2>Doing random things makes me happy.<h2>
</div>
<div class="card card10">Hobbies...</div>
<div class="card card11">
<h2>Listening to Songs <h2>
</div>
</div>
</div>
</div>
</section>
</section>
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column right">
<div class="text">Message me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required />
</div>
<div class="field email">
<input type="email" placeholder="Email" required />
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required />
</div>
<div class="field textarea">
<textarea
cols="30"
rows="20"
placeholder="Message.."
required
style="overflow:auto;resize:none"
></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<span
>Created By <a href="https://www.github.com/Sahib573">Sahib Singh</a> |
<span class="far fa-copyright"></span> 2022 All rights reserved.</span
>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="jacascr.js"></script>
</body>
</html>