-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
169 lines (166 loc) · 9.37 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
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title>Sharad Shinde | Resume</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Resume of Web Developer and Designer - Sharad Shinde.">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link id="theme-style" rel="stylesheet" href="css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
</head>
<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container"> <img class="profile-img" src="profile.png" alt="Sharad Shinde" />
<h1 class="name">Sharad Shinde</h1>
<h3 class="tagline">Web Developer</h3> </div>
<!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i><a href="shindesharad71@gmail.com">shindesharad71@gmail.com</a></li>
<li class="phone"><i class="fa fa-phone"></i><a href="tel:07038555441">07038555441</a></li>
<li class="website"><i class="fa fa-globe"></i><a href="http://sharadshinde.in" target="_blank">sharadshinde.in</a></li>
<li class="linkedin"><i class="fa fa-linkedin"></i><a href="https://linkedin.com/in/shindesharad71" target="_blank">in/shindesharad71</a></li>
<li class="github"><i class="fa fa-github"></i><a href="http://github.com/shindesharad71" target="_blank">shindesharad71</a></li>
<li class="github"><i class="fa fa-quora"></i><a href="https://www.quora.com/profile/Sharad-Shinde-2" target="_blank">Sharad-Shinde-2</a></li>
</ul>
</div>
<!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">Bachelor of Computer Engineering</h4>
<h5 class="meta">University of Pune</h5>
<div class="time">2015 - 2018</div>
</div>
<!--//item-->
<div class="item">
<h4 class="degree">Diploma in Computer Engineering</h4>
<h5 class="meta">DTE Maharastra</h5>
<div class="time">2012 - 2015</div>
</div>
<!--//item-->
</div>
<!--//education-container-->
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>Marathi <span class="lang-desc">(Native)</span></li>
<li>English <span class="lang-desc">(Professional)</span></li>
<li>Hindi <span class="lang-desc">(Professional)</span></li>
</ul>
</div>
</div>
<!--//sidebar-wrapper-->
<div class="main-wrapper">
<section class="section summary-section">
<h2 class="section-title"><i class="fa fa-user"></i>Career Profile</h2>
<div class="summary">
<p>To secure a mid level position in IT world that would entrust me with an opportunity for using my expertise in web development and application design.</p>
</div>
<!--//summary-->
</section>
<!--//section-->
<section class="skills-section section">
<h2 class="section-title"><i class="fa fa-rocket"></i>Skills & Proficiency</h2>
<div class="skillset">
<div class="item">
<h3 class="level-title">HTML5 & CSS</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%"> </div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Bootstrap</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%"> </div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Javascript & jQuery</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="68%"> </div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">PHP & MySQL</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="76%"> </div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Angular</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="48%"> </div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
</div>
</section>
<!--//skills-section-->
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Web Developer Intern</h3>
<div class="time">2016 - 2017</div>
</div>
<!--//upper-row-->
<div class="company">TutorsHere.com</div>
</div>
<!--//meta-->
<div class="details">
<p>I was web developer intern for TutorsHere.com as full stack web developer. I built full website from scratch using PHP and Bootstrap.</p>
</div>
<!--//details-->
</div>
<!--//item-->
</section>
<!--//section-->
<section class="section projects-section">
<h2 class="section-title"><i class="fa fa-archive"></i>Projects</h2>
<div class="intro">
<p>I made some open source projects. Here are my some best projects.</p>
</div>
<!--//intro-->
<div class="item"> <span class="project-title"><a href="http://club-zero.in" target="_blank">Club ZERO</a></span> - <span class="project-tagline">A elite group of Developers, Designers and Managers.</span></div>
<!--//item-->
<div class="item"> <span class="project-title"><a href="https://github.com/shindesharad71/Club-Manager" target="_blank">Club Manager</a></span> - <span class="project-tagline">A Social Club/Group Organizer with Blogging Platform Made Using PHP.</span> </div>
<!--//item-->
<div class="item"> <span class="project-title"><a href="https://github.com/shindesharad71/DigiWord" target="_blank">DigiWord</a></span> - <span class="project-tagline">A Single Author Blogging Platform Created with PHP & Bootstrap.</span> </div>
<!--//item-->
<div class="item"> <span class="project-title"><a href="https://github.com/shindesharad71/account-registration-verification-in-php" target="_blank">Account Manager</a></span> - <span class="project-tagline">A simple php user registration and email verification module.</span> </div>
<!--//item-->
</section>
<!--//section-->
</div>
<!--//main-body-->
</div>
<footer class="footer">
<div class="text-center">
<small class="copyright"><a href="http://sharadshinde.in" target="_blank">Sharad Shinde</a> 2016</small>
</div>
</footer>
<!-- Javascript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>