-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
272 lines (272 loc) · 9.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="./images/business_center.svg"
type="image/x-icon"
/>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./mediaqueries.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<title>Bedi Gupta</title>
</head>
<body>
<nav id="desktop-nav">
<!-- <h1>Bedi Gupta</h1> -->
<img src="./images/logo.png" alt="" />
<div class="nav-links">
<a class="links" href="https://bedigupta.hashnode.dev/">Blogs</a>
<a class="links" href="https://bedigupta.hashnode.dev/newsletter"
>Newsletter</a
>
<a class="links" href="./about/about.html">About</a>
<a id="twitter" href="https://x.com/thebedigupta">Connect</a>
</div>
</nav>
<nav id="mobile-nav">
<!-- <h1>Bedi Gupta</h1> -->
<img src="./images/logo.png" alt="" />
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<a class="links" href="./about/about.html" onclick="toggleMenu()"
>About</a
>
<a
class="links"
href="https://bedigupta.hashnode.dev/"
onclick="toggleMenu()"
>Blogs</a
>
<a
class="links"
href="https://bedigupta.hashnode.dev/newsletter"
onclick="toggleMenu()"
>Newsletter</a
>
<a
class="links"
href="https://x.com/thebedigupta"
onclick="toggleMenu()"
>Connect</a
>
</div>
</div>
</nav>
<div id="first-page">
<div class="left box">
<div class="text">
<h3>Future-Proof</h3>
<h1>Full Stack <span>Developer</span></h1>
<p>Adapting to the ever-evolving tech landscape</p>
<button
class="btn"
onclick="window.location.href='https://docs.google.com/document/d/18-M5kiJvxYCwNf0cUiCCKlcogKoXFkAxXQXB-34g6Qg/edit?usp=sharing';"
>
Hire Me
</button>
</div>
</div>
<div class="right box">
<div class="img-div">
<img src="./images/hero-pick.jpg" alt="Bedi Gupta Pick" />
</div>
</div>
</div>
<div id="second-page">
<div class="text-box">
<h1>Tech Stack</h1>
<p>
As a full-stack developer, I build dynamic and responsive web
applications using HTML5, CSS3, and JavaScript (ES6+). I’m currently
focused on enhancing my skills in back-end development with Node.js
and Express.js, and exploring data management with MongoDB and
PostgreSQL. While I haven’t yet applied React in a project, I’m
actively learning it to leverage its powerful component-based
architecture. For version control, I use Git and GitHub, and Docker
and AWS help me streamline deployment and scale applications
efficiently.
</p>
</div>
<div class="tech-stack">
<button onclick="previous()">
<i class="ri-arrow-left-circle-fill"></i>
</button>
<div class="stack">
<img src="./images/HTML.png" alt="HTML" srcset="" />
<img src="./images/CSS.png" alt="CSS" />
<img src="./images/Javascript.png" alt="Javascript" />
<img src="./images/bootstrap.png" alt="Bootstrap" />
<img src="./images/tailwind.png" alt="Tailwind" />
<img src="./images/nodejs.png" alt="NodeJs" />
<img src="./images/express.png" alt="Express" />
<img src="./images/github.png" alt="Github" />
<img src="./images/npm.png" alt="Npm" />
</div>
<button onclick="next()">
<i class="ri-arrow-right-circle-fill"></i>
</button>
</div>
</div>
<div id="third-page">
<div class="heading">
<h1>Work</h1>
<p>Projects that I already worked on</p>
</div>
<div class="work-box">
<div class="projects1 pro box">
<div class="work-icon">
<img
src="https://images.unsplash.com/photo-1523474253046-8cd2748b5fd2?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt=""
/>
</div>
<div class="txt">
<h2>Amazon Clone</h2>
<p>For Best Experience Open in Desktop</p>
</div>
<div class="btn-box">
<button
onclick="window.location.href='https://amazoonnclone.netlify.app/'"
>
<i class="ri-external-link-line"></i>
</button>
<button
onclick="window.location.href='https://github.com/thebedigupta/Amazon-clone'"
>
<i class="ri-code-view"></i>
</button>
</div>
</div>
<div class="projects2 pro box">
<div class="work-icon">
<img
src="https://images.unsplash.com/photo-1523474253046-8cd2748b5fd2?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt=""
/>
</div>
<div class="txt">
<h2>Amazon Clone</h2>
<p>For Best Experience Open in Desktop</p>
</div>
<div class="btn-box">
<button><i class="ri-external-link-line"></i></button>
<button><i class="ri-code-view"></i></button>
</div>
</div>
<div class="projects3 pro box">
<div class="work-icon">
<img
src="https://images.unsplash.com/photo-1721332153282-3be1f363074d?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt=""
/>
</div>
<div class="txt">
<h2>Volley Boll Game</h2>
<p>For Best Experience Open in Desktop</p>
</div>
<div class="btn-box">
<button><i class="ri-external-link-line"></i></button>
<button><i class="ri-code-view"></i></button>
</div>
</div>
</div>
</div>
<div id="fourth-page">
<div class="testimonial-text">
<h1>Testimonials</h1>
<p>Thank you for your efforts to do mention about my work</p>
</div>
<div class="testimonial-slider">
<button><i class="ri-arrow-left-circle-fill"></i></button>
<div class="testimonial">
<img src="./images/Coustmer Review.png" alt="" />
</div>
<button><i class="ri-arrow-right-circle-fill"></i></button>
</div>
</div>
<div id="fifth-page">
<div class="text-container">
<h1>Get in touch with me</h1>
</div>
<div class="container">
<div class="form-container">
<form action="https://formspree.io/f/movablvl" method="POST">
<div class="name form-box">
<label for="fname">First Name :</label>
<label for="lname" class="lname">Last Name :</label>
</div>
<div class="name-input form-box">
<input
type="first"
name="fname"
placeholder="First Name"
required
/>
<input
type="last"
name="lname"
id="name-left-input"
placeholder="Last Name"
/>
</div>
<div class="email form-box">
<label for="email">Email :</label>
</div>
<div class="email-input form-box">
<input type="email" name="email" placeholder="Email" />
</div>
<div class="message form-box">
<label for="message">Your Message</label>
</div>
<div class="message-box form-box">
<textarea
id="message"
name="message"
placeholder="Enter Your Message Here"
required
></textarea>
</div>
<!-- your other form fields go here -->
<button type="submit" class="button" id="send">Send</button>
</form>
</div>
</div>
<div class="text-container">
<p>Thank you for your effort for reaching out to me ❤️</p>
</div>
<footer class="rights">
<p>© 2024 Bedi Gupta. All Rights Reserved.</p>
<p>
Follow me on
<span
><i
class="ri-linkedin-box-fill"
onclick="window.location.href='https://www.linkedin.com/in/bedigupta/';"
></i
></span>
|
<span
><i
class="ri-twitter-x-fill"
onclick="window.location.href='https://x.com/thebedigupta';"
></i
></span>
|
<span><i class="ri-instagram-line"></i></span>
</p>
</footer>
</div>
<script src="./script.js"></script>
</body>
</html>