-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
143 lines (139 loc) · 6.64 KB
/
old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Himesh Jain</title>
<meta name="description" content="">
<meta name="author" content="Himesh Jain">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.2/css/bulma.min.css">
<link rel="stylesheet" href="css/base1.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<section class="hero is-fullheight">
<div class="hero-head">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="/"><strong>HJain13</strong></a>
<a class="navbar-item is-hidden-desktop" href="https://github.com/HJain13" target="_blank"><span class="icon" style="color: #333;"><i class="fa fa-lg fa-github"></i></span></a>
<a class="navbar-item is-hidden-desktop" href="https://twitter.com/HJain13" target="_blank"><span class="icon" style="color: #55acee;"><i class="fa fa-lg fa-twitter"></i></span></a>
<a class="navbar-item is-hidden-desktop" href="https://angel.co/himesh-jain" target="_blank"><span class="icon"><i class="fa fa-lg fa-angellist"></i></span></a>
<div class="navbar-burger burger" data-target="navMenu">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-end">
<a class="navbar-item is-hidden-touch" href="https://github.com/HJain13" target="_blank"><span class="icon" style="color: #333;"><i class="fa fa-lg fa-github"></i></span></a>
<a class="navbar-item is-hidden-touch" href="https://twitter.com/HJain13" target="_blank"><span class="icon" style="color: #55acee;"><i class="fa fa-lg fa-twitter"></i></span></a>
<a class="navbar-item is-hidden-touch" href="https://angel.co/himesh-jain" target="_blank"><span class="icon"><i class="fa fa-lg fa-angellist"></i></span></a>
<a class="navbar-item" href="#profile">About</a>
<a class="navbar-item" href="#skills">Skills</a>
<a class="navbar-item" href="#projects">Projects</a>
</div>
</div>
</nav>
</div>
<div class="hero-body">
<div class="container has-text-centered">
<div class="animateme">
<ul class="bg-bubbles">
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
</ul>
</div>
<h1 class="title is-1 has-text-weight-light is-spaced">Hi, I am Himesh Jain.</h1>
<h2 class="subtitle is-4">I am a <span class="txt-rotate" data-period="2000" data-rotate='[ "Web Developer.", "Mobile Photographer.", "Design Hobbyist!", "Literary Aficionado.", "Visual Arts' Enthusiast.", "newbie Guitarist?"]'></span></h2>
</div>
</div>
<div class="hero-foot">
<div class="container has-text-centered">
<div class="is-padded"><strong>Download My <a href="resources/Resume-Himesh-Jain.pdf" download>Resume</a></strong></div>
<a href="#section2"><svg height="70" width="70"><polyline points="20,25 35,35 50,25" stroke="#333" stroke-width="3" fill="none"/></svg></a>
</div>
</div>
</section>
<section class="hero is-fullheight has-background" id="profile">
<div class="hero-body" id="section2">
<div class="container content">
<div class="columns">
<div class="column is-8 is-offset-2">
<div class="columns is-mobile is-multiline">
<div class="column is-5-desktop is-hidden-touch" id="ppic">
<img src="images/profile.jpeg" alt="Profile Image" id="pimg"/>
</div>
<div class="is-offset-4-touch column is-4-touch is-hidden-desktop" id="tppic">
<img src="images/profile.jpeg" alt="Profile Image" id="tpimg"/>
</div>
<div class="column is-7-desktop is-8-tablet is-12-mobile">
<div class="box is-squarer" id="pcol">
<div class="is-padded-thick">
<div class="title">Profile</div>
<hr>
<p>Born, <strong>1997</strong><br>
Based in <strong>Jaipur, India</strong><br>
Pursuing <strong>CS Major at LNMIIT, Jaipur</strong></p>
<p class="is-hidden-mobile">I'm a Junior Year Student, majoring in computer science. As someone who has always been tinkering with gadgets to see how stuff works, the world of interconnected network was very intruiging to me. I am currently learning about it and trying to contribute to it being better.</p>
<p><span>Email: </span><strong>[email protected]</strong></p>
<a href="resources/Resume-Himesh-Jain.pdf" download class="button">Download Resume</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-fullheight is-black is-bold" id="skills">
<div class="hero-body">
<div class="container has-text-centered">
<div class="title has-text-weight-light is-padded">Skills</div>
<div class="content-skills"></div>
</div>
</div>
</section>
<section class="hero is-fullheight is-light is-bold" id="projects">
<div class="hero-body">
<div class="container has-text-centered">
<div class="title has-text-weight-light is-padded">Projects</div>
<figure class="pcard">
<img src="https://i.imgur.com/f4MoWOJ.png" alt="Chatbot" />
<figcaption>
<h3>LNMIIT Chatbot</h3>
<p>A chatbot built with NLP, Node</p>
</figcaption>
<a href="https://github.com/HJain13/lnmiit-chatbot"></a>
</figure>
<figure class="pcard">
<img src="https://i.imgur.com/ViJQkSw.jpg" alt="online booking" />
<figcaption>
<h3>PlanIt</h3>
<p>A MERN Stack - Web app, implementing online booking/recommendation system in a unique way. </p>
</figcaption>
<a href="https://github.com/HJain13/plan-it"></a>
</figure>
<figure class="pcard"><img src="https://i.imgur.com/GDQqVxq.jpg" alt="library" />
<figcaption>
<h3>BookMark</h3>
<p>Demo Online Bookstore complete with an user, books and as well as order management system</p>
</figcaption>
<a href="https://github.com/HJain13/BookMark"></a>
</figure>
<figure class="pcard"><img src="https://i.imgur.com/VuwiPmc.jpg" alt="robovac" />
<figcaption>
<h3>RoboVac</h3>
<p>ISA, Assembler, Machine Simulator and Microarchitecture Design for a Theoretical Automated Robotic Vacumm Cleaner.</p>
</figcaption>
<a href="https://github.com/HJain13/RoboVac"></a>
</figure>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/base1.js"></script>
</body>
</html>