-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (267 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap" rel="stylesheet" />
<title>porfolio</title>
</head>
<body>
<header>
<nav>
<a href="#home" id="logo">AR</a>
<i class="fa-solid fa-bars" id="ham-menu"></i>
<ul id="nav-bar">
<li><a href="#home">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="blog.html">Utilities</a></li>
<li><a href="blog.html">Projects</a></li>
<li><a href="">Certificates</a></li>
<li><a href="#contact-form">Contact</a></li>
</ul>
<!-- <button onclick="myFunction()">darkMode</button> -->
</nav>
</header>
<section id="home">
<div class="info">
<img class="user-img" src="img/profile-pic (4).png" alt="user-image" />
<h1>Hi, I'm Anil Rajput</h1>
<h3>I am a Frontend Developer with HTML,CSS,Javascript</h3>
<p class="home-p">
Currently completed my Bachelor Degree in Computer Science from
<a href="https://www.google.com/search?q=invertis+university+official+website&sca_esv=573727491&sxsrf=AM9HkKmBSs1VjXxcKyZoS_X55xZxKR5eog%3A1697445288155&ei=qPUsZYPpCLTXseMP1-uJmA4&oq=invertis+university+of&gs_lp=Egxnd3Mtd2l6LXNlcnAiFmludmVydGlzIHVuaXZlcnNpdHkgb2YqAggAMgUQABiABDIIEAAYigUYhgMyCBAAGIoFGIYDSIMaUMgCWNcIcAF4AZABAJgB9wKgAa8HqgEFMi0yLjG4AQPIAQD4AQHCAgoQABhHGNYEGLADwgIKEAAYigUYsAMYQ8ICDhAAGOQCGNYEGLAD2AEBwgIQEC4YigUYyAMYsAMYQ9gBAsICBxAAGIoFGEPCAgoQABiABBgUGIcCwgIKEC4YgAQYFBiHAsICBRAuGIAEwgIGEAAYFhgewgIKEAAYFhgeGA8YCsICFBAuGIAEGJcFGNwEGN4EGOAE2AED4gMEGAAgQYgGAZAGEroGBggBEAEYCboGBggCEAEYCLoGBggDEAEYFA&sclient=gws-wiz-serp"> Invertis University of Bareilly</a>.
</p>
<a href="img/Untitled.pdf">
<button id="btn"><i class="fa fa-download"></i> Resume</button>
</a>
</div>
</section>
<div class="skilles-container">
<h2 class="top">My Top Skilles</h2>
<div class="container">
<div class="skilles-column">
<div class="skilles">
<img src="logo.png/html.png" alt="html" width="30px">
<h1 class="text">HTML</h1>
</div>
<div class="skilles">
<img src="logo.png/css.png" alt="html" width="30px">
<h1 class="text">CSS</h1>
</div>
<div class="skilles">
<img src="logo.png/social_javascript.png" alt="html" width="35px">
<h1 class="text">Javascript</h1>
</div>
</div>
<div class="skilles-column">
<div class="skilles">
<img src="logo.png/typescript.png" alt="html" width="30px">
<h1 class="text">Typescript</h1>
</div>
<div class="skilles">
<img src="logo.png/c.png" alt="html" width="30px">
<h1 class="text">Programming</h1>
</div>
<div class="skilles">
<img src="logo.png/pngegg.png" alt="html" width="45px">
<h1 class="text">Programming</h1>
</div>
</div>
<div class="skilles-column">
<div class="skilles">
<img src="logo.png/python.png" alt="html" width="30px">
<h1 class="text">Python</h1>
</div>
<div class="skilles">
<img src="logo.png/prog_django.png" alt="html" width="30px">
<h1 class="text">Django</h1>
</div>
<div class="skilles">
<img src="logo.png/database_mysql.png" alt="html" width="30px">
<h1 class="text">MySQL</h1>
</div>
</div>
<br>
<div class="skilles-column">
<div class="skilles">
<img src="logo.png/bootstrap.png" alt="html" width="30px">
<h1 class="text">Bootstrap</h1>
</div>
<div class="skilles">
<img src="logo.png/pngwing.com (1).png" alt="html" width="30px">
<h1 class="text">Figma</h1>
</div>
<div class="skilles">
<img src="logo.png/pngwing.com (2).png" alt="html" width="30px">
<h1 class="text">React</h1>
</div>
</div>
</div>
</div>
<!--blog cantainer-->
<section>
<div class="blog-cantainer">
<h2 class="post">Projects</h2>
<h3>Web Development Blogs</h3>
<div class="blog-post">
<div class="blog-post_img">
<img src="img/Screenshot (131).png" alt="image">
</div>
<div class="blog-post_info">
<div class="blog-post_date">
<span>Anil Developer</span>
<span>oct 23 2023</span>
</div>
<a href="#">
<h1 class="blog-post_title">WeatherApp</h1>
</a>
<p class="blog-post_text">
The React Weather App is your go-to solution for staying informed about the latest weather conditions in your area and around the world.
Developed using the React framework...
<br>Technology - <strong style=" opacity: 100%;
color: rgb(86 80 80);
font-size: 14px;
font-weight: 700;">React, CSS, Weather API</strong>
</p>
<a href="blogs/example/index.html" class="blog-post_cta">Read More</a>
</div>
</div>
<div class="blog-post">
<div class="blog-post_img">
<img src="img/1.jpg" alt="image">
</div>
<div class="blog-post_info">
<div class="blog-post_date">
<span>Anil Developer</span>
<span>oct 3 2023</span>
</div>
<a href="blogs/example/index.html">
<h1 class="blog-post_title">UPSC|Cvil good IAS</h1>
</a>
<p class="blog-post_text">
UPSC Syllabus Hub is a user-friendly and comprehensive web platform designed using
HTML, CSS, JavaScript, and jQuery to assist UPSC aspirants in accessing, navigating...
</p>
<a href="blogs/example/index.html" class="blog-post_cta">Read More</a>
</div>
</div>
<div class="blog-post">
<div class="blog-post_img">
<img src="img/Screenshot (106).png" alt="">
</div>
<div class="blog-post_info">
<div class="blog-post_date">
<span>Anil Developer</span>
<span>Oct 7 2023</span>
</div>
<a href="blogs/Spotify Clone/index.html">
<h1 class="blog-post_title">Music Player spotify</h1>
</a>
<p class="blog-post_text">
Music Sportify is a cutting-edge music streaming and sports content platform, meticulously crafted with HTML and CSS.
This web application seamlessly blends your love for music with your passion for sport...
</p>
<a href="blogs/index.html" class="blog-post_cta">Read More</a>
</div>
</div>
<div class="blog-post">
<div class="blog-post_img">
<img src="img/Screenshot (118).png" alt="">
</div>
<div class="blog-post_info">
<div class="blog-post_date">
<span>Anil Developer</span>
<span>oct 16 2023</span>
</div>
<a href="blogs/flashcard/index.html">
<h1 class="blog-post_title">Flashcard App</h1>
</a>
<p class="blog-post_text">
The Interactive Flashcard App is a dynamic and engaging platform for learning and self-assessment,
built with HTML, CSS, and JavaScript. This web application combines a user-friendly interface with customizable features...
</p>
<a href="#" class="blog-post_cta">Read More</a>
</div>
</div>
<div>
<a href="blog.html" class="blog-post_All">Read all post-></a>
</div>
</section>
<!--contact form-->
<section class="contact-section">
<div class="section-header">
<div class="container-hp">
<h2 class="contact-me">Contact me</h2>
<p>If you have any question regarding web development and technology then you can discuss with me, I will
always try to help you and I am always ready for you.</p>
</div>
</div>
<div class="container-cp">
<div class="row">
<div class="contact-form">
<form onsubmit="sendEmail(); reset(); return false;" id="contact-form">
<h2>Send Message</h2>
<div class="input-box">
<input type="text" id="name" required="true" name="">
<span>Full Name</span>
</div>
<div class="input-box">
<input type="email" id="email" required="true" name="">
<span>Email</span>
</div>
<div class="input-box">
<textarea id="message" required="true" name=""></textarea>
<span>Type your Message...</span>
</div>
<div class="input-box">
<input type="submit" value="Send" name="">
</div>
</form>
</div>
</div>
</div>
</section>
<section class="footer-section">
<footer class="site-footer">
<div class="container-footer">
<div class="footer-columns">
<div class="footer-column">
<h3>About me</h3>
<p>My name is Anil i am blong to India and i am a frontend developer </p>
<p>i am famliar with react and other programming language</p>
</div>
<div class="footer-column">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">blogs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#contact-form">Contact</a></li>
<li class="connect-with-us"><a href="#">Connect with Us</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Contact me</h3>
<p>Address: bareilly, Uttar Pradesh, India, (243502)</p>
<p>Email: [email protected]</p>
<div class="social-icons">
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="copyright">
© 2023 my portfolio. All rights reserved.
</div>
</footer>
</section>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="script.js"></script>
</body>
</html>