-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (106 loc) · 3.97 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
<!DOCTYPE html>
<html>
<head>
<title>ResumeShrutiMohite</title>
<link rel="stylesheet" type="text/css" href="index.css">
<style>
h1{
float: left;
text-align: left;
font-size: 38px;
margin-top: 70px;
margin-left: 30px;
}
</style>
</head>
<body>
<div class="card">
<p style="font-size: 25px;">About Me!</p>
<p style="font-size: 15px;">I am a third year undergraduate Computer Science student from Walchand College Of Engineering, Sangli. I am able to handle multiple tasks on daily basis as a dependable person who is good at time management. I am always energetic and ready to learn new skills. I am a good team worker. I understand the importance of being interactive and enjoy communicating with others for the benefit of the company. </p>
<br><hr size="2" color="white" width="210">
<p style="font-size: 25px;">Languages</p>
<ul style="text-align: left; font-size: 15px;">
<li>English</li>
<li>Hindi</li>
<li>Marathi</li>
</ul><br>
<hr size="2" color="white" width="210">
<p style="font-size: 25px;">Profiles</p>
<dl style="text-align: left; font-size: 15px;margin-left:25px; ">
<dt>LinkedIn</dt>
<dt><a href="https://www.linkedin.com/in/shruti-mohite-b83818171">Shruti Mohite</a></dt>
</dl>
<dl style="text-align: left; font-size: 15px;margin-left:25px;">
<dt>Github</dt>
<dt><a href="https://github.com/mohiteshruti">mohiteshruti</a></dt>
</dl>
<dl style="text-align: left; font-size: 15px;margin-left:25px; ">
<dt>Blogger</dt>
<dt><a href="./blog.html">Blogs</a></dt>
</dl><br>
<hr size="2" color="white" width="210">
<p style="font-size: 25px;">Social Activities</p>
<dl style="text-align: left; font-size: 15px;margin-left:25px; ">
<dt>SITAC:</dt>
<dt>Coordinated to spread the IT awareness among the students of Zilla Parishad Schools</dt>
</dl>
<br>
<hr size="2" color="white" width="210">
<p style="font-size: 25px;">Hobbies</p>
<ul style="text-align: left; font-size: 15px;"></dl>
<li>Cycling</li>
<li>Reading</li>
</div>
<div class="card2">
<h1>SHRUTI<br>MOHITE</h1>
<ul class="info">
<li>Address: Sangli, Maharashtra.</li><br>
<li>Phone: 9595879072</li><br>
<li>Email: shrutimohite77@gmail.com</li><br>
</ul>
<hr size="2" color="black" width="540">
<div style="clear: both;"></div>
<p style="font-size: 25px;">Education</p>
<dl style="text-align: left; font-size: 16px;margin-left:25px;">
<dt><b>Walchand College of Engineering</b><br>Sangli<br>2018 - 2022</dt>
</dl>
<dl style="text-align: left; font-size: 16px;margin-left:25px;">
<dt><b>Sanjay Ghodawat Junior College</b><br>Kolhapur<br>2016 - 2018</dt>
</dl>
<dl style="text-align: left; font-size: 16px;margin-left:25px;">
<dt><b>Mahatma Gandhi Vidyalaya</b><br>Kadegaon<br>2006 - 2016</dt>
</dl>
<hr size="2" color="black" width="540">
<p style="font-size: 25px;">Skills</p>
<dl style="text-align: left; font-size: 16px;margin-left:25px; float: left; margin-top: 0px;">
<li>C programming</li>
<li>C++</li>
<li>Data Structures And Algorithms</li>
<li>HTML</li>
<li>CSS</li>
<li>SEO</li>
</dl>
<dl style="text-align: left; font-size: 16px;margin-left:50px; display: inline-block;">
<li>Leadership</li>
<li>Hardworking</li>
<li>Punctual</li>
<li>Quick Learner</li>
<li>Teamwork</li>
</dl>
<hr size="2" color="black" width="540">
<div style="clear: both;"></div>
<p style="font-size: 25px;">Projects</p>
<ul style="text-align: left; font-size: 16px;">
<li>Phonebook - Implemented in C++ to efficiently store, retrieve and update the contact details of users</li>
<li>Robofriends - A website for efficient search of robots and implemented using React, HTML, CSS and Javascript</li>
</ul>
<hr size="2" color="black" width="540">
<p style="font-size: 25px;">Achievements</p>
<ul style="text-align: left; font-size: 16px;">
<li>Secured 15th rank in Ready_Steady_Code_3.0 organized by WCE ACM Student Chapter</li>
<li>Finalist for CODE CRUSH’20 Event organized by SAIT</li>
<li>Finalist for STAND OUT’18 Event organized by PACE</li>
</ul>
</div>
</body>
</html>