-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
231 lines (187 loc) · 9.51 KB
/
Copy pathindex.html
File metadata and controls
231 lines (187 loc) · 9.51 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ===== CSS ===== -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- ===== BOX ICONS ===== -->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<title>Mohit's Portfolio</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Mohit Kumar Verma</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#Projects" class="nav__link">Projects</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home" id="home">
<div class="home__container bd-grid">
<h1 class="home__title"><span>HOLA</span><br>VISITOR.</h1>
<div class="home__scroll">
<a href="#about" class="home__scroll-link"><i class='bx bx-up-arrow-alt'></i>Scroll down</a>
</div>
<img src="assets/img/me.png" alt="" class="home__img">
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section" id="about">
<h2 class="section-title">About</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="assets/img/me.png" alt="">
</div>
<div>
<h2 class="about__subtitle">Mohit Kumar Verma</h2>
<span class="about__profession"><strong>Web designer, Machine Learning Enthusiast</strong></span>
<p class="about__text">I love creating <strong>Web Apps</strong>. Using Performance of your own
hardware and running Websites on that intrigues me.<strong> C++</strong> is what I do
programming on.<br>But now-a-days I focus more on ML and will shape myself towards
<strong>Artificial Intelligence and Computer Vision</strong>.
</p>
<div class="about__social">
<a href="https://www.linkedin.com/in/mohit-kumar-verma-558103170" class="about__social-icon"><i
class='bx bxl-linkedin'></i></a>
<a href="https://github.com/mohit2399" class="about__social-icon"><i
class='bx bxl-github'></i></a>
</div>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<h2 class="section-title">Skills</h2>
<div class="skills__container bd-grid">
<div class="skills__box">
<h3 class="skills__subtitle">Development Skills</h3>
<span class="skills__name">C++</span>
<span class="skills__name">Matlab</span>
<span class="skills__name">Python</span>
<span class="skills__name">Html, Js, CSS</span>
<span class="skills__name">Flutter</span>
<span class="skills__name">Emscripten</span>
<h3 class="skills__subtitle">Talents</h3>
<span class="skills__name">Premier Pro</span>
<span class="skills__name">Photoshop</span>
<h3 class="skills__subtitle">Interests</h3>
<span class="skills__name">Stock Trading</span>
<span class="skills__name">Gaming</span>
<span class="skills__name">Anime </span>
</div>
<div class="skills__img">
<img src="assets/img/skill.jpg" alt="">
</div>
</div>
</section>
<!--===== Projects =====-->
<section class="Projects section" id="Projects">
<h2 class="section-title">Projects</h2>
<div class="Projects__container bd-grid">
<div class="Projects__img">
<img src="assets/img/portfoilo.png" alt="">
<div class="Projects__link">
<a href="https://github.com/mohit2399/mohit2399.github.io" class="Projects__link-name">View details</a>
</div>
</div>
<div class="Projects__img">
<img src="assets/img/tetris.png" alt="">
<div class="Projects__link">
<a href="https://github.com/mohit2399/Tetris" class="Projects__link-name">View details</a>
</div>
</div>
<div class="Projects__img">
<img src="assets/img/dbms.png" alt="">
<div class="Projects__link">
<a href="https://github.com/mohit2399/E-Commerce-DBMS-Sem-5" class="Projects__link-name">View details</a>>
</div>
</div>
<div class="Projects__img">
<img src="assets/img/img1.jpg" alt="">
<div class="Projects__link">
<a class="Projects__link-name">Upcoming</a>>
</div>
</div>
<div class="Projects__img">
<img src="assets/img/img2.jpg" alt="">
<div class="Projects__link">
<a class="Projects__link-name">Upcoming</a>>
</div>
</div>
</div>
</section>
<!--===== CONTACT =====-->
<section class="contact section" id="contact">
<h2 class="section-title">Contact</h2>
<div class="contact__container bd-grid">
<div class="contact__info">
<h3 class="contact__subtitle">EMAIL</h3>
<span class="contact__text"><a href="mailto:yaimgr8@gmail.com">yaimgr8@gmail.com</a></span>
<h3 class="contact__subtitle">PHONE</h3>
<span class="contact__text">+91 70141 90694</span>
<h3 class="contact__subtitle">ADDRESS</h3>
<span class="contact__text">Jaipur, Rajasthan, India</span>
</div>
<form action="" class="contact__form">
<div class="contact__inputs">
<input type="text" placeholder="Name" class="contact__input">
<input type="mail" placeholder="Email" class="contact__input">
</div>
<textarea name="" id="" cols="0" rows="10" class="contact__input"
placeholder="Since, it is hosted on Github, I disabled the form's functionality. Please use Email provided. Click on the E-mail ID to go to your favrouite e-mail app and get in touch with us."></textarea>
<input type="submit" value="Submit" class="contact__button">
</form>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer section">
<div class="footer__container bd-grid">
<div class="footer__data">
<h2 class="footer__title">MOHIT KUMAR VERMA</h2>
<p class="footer__text">My name is Mohit Kumar Verma and this is my Website.</p>
</div>
<div class="footer__data">
<h2 class="footer__title">EXPLORE</h2>
<ul>
<li><a href="#home" class="footer__link">Home</a></li>
<li><a href="#about" class="footer__link">About</a></li>
<li><a href="#skills" class="footer__link">Skills</a></li>
<li><a href="#Projects" class="footer__link">Projects</a></li>
<li><a href="#Contact" class="footer__link">Contact</a></li>
</ul>
</div>
<div class="footer__data">
<h2 class="footer__title">FOLLOW</h2>
<a href="https://instagram.com/myself_mohitkv?igshid=15du498iw5hfv" class="footer__social"><i class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/Mohit_yaimgr8?s=08" class="footer__social"><i
class='bx bxl-twitter'></i></a>
<a href="https://youtube.com/channel/UCCtlZ_qK8N4IzE8V4UjELZA" class="footer__social"><i
class='bx bxl-youtube'></i></a>
<a href="https://www.linkedin.com/in/mohit-kumar-verma-558103170" class="footer__social"><i
class='bx bxl-linkedin'></i></a>
</div>
</div>
</footer>
<!--===== SCROLL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>