-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (177 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hritik's | Portfolio</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- header section starts -->
<header>
<div class="user">
<img src="hritik.jpeg.jpg" alt="">
<h3 class="name">Hritik Roshan Kumar Mishra</h3>
<p class="post">Software & Frontend Developer and Competitive Programmer</p>
</div>Achievements
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About My Education</a></li>
<li><a href="#education">Experience & Projects</a></li>
<li><a href="#portfolio">Achievements</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="https://www.linkedin.com/in/hritik-roshan-kumar-mishra-9036b722a/" class="fa fa-linkedin"></a>
<a href="https://github.com/nitian-hritik" class="fa fa-github"></a>
<a href="https://www.instagram.com/nitian_hritik_/" class="fa fa-instagram"></a>
</nav>
</header>
<!-- header section ends -->
<div id="menu" class="fas fa-bars"></div>
<!-- home section starts -->
<section class="home" id="home">
<h3>Namaste 🙏</h3>
<h1>I'm <span>Hritik Mishra</span></h1>
<p>Pre-Final Year B.Tech Student in the Department of Electrical Engineering at
National Institute of Technology(NIT) Manipur , India.<br><br>
I'm a Software & Frontend Developer and I'm currently learning DSA.<br><br> I strongly believe that technology have the power to change the world into a better place. Also, Innovation is a superpower that is bestowed on engineers. Hence, I am trying to build a bridge between these two to bring positive change and impact lives.
Learning new things and skills moreover try to implement them in real life, fails much time but always tries to be consistent. I am a passionate problem solver. Talking about my technical skills, I'm currently learning C++, Data Structures & Algorithms along with Web Dev.
Apart from that, I enjoy listening music . For recreation purposes, music works well for me. If you wish to start conversation please start with smile..
<br><br>
My Technical Skills includes:<br> Programming : C++ , C , Java(Basic)<br>
Library & Tools : GitHub , VS Code,MATLAB<br>
Frameworks : HTML , CSS , JavaScript(Basic)<br>
Fundamentals : OS , DBMS , OOPs & Computer Networks
</p>
<a href="#about"><button class="btn">About My Education <i class="fas fa-user"></i></button></a>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>About</span> My Education </h1>
<div class="row">
<div class="info">
<h3>(2021-Present)</h1>
<h3> <span> College/University name : </span> National Institute of Technology(NIT) Manipur </h3>
<h3> <span> Degree : </span> Bachelor's of Technology (2021-2025)</h3>
<h3> <span> Branch : </span> Electrical Engineering</h3>
<h3> <span> Feel free to Connect on 👉🏻</span> <a href="https://www.linkedin.com/in/hritik-roshan-kumar-mishra-9036b722a/" class="fa fa-linkedin"></a> |
<a href="https://github.com/nitian-hritik" class="fa fa-github"></a></h3><br><br>
<h3>(Till 2018)</h1>
<h3> <span>School name : </span> Indian Public School , Madhubani (BR) </h3>
<h3> <span> Degree : </span> Matriculation(X) CBSE Board</h3>
<h3> <span> Subject : </span> All Subject(X)</h3>
<h3> <span> Passout Year : </span> 2018(X)</h3>
<h3>(Till 2021)</h1>
<h3> <span>School name : </span>V.S.J College Rajnagar , Madhubani (BR)</h3>
<h3> <span> Degree : </span>Intermediate(XII) BSEB </h3>
<h3> <span> Subject : </span>PCM as Major(XII)</h3>
<h3> <span> Passout Year : </span>2021(XII)</h3>
<!-- <a href="https://drive.google.com/file/d/1UrBvDhG1-xvs36q1-7hzIBWHpmauKfFs/view?usp=share_link"><button class="btn"> Download CV <i class="fas fa-download"></i> </button></a> -->
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"> My <span>Experience & Projects</span> </h1>
<h1 class="heading"><span>Projects</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>HTML, CSS & JavaScript</span>
<h3><a href="https://github.com/nitian-hritik/Tic-Tac-Toe">Tic-Tac-Toe</a></h3>
<p>Created a Tic-Tac-Toe Game web page ,a very simple two-player game where both the player get to choose any of the symbols between X and O. This game is played on a 3X3 grid board and one by one each player gets a chance to mark its respective symbol on the empty spaces of the grid.<br><br>
Tech Stack: HTML, CSS & JavaScript<br><br>To view website: <a href="https://nitian-hritik.github.io/Tic-Tac-Toe/">Click Here</a></p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>HTML, CSS & JavaScript</span>
<h3><a href="https://github.com/nitian-hritik/Weather.hritik">Weather</a></h3>
<p>Created a Simple weather forecast website , Upon entering the name of city , you will get the weather forecst of cities like temp , wind speed & humidity.<br><br>
Tech Stack: HTML, CSS & JavaScript<br><br>To view website: <a href="https://nitian-hritik.github.io/Weather.hritik/">Click Here</a></p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>HTML, CSS & JavaScript</span></a>
<h3><a href="https://github.com/nitian-hritik/Qubit-NITMN">QUBIT-NITMN
</a></h3>
<p>Created a webpage for the Coding Society named as "QUBIT" CODING CLUB - NIT Manipur.<br><br>
Tech Stack: HTML, CSS & JavaScript<br><br>To view website: <a href="https://nitian-hritik.github.io/Qubit-NITMN/">Click Here</a></p>>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>HTML, CSS & JavaScript</span></a>
<h3><a href="https://github.com/nitian-hritik/Password_Generator">Password_Gnerator
</a></h3>
<p>Created a password generating webpage,the fundamental purpose of a password generator is to create secure passwords. Not using weak passwords helps combat compromised credentials and stop cyberattackers from gaining access to unauthorized accounts.<br><br>
Tech Stack: HTML, CSS & JavaScript<br><br>To view website: <a href="https://nitian-hritik.github.io/Password_Generator/">Click Here</a></p>>
</div>
</section>
<!-- education section ends -->
<!-- portfolio section starts -->
<section class="portfolio" id="portfolio">
<h1 class="heading"> My <span>Achievements</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<h3>LeetCode</h3>
<p>3⭐@LeetCode<br>
Mastered DSA using Leetcode<br>
500+ problems on LeetCode</p>>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<h3>Hackerrank</h3>
<p>5⭐@HackerRank in C++<br>
C++ (Mastered C++)</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<h3>Codathon</h3>
<p>INTER NIT CODING COMPETITION<br>
by ISTE SC MANIT'S NIT BHOPAL.<br>
get Certificate of Participation</p>
</div>
</section>
</div>
</section>
<!-- portfolio section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>Contact</span> Me </h1>
<div class="row">
<div class="content">
<h3 class="title">Contact Info</h3>
<div class="info">
<h3> <i class="fas fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></h3>
<h3> <i class="fas fa-phone"></i><a href="https://wa.me/+917765882289">+917765882289</a></h3>
<h3> <i class="fas fa-map-marker-alt"></i> Madhubani, India - 847211. </h3>
</div>
</div>
<form action="">
<input type="text" placeholder="name" class="box">
<input type="email" placeholder="email" class="box">
<input type="text" placeholder="project" class="box">
<textarea name="" id="" cols="30" rows="10" class="box message" placeholder="message"></textarea>
<button type="submit" href="mail.com" class="btn"> send <i class="fas fa-paper-plane"></i> </button>
</form>
</div>
</section>
<!-- contact section ends -->
<!-- scroll top button -->
<a href="#home" class="top">
<img src="https://iili.io/HhKbhQV.png" alt="">
</a>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="./script.js"></script>
</body>
</html>