-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (284 loc) · 9.97 KB
/
index.html
File metadata and controls
288 lines (284 loc) · 9.97 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AdarshCodeCraft | Projects</title>
<link rel="shortcut icon" href="images/logo.jpg" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="hero.css" />
<link rel="stylesheet" href="project.css" />
<link rel="stylesheet" href="adarsh.css" />
</head>
<body>
<div class="navbar">
<div class="logo">
<img src="images/logo.jpg" alt="logo" width="35px" />
<div class="logo-name">Adarsh<span>CodeCraft</span></div>
</div>
<nav>
<div class="media">
<a href="#About">About</a>
<a href="#Project">Projects</a>
</div>
<div class="btn">
<a href="form.html">
<button>
<img src="images/mail.png" alt="logo" width="30px" />Get in touch
</button>
</a>
</div>
</nav>
<!-- Menu icon for mobile view -->
<div class="menu-icon" onclick="toggleMenu()">☰</div>
<!-- Dropdown menu for mobile -->
<div class="menu" id="mobileMenu">
<a href="#About">About</a>
<a href="#Project">Projects</a>
<a href="form.html">Get in touch</a>
</div>
</div>
<div class="write">
"Programming isn't about what you know; it's about what you can figure
out."
</div>
<div class="hero-section">
<div class="left">
<h1>
"Transforming Ideas into Interactive Web Realities Through Front-End
Development"
</h1>
<p>
Front-end development focuses on creating the visual and interactive
elements of a website or web application, using languages like HTML,
CSS, and JavaScript.
</p>
<a href="images/English Part - IV - PDF - Adarsh Singh.pdf">
<button class="custom-btn btn-1">
<img src="images/paper.png" alt="logo" width="30px" />Research Paper
</button>
</a>
</div>
<div class="right">
<img src="images/4498903.jpg" alt="logo" width="100%" height="100%" />
</div>
</div>
<h2>Project Based On <span id="front">Front-End Development</span></h2>
<div class="card-section" id="Project">
<div class="card">
<img
src="images/guithub profile.png"
alt="image"
width="100%"
height="50%"
/>
<div class="title">Search GitHub Profile</div>
<p class="para">
A simple, user-friendly tool to search GitHub profiles, built with
HTML, CSS, and JavaScript.
</p>
<div class="button">
<button class="code">
<a
href="https://github.com/AdarshCodeCraft/Search-GitHub-Profile.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Search-GitHub-Profile/"
>Preview</a
>
</button>
</div>
</div>
<div class="card">
<img
src="images/search engine.png"
alt="image"
width="100%"
height="50%"
/>
<div class="title">Image Search Engine</div>
<p class="para">
This is a simple Image Search Engine built using HTML, CSS, and
JavaScript.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Image-Search-Engine.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Image-Search-Engine/"
>Preview</a
>
</button>
</div>
</div>
<div class="card">
<img src="images/virtual.png" alt="image" width="100%" height="50%" />
<div class="title">Virtual Assistan</div>
<p class="para">
The Virtual Assistant is an interactive web-based application designed
to assist users.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Virtual-Assistant.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Virtual-Assistant/"
>Preview</a
>
</button>
</div>
</div>
</div>
<div class="card2-section">
<div class="card2">
<img src="images/editor.png" alt="image" width="100%" height="50%" />
<div class="title">Code Editor</div>
<p class="para">
My custom code editor is a lightweight, browser-based editor built
with HTML, CSS, and JavaScript.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Code-Editor.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Code-Editor/">Preview</a>
</button>
</div>
</div>
<div class="card2">
<img src="images/daily.png" alt="image" width="100%" height="50%" />
<div class="title">Daily Task</div>
<p class="para">
A simple and interactive web-based daily task tracker built using
HTML, CSS, and JavaScript.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Daily-Task.git">Code</a>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Daily-Task/">Preview</a>
</button>
</div>
</div>
<div class="card2">
<img src="images/project.png" alt="image" width="100%" height="50%" />
<div class="title">Projects Store</div>
<p class="para">
Page showcases a collection of projects organized in a visually
engaging card format.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Daily-Task.git">Code</a>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Daily-Task/">Preview</a>
</button>
</div>
</div>
</div>
<div class="card3-section">
<div class="card3">
<img src="images/quiz.png" alt="image" width="100%" height="50%" />
<div class="title">Quiz</div>
<p class="para">
My quiz webpage is an interactive platform where users can test their
knowledge on various topics.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Quiz-Game.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Quiz-Game/">Preview</a>
</button>
</div>
</div>
<div class="card3">
<img src="images/web.png" alt="image" width="100%" height="50%" />
<div class="title">Webpage Design</div>
<p class="para">
This repository contains the complete code for my personal website,
crafted using HTML and CSS.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Webpage-Design.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Webpage-Design/"
>Preview</a
>
</button>
</div>
</div>
<div class="card3">
<img src="images/blog.png" alt="image" width="100%" height="50%" />
<div class="title">Blog Page</div>
<p class="para">
This blog page is a dynamic and visually engaging platform built with
HTML, CSS, and JavaScript.
</p>
<div class="button">
<button class="code">
<a href="https://github.com/AdarshCodeCraft/Blog-Design.git"
>Code</a
>
</button>
<button class="preview">
<a href="https://adarshcodecraft.github.io/Blog-Design/"
>Preview</a
>
</button>
</div>
</div>
</div>
<div class="certificate" id="About">
<div class="left-certificate">
"Data Privacy in Digital Era"
<p id="final">
In today’s interconnected world, data is as valuable as gold. With the
rise of digital platforms, personal data is constantly being
collected, processed, and analyzed 🌐🔍.
</p>
<a href="images/WhatsApp Image 2024-11-23 at 11.25.15 AM.jpeg">
<button id="butt">Certificate</button>
</a>
</div>
<div class="right-certificate">
<img
src="images/1000047573.jpg"
alt="logo"
width="100%"
height="100%"
/>
</div>
</div>
<footer>
<div class="foot">AdarshCodeCraft © 2024</div>
<div class="social">
<a href="https://github.com/AdarshCodeCraft/"><img src="images/social.png" alt="logo" /></a>
<a href="https://www.linkedin.com/in/adarshcodecraft"><img src="images/linkedin.png" alt="logo" /></a>
<a href="https://instagram.com/photoswithadarsh"><img src="images/instagram.png" alt="logo" /></a>
<a href="https://twitter.com/AdarshCodeCraft"><img src="images/twitter.png" alt="logo" /></a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>