-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (201 loc) · 11.6 KB
/
index.html
File metadata and controls
232 lines (201 loc) · 11.6 KB
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
<!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">
<!-- Tab Icon -->
<link rel="icon" href="assets/img/server.png">
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<title>Portfolio website complete</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">de-cryptor</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="https://docdro.id/S9oalks" class="nav__link" target="_blank">Resume</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">Jatin</span><br> Backend Engineer</h1>
<a href="#" class="button">Contact</a>
</div>
<div class="home__social">
<a href="" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<!-- <a href="" class="home__social-icon"><i class='bx bxl-behance' ></i></a> -->
<a href="" class="home__social-icon"><i class='bx bxl-github' ></i></a>
</div>
<div class="home__img">
<img src="assets/img/server.png" alt="">
</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>
<div class="skills__data">
<div class="skills__names">
<span class="iconify skills__icon" data-icon="logos:python" data-inline="false"></span>
<span class="skills__name">Python</span>
</div>
<div class="skills__bar skills__python">
</div>
<div>
<span class="skills__percentage">95%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<span class="iconify skills__icon" data-icon="logos:django" data-inline="false"></span>
<span class="skills__name">Django</span>
</div>
<div class="skills__bar skills__django">
</div>
<div>
<span class="skills__percentage">85%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<span class="iconify skills__icon" data-icon="logos:postgresql" data-inline="false"></span>
<span class="skills__name">Postgresql</span>
</div>
<div class="skills__bar skills__postgres">
</div>
<div>
<span class="skills__percentage">75%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<span class="iconify skills__icon" data-icon="logos:mongodb" data-inline="false"></span>
<span class="skills__name"></span>
</div>
<div class="skills__bar skills__mongodb">
</div>
<div>
<span class="skills__percentage">75%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<span class="iconify skills__icon" data-icon="logos:docker" data-inline="false"></span>
<span class="skills__name"></span>
</div>
<div class="skills__bar skills__docker">
</div>
<div>
<span class="skills__percentage">70%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<span class="iconify skills__icon" data-icon="logos:rabbitmq" data-inline="false"></span>
<span class="skills__name">RabbitMq</span>
</div>
<div class="skills__bar skills__rabbitmq">
</div>
<div>
<span class="skills__percentage">70%</span>
</div>
</div>
</div>
<div>
<!-- <img src="assets/img/work3.jpg" alt="" class="skills__img"> -->
<p class="skills__text">Skills are the fundamentals for every Software Developer. As a Backend Developer one need to have strong foundation in one of the server side language , I do have in Python.</p>
<p class="skills__text">When you work on Complex and Scalable systems you must be aware of one of the framework of your choice for Rapid Developement.I love working with Django based on philosophy DRY (Don't Repeat Yourself).</p>
<p class="skills__text">When you work with web based applications , You interact with Databases. I do have experience in PostgreSQL (Relational) and MongoDB(NoSql).</p>
<p class="skills__text">Apart from these fundamentals , I work with Docker containers to build and deploy faster.</p>
<p class="skills__text">There are many Asynchronous and Background tasks which needs to be performed in Software Developement like Sending Notifications via SMS , Email or Whatsapp or highly computational tasks. For these taks , I do use Message Queue RabbitMq based on Publisher Subscriber Model. </p>
</div>
</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/jatin.png" alt="">
</div>
<div>
<h2 class="about__subtitle">I'am Jatin</h2>
<p class="about__text">I ❤️ to work with Front End and Mobile Application teams to build cool products. I do have experience in designing end to end complex and scalable backend services for healthcare innovative tech solutions for Smart Electronic Medical Records. </p>
<p class="about__text">My day to day work is to design complex database models and writing optimized and scalable Rest APIs to solve real world problems in Python,Django,Postgres,MongoDB Tech Stack. </p>
</div>
</div>
</section>
<!--===== WORK =====-->
<!-- <section class="work section" id="work">
<h2 class="section-title">Work</h2>
<div class="work__container bd-grid">
<div class="work__img">
<img src="assets/img/work1.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work2.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work3.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work4.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work5.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work6.jpg" alt="">
</div>
</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="Submit" class="contact__button button">
</form>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">Jatin Goel</p>
<div class="footer__social">
<a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
</div>
<p>© 2020 copyright all right reserved</p>
</footer>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>