-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
280 lines (248 loc) · 13.6 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>Portfolio website complete</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Robin</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active-link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#work" class="nav__link">Work</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi,<br>I'am <span class="home__title-color">Robin CR</span><br> Embedded Software Developer</h1>
<a href="#" class="button">Contact</a>
<body>
<div class="container">
<p> You can view and download my CV using the link below.</p>
<a href="assets/CV/RobinCR_Software_Developer.docx" download>Download My CV</a>
</div>
</body>
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/robin-cr/" target="_blank" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/robin005cr/" target="_blank" class="home__social-icon"><i class='bx bxl-github'></i></a>
</div>
<div class="home__img">
<svg class="home__blob" viewBox="0 0 479 467" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<mask id="mask0" mask-type="alpha">
<path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/>
</mask>
<g mask="url(#mask0)">
<path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/>
<!--image class="home__blob-img" x="50" y="0" href="assets/img/Abhisha.png"-->
</g>
</svg>
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section " id="about">
<h2 class="section-title">About</h2>
<div class="about__container bd-grid">
<div class="about__img">
<!--img src="assets/img/abhisha.jpg" alt=""-->
</div>
<div>
<h2 class="about__subtitle">I'am Robin</h2>
<p class="about__text">Embedded Software Developer with 3 years of experience in Bare metal programming, (Real Time Operating System)RTOS, Design patterns and Multi threading. Developed interfaces for various sensors to microntrollers using the communication protocols such as I2C, SPI, UART.</p>
</div>
</div>
</section>
<!--===== ROLES =====-->
<section class="roles section" id="roles">
<h2 class="section-title">Roles I Played</h2>
<div class="roles__container bd-grid">
<!-- C++ Application Developer Role -->
<div>
<h3 class="roles__subtitle">C++ Application Developer</h3>
<p class="roles__text">
-> Design Patterns<br>
-> SOLID Principles<br>
-> Multi-threading
</p>
</div>
<!-- ADAS / Autonomy Engineer Role -->
<div>
<h3 class="roles__subtitle">ADAS / Autonomy Engineer</h3>
<p class="roles__text">
-> Vision-based recognition<br>
-> Algorithm development<br>
-> Lidar perception
</p>
</div>
<!-- Embedded / Firmware Engineer Role -->
<div>
<h3 class="roles__subtitle">Embedded / Firmware Engineer</h3>
<p class="roles__text">
-> Bare-metal programming<br>
-> Communication Protocols (I2C, SPI, UART)<br>
-> Encoder - Decoder for sensors
</p>
</div>
</div>
</section>
<!--===== TOOLS =====-->
<section class="tools section" id="tools">
<h2 class="section-title">Tools</h2>
<div class="tools__container bd-grid">
<!-- C++ Application Developer Role -->
<div>
<h3 class="tools__subtitle">Debugger</h3>
<p class="tools__text">
-> Valgrind<br>
-> GDB<br>
-> Trace 32
</p>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<h2 class="section-title">Skills</h2>
<div class="skills__container bd-grid">
<div>
<h2 class="skills__subtitle">Profesional Skills</h2>
<p class="skills__text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Velit optio id vero amet, alias architecto consectetur error eum eaque sit.</p>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-C++ skills__icon'></i>
<span class="skills__name">C++</span>
</div>
<div class="skills__bar skills__html">
</div>
<div>
<span class="skills__percentage">90%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-embc skills__icon'></i>
<span class="skills__name">Embedded C</span>
</div>
<div class="skills__bar skills__html">
</div>
<div>
<span class="skills__percentage">95%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-design_patterns skills__icon' ></i>
<span class="skills__name">Design Patterns</span>
</div>
<div class="skills__bar skills__js">
</div>
<div>
<span class="skills__percentage">85%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-git skills__icon'></i>
<span class="skills__name">Git</span>
</div>
<div class="skills__bar skills__css">
</div>
<div>
<span class="skills__percentage">85%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxs-multi_threading skills__icon'></i>
<span class="skills__name">Multi Threading</span>
</div>
<div class="skills__bar skills__ux">
</div>
<div>
<span class="skills__percentage">70%</span>
</div>
</div>
</div>
<div>
<img src="assets/img/work3.jpg" alt="" class="skills__img">
</div>
</div>
</section>
<!--===== WORK =====-->
<section class="work section" id="work">
<h2 class="section-title">Work</h2>
<div class="work__container bd-grid">
<a href="https://github.com/Robin005cr/Smart_Trolley_System" class="work__img">
<p>Smart Trolly </p>
<img src="assets/img/smart_trolley.jpg" alt="">
</a>
<a href="https://github.com/Robin005cr/Calendar-and-Clock" class="work__img">
<p>Calendar and Clock</p>
<img src="assets/img/CalendarClock.jpg" alt="">
</a>
<a href="https://github.com/Robin005cr/CPU-GPU_Selector" class="work__img">
<p>CPU-GPU selector</p>
<img src="assets/img/cpugpu.jpg" alt="">
</a>
<a href="https://github.com/Robin005cr/Custom_Protocol" class="work__img">
<p>Custom Protocol encoder - decoder</p>
<img src="assets/img/customprotocol.jpg" alt="">
</a>
<a href="https://github.com/Robin005cr/Layered-Communication" class="work__img">
<p>Layered Communication</p>
<img src="assets/img/Layered.jpg" alt="">
</a>
<a href="https://github.com/Robin005cr/Question_Paper_Set_Creator" class="work__img">
<p>Question Paper Set creator</p>
<img src="assets/img/questionPaper.jpg" alt="">
</a>
</div>
</section>
<!--===== CONTACT =====-->
<section class="contact section" id="contact">
<h2 class="section-title">Contact</h2>
<div class="contact__container bd-grid">
<form action="" class="contact__form">
<input type="text" placeholder="Name" class="contact__input">
<input type="mail" placeholder="Email" class="contact__input">
<textarea name="" id="" cols="0" rows="10" class="contact__input"></textarea>
<input type="button" value="Connect" class="contact__button button">
</form>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">Robin CR</p>
<div class="footer__social">
<a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="https://www.instagram.com/robin_c_r_?igdh=MThvOTJ0dDk0MDZzNA==" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
</div>
<p class="footer__copy">© Bedimcode. All rigths reserved</p>
</footer>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>