-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume_template_2.html
More file actions
175 lines (170 loc) · 8.3 KB
/
Copy pathResume_template_2.html
File metadata and controls
175 lines (170 loc) · 8.3 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
<!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</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="px-3">
<div class=" mx-12 my-4">
<!-- main heading for name and other info -->
<div class="border-b-2 border-double border-black">
<ul class="list-none text-center border-b-2 border-double border-black mb-1">
<li class="text-5xl font-black">
AKSHAY SINGH
</li>
<li class="text-2xl font-bold">
Python Developer
</li>
<li class="text-xl mb-3">
Email: 06akshay2002@gmail.com || Mobile: 9305224328
</li>
</ul>
</div>
<div class="pt-1">
<h1 class="text-xl font-bold">EDUCATION</h1>
<div class="ml-5">
<div class="pt-1 flex">
<div class="grow">
<div class="font-medium text-base">Bachelor of Technology (B.Tech), Computer Science</div>
<span class="text-base">Indraprastha Engineering College</span>
<span class="text-base">(CGPA: 8.85/10)</span>
</div>
<div class="pr-10 font-medium text-base">
2020-2024
</div>
</div>
<div class="pt-1 flex">
<div class="grow">
<div class="font-medium text-base">Senior Secondary (XII)</div>
<span class="text-base">Elpis Global School</span>
<span class="text-base">(Percentage: 86%)</span>
</div>
<div class="pr-10 font-medium text-base">
2019-2020
</div>
</div>
<div class="pt-1 flex">
<div class="grow">
<div class="font-medium text-base">Secondary (X)</div>
<span class="text-base">Elpis Global School</span>
<span class="text-base">(CGPA: 10/10)</span>
</div>
<div class="pr-10 font-medium text-base">
2017-2018
</div>
</div>
</div>
</div>
<hr class="border-solid border-2 border-black mt-1">
<div class="pt-1">
<h1 class="text-xl font-bold">Technical Skills</h1>
<div class="ml-5 text-base">
<div class="pt-1">
<strong class="underline underline-offset-2">Languages:</strong>
<span>C, C++, Python, Java, HTML, CSS, JavaScript, Kotlin</span>
</div>
<div class="pt-1">
<strong class="underline underline-offset-2">Libraries and Frameworks:</strong>
<span>Bootstrap, React, Sass, jQuery, Tailwind CSS, Django, Selenium(Web automation), NumPy, Pandas, scikit-learn(Machine Learning), Tkinter(GUI development)</span>
</div>
<div class="pt-1">
<strong class="underline underline-offset-2">Others:</strong>
<span>Microsoft Office, Microsoft PowerPoint, Git & GitHub, Adobe Photoshop, Linux</span>
</div>
</div>
</div>
<hr class="border-solid border-2 border-black mt-1">
<div class="pt-1">
<h1 class="text-xl font-bold">Work Experience and Certifications</h1>
<ul class="ml-5 font-medium text-base list-disc">
<li>
Software Development Internship at
REACH Sewn Technologies and Consulting Pvt.
Ltd. (from August 2022 to October 2022)
</li>
<li>
Web Development Internship at Lets Grow More. (from 1 September 2021 to 1 October 2021)
</li>
<li>
SIG CPP Head at Computer Society of India
</li>
<li>
SIG Python sub-head at IPEC ACM STUDENT CHAPTER.
</li>
</ul>
<!-- <div class="pt-1 ml-5">
<div class=" grow font-medium text-base">Software Development Internship at
REACH Sewn Technologies and Consulting Pvt.
Ltd. (from August 2022 to October 2022)</div>
</div> -->
</div>
<hr class="border-solid border-2 border-black mt-1">
<div class="pt-1">
<h1 class="text-xl font-bold">Projects</h1>
<ol class="ml-5 font-medium text-base list-disc">
<li class="pt-1">
<div><strong class="underline underline-offset-2">Elite Youtube Downloader:</strong>
<span class="ml-2 font-normal">It is a Python GUI that can help you to download youtube videos and playlists in vedio or audio format.</span>
</div>
</li>
<li class="pt-1">
<div><strong class="underline underline-offset-2">Customer Invoice System:</strong>
<span class="ml-2 font-normal">Generates an invoice for every customer by selecting the products
and personal info.Stores it in database for future use.</span>
</div>
</li>
<li class="pt-1">
<div><strong class="underline underline-offset-2">Whatsapp Chat Enhancer:</strong>
<span class="ml-2 font-normal">It takes personal Whatsapp Chats as an input file and converts
them into a much more readable format.</span>
</div>
</li>
<li class="pt-1">
<div><strong class="underline underline-offset-2">Elite Mass Email Sender:</strong>
<span class="ml-2 font-normal">It is a Python GUI that can help you to send emails in mass with and without attachment. It can also be used to spam one person for fun.</span>
</div>
</li>
<li class="pt-1">
<div><strong class="underline underline-offset-2">ToDo List:</strong>
<span class="ml-2 font-normal">
A simple todo list to manage your tasks.Made using HTML,CSS and Javascript.
</span>
</div>
</li>
<!-- <li class="pt-1">
<div><strong class="underline underline-offset-2">QR Scanner:</strong>
<span class="ml-2 font-normal">
This application allows the users to generate a QR Scanner for any hyperlink they wish.After that,you may also download the QR Code on your system.</span></div>
</li>
<li class="pt-1">
<div><strong class="underline underline-offset-2">Quiz App</strong>
<span class="ml-2 font-normal">It is a quiz application where users can get scores for their answers.It is made using Tkinter.</span></div>
</li> -->
</ol>
</div>
<hr class="border-solid border-2 border-black mt-1">
<div class="pt-1">
<h1 class="text-xl font-bold">Acquirements</h1>
<ul class="ml-5 font-medium text-base list-disc">
<li>
5 star in C, CPP, Python, Java and Javascript at HackerRank
</li>
<li>
5 star in Problem Solving(DSA) at HackerRank
</li>
<li>
3 star coder at codechef
</li>
<li>
66 rank in Institute at GFG
</li>
</ul>
</div>
</body>
</html>