-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (244 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shivam Ojha || Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nova+Round&family=Patrick+Hand+SC&family=Raleway&display=swap" rel="stylesheet">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="images/favicon_io/site.webmanifest">
</head>
<body id="main">
<i class="fa fa-bars mobile-nav-toggle" id="nav-toggle" onclick="toggleNavbar()"></i>
<header id="header">
<div class="d-flex flex-col">
<div id="profile">
<img src="./images/ProfilePicture.jpg" alt="">
<h1><a href="#home" class="text-success text-bold">Shivam Ojha</a></h1>
<div id="social-media">
<a href="https://twitter.com/shivam_ojha14" target="_blank"><i
class="fa fa-twitter circle-icon"></i></a>
<a href="https://www.facebook.com/shivamojha1422000/" target="_blank"><i
class="fa fa-facebook circle-icon"></i></a>
<a href="https://www.instagram.com/_.shivam14._/" target="_blank"><i
class="fa fa-instagram circle-icon"></i></a>
<a href="https://www.linkedin.com/in/shivam-ojha-5695b81b7/" target="_blank"><i
class="fa fa-linkedin circle-icon"></i></a>
<a href="https://github.com/SHIVAM1422000" target="_blank"><i class="fa fa-github circle-icon"></i></a>
</div>
</div>
<nav id="nav-menu">
<ul>
<li class="item">
<a href="#home">
<i class="fa fa-home" style="font-size: 26px;
padding-right: 18px;"></i>
<span class="text-warning">Home</span>
</a>
</li>
<li class="item">
<a href="#about">
<i class="fa fa-user" style="font-size: 26px;
padding-right: 25px;"></i>
<span class="text-warning"> About</span>
</a>
</li>
<li class="item">
<a href="https://drive.google.com/file/d/1c76RYMmHp8Rxv0xgN8epmBXNZ_97dNaX/view?usp=sharing"
target="_blank">
<i class="fa fa-file" style="padding-right: 26px;"></i>
<span class="text-warning">Resume </span>
</a>
</li>
<li class="item">
<a href="#contact">
<i class="fa fa-envelope" style="padding-right: 20px;"></i>
<span class="text-warning">Contact</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div id="home" class="d-flex flex-col justify-center align-center">
<div id="home-container">
<h1>Hola Peeps<span class="wave">👋</span></h1>
<p>Crafting Awesomeness..!!!</p>
<p id="typing">
<span class="txt-rotate" data-period="800" data-rotate='["developer...", "programmer...", "engineer..."]'></span><span class="typed-cursor">|</span>
</p>
</div>
</div>
<section id="lower">
<div id="about">
<div class="container">
<div class="title">
<h2 style="margin-left:40%">About</h2>
<p>I am Shivam Ojha and currently an undergrad at BIT Mesra,India. My interests lies in Web development and a bit in competitive programming too. I am looking forward to learn Blockchain Development and would like to get my hands dirty in Machnine Learning.</p>
</div>
<div class="row d-flex">
<div class="col1">
<img style="border:2px solid black;margin-left:10%;margin-bottom:1rem" src="./images/ProfilePicture.jpg" alt="">
</div>
<div class="col2 pt-4 pt-lg-0">
<h3 style="margin-left:10%">MERN STACK DEVELOPER</h3>
<p style="margin-left:15%" class="fst-italic">Eat Sleep Code Repeat....!!! </p>
<div class="row d-flex" style="margin-left:10%">
<div class="col3">
<ul>
<li><i class="fa fa-angle-right"></i><strong>Birthday: </strong><span>14th Feb
2001</span></li>
<li><i class="fa fa-angle-right"></i><strong>Github:
</strong><a href="https://mridul4101.github.io/Portfolio/">https://github.com/SHIVAM1422000</a></li>
<li><i class="fa fa-angle-right"></i><strong>Phone: </strong><span>+91 9102950078</span></li>
<li><i class="fa fa-angle-right"></i><strong>City: </strong><span>Ranchi, Jharkhand, India
713206</span></li>
</ul>
</div>
<div class="col3">
<ul>
<li><i class="fa fa-angle-right"></i><strong>Age: </strong><span>21</span></li>
<li><i class="fa fa-angle-right"></i><strong>Degree: </strong><span>B.Tech
(pursuing)</span></li>
<li><i class="fa fa-angle-right"></i><strong>Email:
</strong><span>[email protected]</span></li>
<li><i class="fa fa-angle-right"></i><strong>Collaboration & Freelance:
</strong><span>Available</span></li>
</ul>
</div>
</div>
<p> I am descent knowledge of classics like Java, JavaScript , React.js, Node.js , Express.js , MongoDB , SQL . Currently I am currently working on my framework skills.I am currently in search of an Intern.
You can refer to my resume for more..!!
</p>
</div>
</div>
</div>
</div>
<!-- <div id="skills"></div> -->
<div id="contact">
<div class="container">
<div class="title">
<h2>Contact</h2>
<p>I am open to conversations on anything regarding software development, new tech and frameworks. We can brainstorm on project ideas over a cup of coffee and maybe end up working together on it. Feel free to drop a message!</p>
</div>
<div class="row d-flex">
<div class="col4 d-flex align-stretch">
<div class="info">
<div class="address">
<i class="fa fa-map-marker"></i>
<h4>Location: </h4>
<p>Shivam Garden Appt , Phase 1 , Kilburn Colony Hinoo</p>
</div>
<div class="email">
<i class="fa fa-envelope"></i>
<h4>Email: </h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="fa fa-phone"></i>
<h4>Phone: </h4>
<p>+91 9102950078</p>
</div>
<div style="width: 100%"><iframe width="100%" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=Shivam%20Garden%20,Kilburn%20Colony,Hinoo,Ranchi,India+(My%20Business%20Name)&t=&z=14&ie=UTF8&iwloc=B&output=embed"><a href="https://www.gps.ie/sport-gps/">swimming watch</a></iframe></div>
</div>
</div>
<div class="col5 mt-5 mt-lg-0 d-flex align-stretch">
<form action="" class="message-form">
<div class="row d-flex">
<div class="form-group col6">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group col6">
<label for="email">Your Email</label>
<input type="text" name="email" class="form-control" id="email" required>
</div>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" name="subject" class="form-control" id="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" class="form-control" id="message" rows="10" required></textarea>
</div>
<div style="text-align: center;">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<script>
function toggleNavbar() {
var nav = document.getElementById("nav-toggle");
var bodyClass = document.getElementById("main");
bodyClass.classList.toggle("nav-active");
if (bodyClass.classList.contains("nav-active")) {
nav.className = "fa fa-times mobile-nav-toggle";
} else {
nav.className = "fa fa-bars mobile-nav-toggle";
}
}
var TxtRotate = function (el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 10) || 2000;
this.txt = '';
this.tick();
this.isDeleting = false;
};
TxtRotate.prototype.tick = function () {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];
if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
this.el.innerHTML = '<span class="wrap">' + this.txt + '</span>';
var that = this;
// var delta = 300 - Math.random() * 100;
var delta = 100;
if (this.isDeleting) {
delta /= 2;
}
if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === '') {
this.isDeleting = false;
this.loopNum++;
delta = 500;
}
setTimeout(function () {
that.tick();
}, delta);
};
window.onload = function () {
var elements = document.getElementsByClassName('txt-rotate');
for (var i = 0; i < elements.length; i++) {
var toRotate = elements[i].getAttribute('data-rotate');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtRotate(elements[i], JSON.parse(toRotate), period);
}
}
};
</script>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>