-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
324 lines (308 loc) · 15 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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="styles/styles.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=Poppins:ital,wght@1,400;1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="main-content">
<header class="container header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/WhatsApp Image 2024-07-10 at 11.45.13 PM.jpeg" alt="">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I'm <span>Jayant Parashar. </span>
A Student.
</h1>
<p>
I'm a Student at K.R. Mangalam University, Currently learning Artificial Intelligence and Machine
learning.
I love to create AI models and work on projects that are challenging and interesting.
I enjoy exploring the latest advancements in AI and ML and applying them to real-world problems.
I strive to contribute to the field of AI and ML.
</p>
</div>
</div>
</header>
<main>
<section class="container about" id="about">
<div class="main-title">
<h2>About <span>me</span><span class="bg-text">my stats</span></h2>
</div>
<div class="about-container">
<div class="left-about">
<h4>Information About me</h4>
<p>
I'm a passionate computer science student with a knack for turning ideas into innovative code. I'm constantly fascinated by the potential of technology to solve problems and create a positive impact.
Right now, I'm diving deep into the world of development, machine learning, artificial intelligence. I'm particularly interested in machine learning and artificial intelligence.
When I'm not coding, you can find me writing blogs:.
This website is a glimpse into my coding journey. Take a look at my projects to see what I'm working on, and feel free to reach out if you have any questions or cool project ideas!
</p>
</div>
<div class="right-about">
<div class="about-item">
<div class="abt-text">
<p class="large-text">10+</p>
<p class="small-text">Projects <br /> Completed</p>
</div>
</div>
</div>
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">html5</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">css3</p>
<div class="progress-con">
<p class="prog-text">85%</p>
<div class="progress">
<span class="css"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">javascript</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="js"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Python</p>
<div class="progress-con">
<p class="prog-text">90%</p>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
</div>
</div>
<h4 class="stat-title">My Timeline</h4>
<div class="timeline">
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2023 - current</p>
<h5>Student<span> Computer Science Engineering</span></h5>
<p>
Studying CSE in spl with Artificial Intelligence and Machine Learning. Expected to graduate in 2027.
</p>
</div>
</div>
</section>
<section class="container" id="portfolio">
<div class="main-title">
<h2>My <span>Portfolio</span><span class="bg-text">My Work</span></h2>
</div>
<p class="port-text">
Here is some of my work that I've done in various programming languages.
</p>
<div class="portfolios">
<div class="portfolio-item">
<div class="image">
<img src="img/BreastCancerAI.png" alt="">
</div>
<h4>Breast-Cancer-Detection-model</h4>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="https://github.com/Jayantparashar10/Breast-Cancer-Detection-model" class="icon">
<i class="fab fa-github">
<link href="https://github.com/Jayantparashar10/Breast-Cancer-Detection-model" />
</i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/desktopass.jpeg" alt="">
</div>
<h4>Desktop Assistant</h4>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="https://github.com/Jayantparashar10/Desktop-Assistant" class="icon">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="container" id="blogs">
<div class="blogs-content">
<div class="main-title">
<h2>My <span>Blogs</span><span class="bg-text">My Blogs</span></h2>
</div>
<div class="blogs">
<div class="blog">
<img src="img/cuda tensorflow.jpeg" alt="">
<div class="blog-text">
<h4>
<a href="https://medium.com/@jayantparashar_41627/how-to-install-cuda-cudnn-and-tensorflow-in-linux-step-by-step-7ddda6d9be98"> How to install tensorflow in ubuntu 22.04 lts and ububtu 24.04 lts
</a>
</h4>
<p>
To install tensorflow in ubuntu 22.04 lts and ubuntu 24.04 lts follow the steps given below.
</p>
</div>
</div>
<div class="blog">
<img src="img/wsl2.jpeg" alt="">
<div class="blog-text">
<h4>
<a href="https://medium.com/@jayantparashar_41627/supercharge-your-ai-ml-development-with-wsl2-on-windows-7bad7de3c100"> Supercharge your AI/ML development with wsl2 in windows 11.</a>
</h4>
<p>
How you can use windows subsystem for linux 2 to supercharge your AI/ML development in windows 11.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="container contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2>Contact <span>Me</span><span class="bg-text">Contact</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contact me here</h4>
<p>
If you want to work with me you can contact below. I'm always open to new opportunities and collaborations.
</p>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>
: Gurugram, Haryana, India
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
<span>Email</span>
</div>
<p>
<span>: [email protected]</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Education</span>
</div>
<p>
<span>: K.R. Mangalam University</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Mobile Number</span>
</div>
<p>
<span>: 9123252725</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-globe-africa"></i>
<span>Languages</span>
</div>
<p>
<span>: English, Hindi</span>
</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="https://www.instagram.com/ig_jayantparashar22_/?next=%2F" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://x.com/JayantParashar5" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/Jayantparashar10" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<div class="right-contact">
<form action="" class="contact-form">
<div class="input-control i-c-2">
<input type="text" required placeholder="YOUR NAME">
<input type="email" required placeholder="YOUR EMAIL">
</div>
<div class="input-control">
<input type="text" required placeholder="ENTER SUBJECT">
</div>
<div class="input-control">
<textarea name="" id="" cols="15" rows="8" placeholder="Message Here..."></textarea>
</div>
<div class="submit-btn">
<a href="#" class="main-btn">
<span class="btn-text">Send Message</span>
<span class="btn-icon"><i class="fas fa-paper-plane"></i></span>
</a>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<div class="control active-btn" data-id="home">
<i class="fas fa-home"></i>
</div>
<div class="control" data-id="about">
<i class="fas fa-user"></i>
</div>
<div class="control" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div>
<div class="control" data-id="blogs">
<i class="far fa-newspaper"></i>
</div>
<div class="control" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>