-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
125 lines (106 loc) · 5.27 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sanchit♥ </title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="https://podfanz.com/wp-content/uploads/2019/02/harry_potter_spell_love_leaves_its_own_mark_postcard-r30a38740d4274503a16dde9fe57f5e47_vgbaq_8byvr_699.jpg"
</head>
<body>
<div class="photo">
<table cellspacing="20">
<tr>
<td><img src="Images/filename.jpg" alt="Sanchit Hajela"/></td>
<td><h1>Sanchit Hajela </h1>
<div class="info">
<p>I am a 2nd year B.Tech undergraduate, I want to pursue my career in Web Development.
I'm learning HTML CSS JS and MERN stack.I am a technology enthusiast , obviously not the most skilled one but skilled enough to learn and implement things for the benefit of your company. </p>
</tr>
</div>
</table>
</div>
<hr>
<div class="header">
<h2>  Work Experience</h2>
<table class="Exp" cell padding="20">
<tr>
<td>Position<br><br><br>Data Analyst Intern</td>
<td><br><br>Feb'20-Present)</td>
<td><br><br>Codepth Technologies</td>
<td><br>Achievements<br><br>
<ol>
<li>1.Gathered Data For various Machine Learning Projects for ex:Recommendation System</li>
<li>2.Made Dashboard using Excel and Power BI</li>
</ol>
</td>
</tr>
<tr>
<td>Business Analyst Intern </td>
<td>(Aug'20-Present)</td>
<td>Codepth Technologies</td>
<td>
<ol>
<li>1.Made Report on Social Media tips and tricks for Codepth Technologies</li>
<li>2.Interacted with many creative writing pages for the Codepth's writing page"The Thought's Tumblr"</li>
</ol>
</td>
</tr>
</table>
</div>
<hr>
<div class= "skll">
<h2>   My Skills</h2>
<table class="top-container" cellspadding="20">
<tr>
<td>C/++</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML/CSS</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</div>
<hr>
<div class="pr">
<h2>    My Projects</h2>
<table class="proj" cellpadding="20">
<tr>
<td>Content based Recommendation System</td>
<td>A content-based recommendation system recommends books to a user by taking similarity of books. This recommender system recommends a book based on the book description. It identifies the similarity between the books based on its description. It also considers the user's previous book history in order to recommend a similar book.</td>
</tr>
<tr><td>Corona +ve chances from Symptoms</td>
<td> Coronaviruses are more common in the fall and winter, but anyone can come down with a coronavirus infection any time. The symptoms of most coronaviruses are similar to any other upper-respiratory infection, including runny nose, coughing, sore throat, and sometimes a fever.</td>
</tr>
<tr>
<td>Macro Using VBA</td>
<td>
Macro in computer science is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to a replacement output sequence (also often a sequence of characters) according to a defined procedure. The mapping process that instantiates (transforms) a macro use into a specific sequence is known as macro expansion. A facility for writing macros may be provided as part of a software application or as a part of a programming language. In the former case, macros are used to make tasks using the application less repetitive. In the latter case, they are a tool that allows a programmer to enable code reuse or even to design domain-specific languages.</td>
</tr>
</table>
</div>
<h3>  Contact Me</h3>
<table>
<tr>
<div class="Mail">
<td><a href="mailto:[email protected]" method="post">
<img src="Images/th.jpg" width="30" height="30" alt="Mail me">    </td>
<td><a href ="https://github.com/xanxit" target="_blank">
<img src="Images/download.png" width="30" height="30" alt="Github"></a>    </td>
</div>
<td><a href ="https://www.linkedin.com/in/sanchit-hajela-025950188/" target="_blank">
<img src="Images/li.png" width="30" height="30" alt="Linkedin"></a>    </td>
<td><a href ="https://instagram.com/san._.xit?igshid=1u6gr4kk4pals" target="_blank">
<img src="Images/ig.png" width="30" height="30" alt="Github"></a>    </td>
</tr>"
</table>
</body>
</html>