-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (109 loc) · 3.38 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title>Soorya's Resume</title>
<link rel="stylesheet" href="/mile-stone-one/css/style.css">
</head>
<body >
<img src="photo.png" alt="Image Of Soorya" width="10%" height="5%">
<h1 class="h1">Soorya Kapur</h1>
<p>
<em>Engineering Student</em>
</p>
<p>
Hardworking and efficient Computer Science Student seeks Internship where
I can learn and improve my skills and become pinnacle of the field
</p>
<hr width='90%'>
<h3 class="h3">Skills</h3>
<ul>
<li>C/C++</li>
<li>Python</li>
<li>Data Structures and Algorithms</li>
<li>RDBMS</li>
<li>PL/SQL</li>
<li>HTML</li>
<li>Django</li>
<li>Machine Learning</li>
<li>Knowledge Of Linux Operating System</li>
</ul>
<hr width='90%'>
<h3 class="h3">Work Experience</h3>
<h4>Database Associate Intern</h4>
<p>
<em>07/2021 - 09/2021</em>
<br>
<b>Sapio Analytics</b>
<br>
<i>Maharashtra,Mumbai</i>
<br>
</p>
<h4>Tasks</h4>
<ul>
<li>Designing structures of Database
</li>
<li>Designing and Analyzing Queries used to fetch data through API's</li>
<li>Handling Big Data uploading on database servers</li>
<li>Restructuring active database to make it more efficient</li>
</ul>
<hr width='90%'>
<h3 class="h3">Accomplishments</h3>
<ul>
<li>Selected as Intern of the Month for the distinguished performance in August 2021 at Sapio Analytics</li>
<li>Completed DSA (Advanced) & C++ STL course</li>
<li>Completed Programming with Python course</li>
<li>Participated in Google Kickstart</li>
<li>Attended workshops on RHEL</li>
<li>Participated in College Level Coding Competitions</li>
</ul>
<hr width='90%'>
<h3 class="h3">Projects</h3>
<ol type="1">
<li>Blood Bank Management System (Backend Only)</li>
<li>E-commerce Furniture Website</li>
<li>Color Detector</li>
<li>Exchange Background</li>
</ol>
<a href="project_details.html" >Details of Projects</a>
<hr width='90%'>
<h3 class="h3">Education Qualification</h3>
<ol>
<li>Bachelor Of Engineering (Computer Science)</li>
<li>12-CBSE Board (Dayanand Model School,Jalandhar)</li>
<li>10-CBSE Board (Dayanand Model School,Jalandhar)</li>
</ol>
<hr width='90%'>
<h3 class="h3">Personal Strength</h3>
<ul>
<li>Positive Attitude</li>
<li>Willing to learn new things</li>
<li>Team Player</li>
<li>Enthusiastic and Self-Motivated</li>
</ul>
<hr width='90%'>
<h3 class="h3">Interests</h3>
<ul>
<li>Listening Music</li>
<li>Sports</li>
</ul>
<hr width='90%'>
<h3 class="h3">Personal Details</h3>
<dl>
<dt>Address</dt>
<dd>382 shiv nagar, industrial area,144004 Jalandhar</dd>
<dt>Date Of Birth</dt>
<dd>19-09-2001</dd>
<dt>Gender</dt>
<dd>Male</dd>
<dt>Contact</dt>
<dd>9592875660</dd>
<dd>kapursoorya@gmail.com</dd>
<dt>Linkedin</dt>
<dd><a href="https://www.linkedin.com/in/soorya-kapur-95a707198" target="_blank">Soorya's Linkedin Profile</a></dd>
</dl>
<hr width='90%'>
<h3 class="h3">Contact Me</h3>
<a href="contact.html" >You can Post Your Query/Feedback here</a>
</body>
</html>