-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (144 loc) · 6.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<link rel="stylesheet" href="resume.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lexend&family=Mate+SC&family=Roboto+Slab&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/b99e675b6e.js"></script>
</head>
<body>
<div class="mainbox">
<div class="contentbox">
<div class="heading">
<h1 class="heading-top">Prashant Gupta</h1>
<h3 class="heading-bottom">(WEB Developer)</h4>
</div>
<div class="flexrow">
<div class="left-content">
<!-- Personal Profile -->
<div class="content">
<h4 class="content-tag">
Personal Profile
</h4>
<p class="content-heading">
I am Highly motivated and enthusiastic Frontend Developer skilled in HTML, CSS, Bootstrap, Javascript and ReactJS.
</p>
</div>
<!-- Education -->
<div class="content">
<h4 class="content-tag">Education</h4>
<p class="content-heading">
● B.Tech (Computer Science), KIET Group Of Institutions <br>
(Batch: 2019-2023 )
<br>
● 10+2,Parker Public School(Bijnor),Uttar Pradesh
</p>
</div>
<!-- Contacts Details -->
<div class="content">
<h4 class="content-tag">
Contacts Details
</h4>
<p class="content-heading">
●+918979999334
<br>
●prashant.1923Co1091@kiet.edu
<br>
● <a target="_blank" href="https://www.linkedin.com/in/prashant-gupta-b98543190/">LinkedIn</a>
<br>
● <a target="_blank" href="https://github.com/iemprashant">GitHub</a>
</p>
</div>
</div>
<div class="vertical-line">
<div class="line"></div>
</div>
<div class="right-content">
<!-- work experience -->
<div class="content">
<h4 class="content-tag">
Work Experience
</h4>
<!-- experience-1 -->
<p class="content-heading">
●The Rising People welfare society <br> (Web Developer-Intern) <br>
<span class="content-description">
<span class="content-description-bold">➢TEAM LEADER:-</span>
Manage Github Repository and develop web with the team.
<br>
<span class="content-description-bold">➢TECH STACK:-</span>
HTML, CSS, BOOTSTRAP.
<br>
<a target="_blank" class="content-description-bold" href="https://iemprashant.github.io/trpwsweb/">➢ WEB DEMO</a>
</span>
</p>
<br>
<!-- experience-2 -->
<p class="content-heading">
●WEB Mentor at Innogeeks <br>(Technical Club at KIET Group Of Institutions)<br>
<span class="content-description">
➢Teach web development to junior members of the club.
</span>
</p>
</div>
<!-- projects -->
<div class="content">
<h4 class="content-tag">
Projects
</h4>
<!-- project-1 -->
<p class="content-heading">
● TheBurgerStore(
<a target="_blank"href="https://burgerstore.netlify.app/">
Live Demo</a>)
<br>
<span class="content-description">
➢Online Store to buy burger
<br>
➢Authentication to check user-specific orders.
<br>
<span class="content-description-bold">➢TECH STACK:-</span>React.JS, Firebase.
<br>
</span>
</p>
<br>
<!-- project-2 -->
<p class="content-heading">
● Githubfinder(
<a target="_blank"href="https://iemprashant-githubfinder.netlify.app/">
Live Demo</a>)
<br>
<span class="content-description">
➢React app to search Github profiles
<br>
<span class="content-description-bold">➢TECH STACK:-</span>React.JS, Github PublicApi.
<br>
</span>
</p>
</div>
<!-- Extra-Curricular -->
<div class="content">
<h4 class="content-tag">Extra-Curricular</h4>
<p class="content-heading">
●Core Team Member At <a target="_blank" href="https://www.uddeshhya.org/">UDDESHHYA</a>
<br>
(NGO- Social welfare society)
<br>
<span class="content-description">
➢Teach Slum childern
<br>
➢Manage Blood Portal
</span>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>