-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
224 lines (206 loc) · 9.47 KB
/
index.html
File metadata and controls
224 lines (206 loc) · 9.47 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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>Prateek Portfolio</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#designs">Posters</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
</ul>
</nav>
</header>
<section id="home">
<section class="home">
<div class="home-img">
<img src="prat.jpg" alt="">
</div>
<div class="home-content">
<h1>Hi, it's <span>Prateek Chourasia</span></h1>
<h3 class="typing-text">I'm a <span></span></h3>
<p>I am a skilled web developer with strong foundation in front-end technologies and a passion for
creating
intuitive, responsive websites. Alongside web development, I specialize in poster design, blending
creativity and technical expertise to deliver visually appealing and effective designs.</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/prateek-chourasia-in">
<i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Prateek9876">
<i class="fa-brands fa-github"></i></a>
<a href="https://wa.me/917307858026">
<i class="fa-brands fa-whatsapp"></i></a>
<a href="mailto:prateekchourasia9876@gmail.com">
<i class="fa-brands fa-envelope"></i></a>
</div>
<a href="https://drive.google.com/uc?export=download&id=1uFgnQRuFfptmF5eZ_aon4BJkiVWxktEl"
class="btn">Download CV</a>
</div>
</section>
</section>
<section id="designs">
<section id="posters" class="poster-gallery">
<h2>My Designs</h2>
<div class="poster-row">
<div class="poster-item">
<img src="post1.jpg" alt="Poster 1">
<div class="poster-info">
<h3>Unitedbrew</h3>
<p>Clothing brand Ad</p>
</div>
</div>
<div class="poster-item">
<img src="post2.jpg" alt="Poster 2">
<div class="poster-info">
<h3>App download</h3>
<p>Food fusionist Ad</p>
</div>
</div>
<div class="poster-item">
<img src="post3.jpg" alt="Poster 3">
<div class="poster-info">
<h3>Food fusionist</h3>
<p>Food Ad</p>
</div>
</div>
</div>
<div class="poster-row">
<div class="poster-item">
<img src="post4.jpg" alt="Poster 4">
<div class="poster-info">
<h3>Food App Ad</h3>
<p>Poster to show offers</p>
</div>
</div>
<div class="poster-item">
<img src="post5.jpg" alt="Poster 5">
<div class="poster-info">
<h3>Unitedbrew</h3>
<p>Unitedbrew offers</p>
</div>
</div>
</div>
</section>
</section>
<!-- Skills Section -->
<section id="skills">
<h2>Skills</h2>
<div class="skills-container">
<!-- HTML -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" alt="HTML" />
<p>HTML</p>
</div>
<!-- CSS -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" alt="CSS" />
<p>CSS</p>
</div>
<!-- React -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg" alt="React" />
<p>React</p>
</div>
<!-- MongoDB -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original.svg"
alt="MongoDB" />
<p>MongoDB</p>
</div>
<!-- Python -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" alt="Python" />
<p>Python</p>
</div>
<!-- C++ -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg"
alt="C++" />
<p>C++</p>
</div>
<!-- ExpressJS -->
<div class="skill-item"> <img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original.svg"
alt="ExpressJS" />
<p>ExpressJS</p>
</div>
<!-- NodeJS -->
<div class="skill-item">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg" alt="NodeJS" />
<p>NodeJS</p>
</div>
</div>
</section>
<section id="education">
<h2>Education</h2>
<div class="education-container">
<div class="education-item">
<h3>Bachelor of Computer applications</h3>
<p><strong>Guru Nanak Dev University, Amritsar</strong></p>
<p>Graduated: 2025</p>
</div>
<div class="education-item">
<h3>Senior Secondary Education</h3>
<p><strong>Bhavans Sl Public School, Amritsar</strong></p>
<p>Passed: 2022</p>
</div>
<div class="education-item">
<h3>Secondary Education</h3>
<p><strong>Bhavans Sl Public School, Amritsar</strong></p>
<p>Passed: 2020</p>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience">
<h2>Experience</h2>
<div class="experience-container">
<!-- Job Experience 1 -->
<div class="experience-item">
<h3>Girlscript summer of code 2024</h3>
<p><strong>Location: Remote</strong> Amritsar, India</p>
<p><strong>Dates: October</strong> 2024</p>
<p>As a contributor in the program, I raised issues in various real world projects and solved those
issues.</p>
</div>
<!-- Job Experience 2 -->
<div class="experience-item">
<h3>Google cloud arcade facilitator program 2024</h3>
<p><strong>Location: Remote</strong> Amritsar, India</p>
<p><strong>Dates: July-December</strong>2024</p>
<p>As a member of the Google Cloud Arcade Program, I actively participated in a series of hands-on
workshops focused on Google Cloud Platform (GCP) services. Throughout the program, I gained
practical experience with key GCP tools such as Compute Engine, Cloud Storage, and BigQuery. This
experience allowed me to deepen my understanding of cloud computing, enhance my technical skills,
and collaborate with peers on cloud-based projects. My involvement in this program has equipped me
with valuable insights and the expertise needed to advance in the rapidly evolving field of cloud
technology.</p>
</div>
<!-- Job Experience 3 -->
<div class="experience-item">
<h3>Volunteered at Statusbrew Hackathon</h3>
<p><strong>Location: Amritsar</strong> Punjab, India</p>
<p><strong>Dates: September</strong>2024</p>
<p>Collaborated with teams to brainstorm ideas, troubleshoot issues, and enhance user experiences.
Gained hands-on experience in project management and team collaboration in a fast-paced environment
focused on social media technology. Strengthened my skills in problem-solving, communication, and
time management during a competitive, high-energy event.</p>
</div>
</div>
</section>
<!-- Thank You Section -->
<section id="thank-you">
<h2>Thank You for Visiting!</h2>
<p>Your support means a lot. Feel free to reach out!</p>
<a href="mailto:prateekchourasia9876@gmail.com" class="contact-button">Hire Me!!</a>
</section>
</body>
</html>