-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
199 lines (158 loc) · 10.8 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<title>Umang Suthar | Profile</title>
<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 rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile img-circle" src="assets/images/profile.png" alt="profile pic">
<h1 class="name">Umang Suthar</h1>
<h3 class="tagline">Full Stack Developer</h3>
</div>
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i>[email protected]</li>
<li class="twitter"><i class="fa fa-twitter" aria-hidden="true"></i><a href="https://twitter.com/umangsuthar97">@umangsuthar97</a></li>
<li class="github"><i class="fa fa-github"></i><a href="https://github.com/umangsuthar">github.com/umangsuthar</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">B.E. in Information Technology</h4>
<h5 class="meta">L.D. College Of Engineering</h5>
<h5 class="meta">Gujarat Technological University</h5>
<div class="time">2015 - -</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">Diploma in Information Technology</h4>
<h5 class="meta">R.C. Technological Institute</h5>
<h5 class="meta">Gujarat Technological University</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>English</li>
<li>Hindi</li>
<li>Gujarati</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 Objective</h2>
<div class="summary">
<p>
In a organization seek challanging where my knowledge is growing up and give my best in organization.
</p>
</div><!--//summary-->
</section><!--//section-->
<section class="section projects-section">
<h2 class="section-title"><i class="fa fa-flask"></i>Research Topics</h2>
<div class="item">
<span class="intro">
<p>
This amazing Programmer, <a href = "https://github.com/jimishF"> Jimish Fotariya </a> and me, are wroking upon some algorithmic research listed down.
</p>
</span>
</div><!--//item-->
<div class="item">
<span class="project-title">A Text to Text Steganography Algorithm</span> - <span class="project-tagline"> This algorithm will convert your plain text or message into a story or spam. Initial testing is done with training data of spams where output will be a new generated spam mail/storie which can only be decoded to plain text via signature of the set of the spam or stories.</span>
</div><!--//item-->
<div class="item">
<span class="project-title">Anonymous String matching Algorithm</span> - <span class="project-tagline">This algorithm can search given substring in O(n+t) time where n is length of the string and t is a constant indicating preprocessing time. This algorithm is made by fusing RK and KMP algorithms.</span>
</div><!--//item-->
</section><!--//section-->
<section class="section projects-section">
<h2 class="section-title"><i class="fa fa-archive"></i>Projects</h2>
<div class="item">
<span class="project-title">Sentiment Analysis on Micro-Blogging </span> - <span class="project-tagline"> Normally People are sharing their feelings on Microblogs (i.e.Twitter). So, We will do sentiment analysis over Microblogs on particular topics (i.e. brands, business, etc.) using Natural Language Processing (NLP) and Data Science. </span>
</div><!--//item-->
<div class="item">
<span class="project-title">Notes</span> - <span class="project-tagline">Serving as a simple word processing program, the text option allows for as many characters as you're willing to type. Also you can edit and delete the notes.</span>
</div><!--//item-->
<div class="item">
<span class="project-title">URL Shortner</span> - <span class="project-tagline">In this system user can easily short their URL and share or store it. The URL short with some hash function - 62 bit hash function is used in this system.</span>
</div><!--//item-->
<div class="item">
<span class="project-title">Farm Automation System</span> - <span class="project-tagline">This is a IOT based system in each farmer or gardner can access the water motor based on live data of farm.</span>
</div><!--//item-->
<div class="item">
<span class="project-title">Security Management System</span> -
<span class="project-tagline">This is a web application in which the bouncers, body guard, watchman can apply for job. Also system administretor can assign the job duty to the perticular employee.</span>
</div><!--//item-->
<div class="item">
<span class="project-title">SongsBar</span> - <span class="project-tagline">This is a website from the user can download the songs. In this system the songs are describe in categories.</span>
</div><!--//item-->
</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">Java (Hibernate & Spring MVC)</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">Python & Django & Flask</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Node Js with Express</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="60%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">PHP</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="65%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">HTML5 & CSS</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</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="50%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Arduino</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="35%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
</div>
</section><!--//skills-section-->
</div><!--//main-body-->
</div>
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>