-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
executable file
·143 lines (129 loc) · 4.08 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>RESUME</title>
<link rel="stylesheet" type="text/css" href="home.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</head>
<body>
<div class="left">
<img src="000.jpg" class="profile_pic" >
<h1 style="text-align: center">SUMIT KUMAR ROY</h1>
<hr>
<h2>CONTACT</h2>
<hr>
<ul class="contact">
<li>+91-7702611390</li>
<li>+91-6300624265</li>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
<hr>
<h3>SKILLS</h3>
<hr>
<ul class="skills">
<li>C</li>
<li>C++</li>
<li>HTML</li>
<li>CSS</li>
<li>VERILOG</li>
<li>MICROCONTROLER</li>
<li>ARDUINO IDE</li>
<li>XILINX ISE</li>
<li>DIGITAL AND ANALOG ELECTRONICS</li>
</ul>
<hr>
<h3>INTERPERSONAL SKILLS</h3>
<hr>
<ul class="intskills">
<li>Ability to rapidly build relationship and set up trust.</li>
<li>Confident and Determined.</li>
<li>Ability to cope up with different situations and environment.</li>
<li>Jovial.</li>
<li>Strategical Thinker.</li>
</ul>
<hr>
<div id="icon">
<a href="https://www.facebook.com/mephi.007"><i class="fab fa-facebook-square" style="font-size: 220%;padding-left: 5%;padding-bottom: 2%"></a></i>
<a href="https://www.linkedin.com/in/sumit-roy-knows-nothing/"><i class="fab fa-linkedin" style="font-size: 220%;padding-left: 5%;padding-bottom: 2%"></a></i>
<a href="https://angel.co/sumit-kumar-roy-2"><i class="fab fa-github-square" style="font-size: 220%;padding-left: 5%;padding-bottom: 2%"></a></i>
</div>
</div>
<div class="right">
<hr>
<h3>OBJECTIVE</h3>
<hr>
<p>A dynamic, team spirited and performance driven Electronic engineer student, seeking a position to utilize my skills and abilities that offers professional growth while being resourceful, innovative and flexible.</p>
<hr>
<h3>EDUCATION</h3>
<hr>
<table>
<thead>
<tr>
<th>YEAR</th>
<th>INSTITIONS</th>
<th>BOARD/UNIVERSITY</th>
<th>MARKS</th>
</tr>
</thead>
<tbody>
<tr>
<td>2014-2018</td>
<td>ST. MARY'S GROUP OF INSTITIONS, HYDERABAD</td>
<td>JNTUH</td>
<td>66%</td>
</tr>
</tbody>
<tbody>
<tr>
<td>2012-2014</td>
<td>BORDER SECURITY FORCE SCHOOL, KADAMTALA</td>
<td>CBSE</td>
<td>83.5%</td>
</tr>
</tbody>
<tbody>
<tr>
<td>2000-2012</td>
<td>AIR FORCE SCHOOL, BAGDOGRA</td>
<td>CBSE</td>
<td>8.6 CGPA</td>
</tr>
</tbody>
</table>
<hr>
<h3>PROJECT</h3>
<hr>
<ul>
<li>MAJOR</li>
<ul>
<li style="list-style: none;">MOBILE CONTROLLED HOME APPLIANCES</li>
<ul> <li style="list-style: none; padding-top: 0.5%;"><em>TOOLS USED</em></li></ul>
<ul>
<li>ATMEGA 328</li>
<li>ARDUINO IDE</li>
<li>BLUETOOTH HC-05</li>
</ul>
<p>This project presents the overall design of Home Automation System (HAS) with low cost and wireless system using Bluetooth and microcontroller AT-MEGA 328. This system is designed to assist and provide support in order to fulfill the needs of elderly and disabled in home. </p>
</ul>
<li>MINOR</li>
<ul>
<li style="list-style: none;">JPEG IMAGE COMPRESSION STANDARD</li>
<ul> <li style="list-style: none; padding-top: 0.5%;"><em>TOOLS USED</em></li></ul>
<ul>
<li>VERILOG VHDL</li>
<li>XILINX ISE</li>
</ul>
<p> Digital images require an enormous amount of space for storage. Data compression is the reduction or elimination of redundancy in data representation in order to achieve savings in storage and communication costs .This work is to design VLSI architecture for the JPEG Baseline Image Compression Standard. </p>
</ul>
</ul>
<hr>
<h3>ROLE IN PROJECT</h3>
<hr>
<p>Team Leader</p>
</div>
<div class="button">
<a href="resume.pdf" id="resume" >DOWNLOAD RESUME</a>
</div>
</body>
</html>