-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (258 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bhawesh Choudhary</title>
<link rel="icon" href="assets/pictureBuzz0.png">
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/f59956b8e6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<div class="logo"><h1>.BuzzSpace</h1></div>
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="https://medium.com/@bhaweshchoudhary" target="_blank">Blogs</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fas fa-circle-xmark" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Web developer & Coder</p>
<h1>
Hi, I'm <span> Bhawesh. </span> <br />Keep Hustling, From Infinity to Beyond !
</h1>
</div>
</div>
</div>
<!-- About Section -->
<div class="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img
src="assets/Rocket.jpg" id="bgimage"
alt="Rocket"
height="550px"
width="400px"
/>
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>
Greetings! I'm Bhawesh Choudhary, an Electronics & Communication Engineering undergraduate from the esteemed University Institute Of Technology-RGPV, BHOPAL. My journey began with a deep passion for Aerospace Engineering, but it ultimately led me into the world of Electronics and Communication. Currently Exploring the Tech domians such as Web development, data scirnce, ML & NLP. I'm always curious to explore the un-explored while pushing the limits to infinity & Beyond.
</p>
<div class="tab-tiles">
<p class="tab-links active-link" onclick="opentab('skills')">
Skills
</p>
<p class="tab-links" onclick="opentab('experience')">
Experience
</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li>
<span>Web developer </span><br />Building Amazing Websites
</li>
<li><span>Coder </span><br />Solving Problems Consistently</li>
<li><span>Tech Blogger</span><br />Writting Awesome Blogs</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li>
<span
>Google Developer Student Clubs - UIT RGPV :
Operations</span
><br />Feb 2023 - Aug 2023 · 7 mos
</li>
<li>
<span>Dec 2022 - Aug 2023 · 9 mos</span><br />E-CELL UIT RGPV
: Startup Support Volunteer & Event Management
</li>
Dec 2022 - Aug 2023 · 9 mos
<li>
<span>Satverse : Community Manager & Web-developer</span
><br />June 2023 - Present
</li>
<li>
<span>Medium : Tech Blogger</span><br />August 2023 - Present
</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li>
<span
>B.Tech in Electronics & Communication Engineering
(2026)</span
><br />University Instiute Of Technology - RGPV BHOPAL
</li>
<li>
<span>BS in data science & Applications (2026)</span
><br />Indian Institue Of Technology Madras
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- services -->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div id="services-container">
<i class="fa-solid fa-code fa-xl"></i>
<h2>Web design</h2>
<p>
Created Various porjects & Always Skilling Up my web development skills.
Open for projects & collaborations.
</p>
<a href="https://github.com/bhaweshchoudhary?tab=repositories">Learn more</a>
</div>
<div id="services-container">
<i class="fa-solid fa-pen-nib fa-xl"></i>
<h2>Content Writting</h2>
<p>
Content Writter @Medium, Where I post Tech Blogs every weekend. <a href="https://bhaweshchoudhary.medium.com" target="_blank"><em>Click here to Checkout my Blogs !</em></a>
</p>
<a href="https://bhaweshchoudhary.medium.com" target="_blank" >Learn more</a>
</div>
<div id="services-container">
<i class="fa-solid fa-list-check fa-xl"></i>
<h2>Event Managemant</h2>
<p>
Volunteered & Managed Tech & Non Tech community events. like: "Strat Expo" under 'India International Science Fair 2023' held first time ever in Bhopal, within the presence of Government Officials & CM of MP. Spectra: An E-Cell RGPV initiative & Google developers Students Club's 'Bhopal UX MeetUp'
</p>
<a href="https://www.linkedin.com/in/bhawesh-choudhary-32431a250/" target="_blank">Learn more</a>
</div>
</div>
</div>
</div>
<!-- Portfolio -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="assets/black-calculator-hands-woman-white-background-top-view.jpg" height="250px" weight="100px">
<div class="layer">
<h3>Calculator App</h3>
<p>A Simple Calculator Web App which can perform fundamental math calculations.</p>
<a href="#">Ckick Here</a>
</div>
</div>
<div class="work">
<img src="assets/graphic-question-mark-asking-symbol.jpg" height="250px" weight="100px">
<div class="layer">
<h3>Quiz App</h3>
<p>Arriving Soon!</p>
<a href="#">Ckick Here</a>
</div>
</div>
<div class="work">
<img src="assets/rainy-season-perforated-paper-umbrella.jpg" height="250px" weight="100px">
<div class="layer">
<h3>Weather App</h3>
<p>An app to look for the Weather arround any corner of the world.</p>
<a href="#">Ckick Here</a>
</div>
</div>
<div class="work">
<img src="assets/top-view-cooked-rice-inside-pan-with-seasonings-dark-surface-meal-food-rice-eastern-dinner.jpg" height="250px" weight="100px">
<div class="layer">
<h3>Hiew Bowls Restaurant</h3>
<p>Hiew Bowls is a Vietnamese Food Restaurant famous for its wide range of delicious Rice Bowls</p>
<a href="#">Ckick Here</a>
</div>
</div>
<div class="work">
<img src="assets/traditional-italian-food-world-tourism-day.jpg" height="250px" weight="100px">
<div class="layer">
<h3>Recipe Finder</h3>
<p>Arriving Soon!</p>
<a href="#">Ckick Here</a>
</div>
</div>
<div class="work">
<img src="assets/collage-about-movie-time-with-hands-holding-camera.jpg" height="250px" weight="100px">
<div class="layer">
<h3>Giphy API</h3>
<p>A Giphy Web App you can use to search and share your favourite GIF's with anyone. It uses GIPHY API to get all the GIF's</p>
<a href="#">Ckick Here</a>
</div>
</div>
</div>
<a href="#" class="btn">See More</a>
</div>
</div>
<!-- COntact -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-regular fa-paper-plane "></i>[email protected]</p>
<p><i class="fa-solid fa-mobile-screen "></i>+91-7415528080</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/bhawesh-choudhary-32431a250" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/bhaweshchoudhary" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.instagram.com/buzzz_1908/" target="_blank"><i class="fa-brands fa-instagram"></i></i></a>
</div>
<a href="assets/Resume-__Bhawesh-Choudhary.pdf" download class="btn btn2">Open CV</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="text" name="email" placeholder="Your email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
</div>
<div id="holopin-badges">
<div class="container">
<h1 class="sub-title">Open Sources Swags</h1>
<div class="work-list">
<div class="badges">
<img src="assets/hactoberearlybird.png" height="200px" weight="0px">
</div>
<div class="badges">
<img src="assets/hactobeastronaut.png" height="200px" weight="0px">
</div>
<div class="badges">
<img src="assets/ilacloud.png" height="200px" weight="0px">
</div>
<div class="badges">
<img src="assets/hacktoberparticipant.png" height="200px" weight="0px">
</div>
<div class="badges">
<img src="assets/digitalocen.png" height="200px" weight="0px">
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<p>copyright © BuzzSpace. Made with <i class="fa-solid fa-heart"></i> By Buzz.</p>
</div>
<script src="script.js"></script>
</body>
</html>