-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (156 loc) · 5.13 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
<!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>Resume | Avnish</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<div class="part1">
<div class="profile">
<img
id="mypic"
src="./images/WhatsApp Image 2023-09-21 at 00.55.39.jpg"
alt="myPic"
/>
<h1>Avnish kumar</h1>
<p>Fullstack Web Developer</p>
</div>
<div class="info">
<div class="contact center">
<h2>Contact</h2>
<p>
<img src="https://i.postimg.cc/yxKHxs1N/map-pin.png" alt="" /> uttar
pradesh, India
</p>
<p>
<img src="https://i.postimg.cc/90BjqK0Y/phone-call.png" alt="" />
+91 8604695404
</p>
<p>
<img
src="https://i.postimg.cc/50LJf6MG/mail.png"
alt=""
/>avnishkt16@gmail.com
</p>
</div>
<div class="skills center">
<h2>Skills</h2>
<div class="skillcontainer center">
<div class="skillname">
<div>
<p>mongodb</p>
<span>⭐⭐⭐⭐</span>
</div>
<div>
<p>express.js</p>
<span>⭐⭐⭐⭐</span>
</div>
<div>
<p>Node.js</p>
<span>⭐⭐⭐⭐</span>
</div>
<div>
<p>React</p>
<span>⭐⭐⭐⭐</span>
</div>
<div>
<p>JavaScript</p>
<span>⭐⭐⭐⭐</span>
</div>
<div>
<p>DSA</p>
<span>⭐⭐⭐</span>
</div>
<div>
<p>CSS</p>
<span>⭐⭐⭐⭐</span>
</div>
<div>
<p>HTML</p>
<span>⭐⭐⭐⭐⭐</span>
</div>
<div>
<p>Git & GitHub</p>
<span>⭐⭐⭐⭐</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="part2">
<div class="aboutme headings">
<h2>
<img src="https://i.postimg.cc/5NnV4hZx/user.png" alt="" />About Me
</h2>
<p id="abc">
I am a 3rd-year Computer Science student pursuing a BTech degree at
Ajay Kumar Garg Engineering College. I completed my schooling from the
CBSE board, providing me with a strong academic foundation. I actively
volunteer as a backend developer in GDSC (Google Developer Student
Clubs) and Team Conatus, where I'm gaining hands-on experience in
software development and enhancing my teamwork and leadership skills.
I'm passionate about learning and contributing to the field of
technology.
</p>
</div>
<div class="education headings">
<h2>
<img src="https://i.postimg.cc/nhWf7vFg/book.png" alt="" />Education
</h2>
<div class="padding">
<div class="engineering">
<h3>
> Ajay kumar garg engineering college <small>| 2021-2025</small>
</h3>
<p>BTech</p>
<p>computer science scgpa:-7.7</p>
</div>
</div>
</div>
<div class="experience headings">
<h2>
<img
src="https://i.postimg.cc/FKJ5x71R/briefcase.png"
alt=""
/>Experience
</h2>
<div class="padding">
<h3>
> Google Developer Students Club <small>| backend developer</small>
</h3>
<p>
Experienced in web development and debugging, with a focus on Google
Developer Student Clubs (GDSC) activities. Proficient in backend
development, event management, and candidate registration systems.
Strong problem-solving skills and ability to collaborate effectively
with teams.
</p>
<!-- <h3>> Team Conatus<small>| 2022-2023</small></h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. ipsum dolor
sit amet, conseipsam accusamus, maiores minima atque hic nam
molestias ducimus ipsum necessitatibus sed quae? Atque,ctetur
adipisicing elit. Obcaecati aliquid, asperiores sequi deserunt
voluptateex.
</p> -->
</div>
</div>
<div class="projects headings">
<h2><img src="./images/briefcase.svg" alt="" />Projects</h2>
<p>> foodista| mern</p>
<p>> Registration Portal| Nodejs</p>
<p>> url_shortner| nodejs</p>
<p>> Note_keep | Using HTML & CSS &&javascript</p>
<p>> Otp Page | Using HTML & CSS</p>
</div>
</div>
</body>
</html>