-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
345 lines (332 loc) · 13.5 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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/4aea877636.js"
crossorigin="anonymous"
></script>
<link
href="https://fonts.googleapis.com/css?family=Noto+Serif&display=swap"
rel="stylesheet"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typeit/5.0.2/typeit.min.js"></script>
<link rel="stylesheet" href="portfolio.css" />
<title>Jithin Aji</title>
</head>
<body>
<!--navbar-->
<nav class="navbar navbar">
<div class="container-fluid">
<span class="navbar-brand"
><i class="fa fa-user-circle mr-1" aria-hidden="true"></i>Jithin
Aji</span
>
<span class="navbar-brand"
><i class="fa fa-envelope mr-1" aria-hidden="true"></i
><a href="mailto:jithinajiwebdesigns@gmail.com"
>jithinajiwebdesigns@gmail.com</a
></span
>
</div>
</nav>
<!--jumbotron-->
<div class="jumbotron mb-3 border-4 container-fluid mb-3" id="jumbo-img">
<div class="jumbo-text">
<h1 class="display-2 d-flex justify-content-end ml-3 mb-3" id="dt">
I Make
</h1>
<h1 class="d-flex justify-content-end mt-3" id="display_talent">
Dynamic Websites, Blogs and Content writing, May be clean Logos
</h1>
<!--<p class=" d-flex justify-content-end">Blogs and Content writing</p>
<p class=" d-flex justify-content-end">Banners and Logos</p>-->
</div>
</div>
<div class="container" id="body-details">
<div class="row">
<div class="col-md-4">
<img
src="images/jithinaji.svg"
alt="Jithin's picture"
class="d-flex align-items-end flex-column mb-2"
id="mainimg"
/>
</div>
<div class="col-md-8">
<h1 class="display-4">About Me</h1>
<p class="w-100">
I am a student intern at a reputed company passionate about graphic
designing a bit and mostly front-end web development and a tiny bit
of back-end web development currently living in Thiruvananthapuram.
<br /><span class="highlight mt-3 text-success"
><i class="fas fa-phone-alt mr-2 mt-3"></i> 8072230853</span
><br />
<a
href="https://www.instagram.com/jithinajiwebdesigns"
class="highlight text-success"
><i class="fab fa-instagram mr-2 text-success"></i> Follow Me</a
>
</p>
</div>
</div>
</div>
<div class="container" id="body-rest">
<p class="display-4">My Blogs</p>
<p>
My passion for writing makes me write blogs on my freetime. Check out my
blogs whose links are mentioned below.
</p>
<div class="list-group list-group-flush mt-3" id="blog-links">
<a
href="https://medium.com/@jithin396/why-i-prefer-linux-over-windows-8110680ecb73"
class="list-group-item list-group-item-action list-group-item-light text-success"
>Why I prefer Linux over Windows</a
>
<a
href="https://medium.com/@jithin396/notch-life-94fedb35469d"
class="list-group-item list-group-item-action list-group-item-light text-success"
>Notch Life</a
>
<a
href="https://medium.com/@jithin396/how-i-studied-front-end-web-development-87ff1a82fe1a"
class="list-group-item list-group-item-action list-group-item-light text-success"
>How I studied front-end web development</a
>
<a
href="https://medium.com/@jithin396/how-to-write-a-story-proper-19443df80008"
class="list-group-item list-group-item-action list-group-item-light text-success"
>How to write a story proper???</a
>
<a
href="https://medium.com/@jithin396/how-not-to-create-a-web-application-c5f9f2a503f8"
class="list-group-item list-group-item-action list-group-item-light text-success"
>How not to create a web application.</a
>
</div>
</div>
<div id="how_i_work" class="container">
<img src="images/tools.jpg" alt="" />
<h1 class="display-4">How I Work</h1>
<p class="w-50">
I use
<span class="text-success font-weight-bold"
>HTML 5, CSS 3, Bootstrap, Javascript, jquery, Tailwind CSS and Vue
JS</span
>
to design beautiful websites like this. Lots of research and
appreciation of beauty is the key. Knowing how to design will not hurt.
</p>
<p class="text-success font-weight-bold display-3 mt-3">
<i class="far fa-hand-peace fa-2x mr-3"> Work Hard Play Hard</i>
</p>
</div>
<div id="what_i_did" class="container">
<h1 class="display-4 mt-3">What I Did</h1>
<div class="container">
<div class="row">
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">XOGame</h5>
<h6 class="card-subtitle mb-2 text-dark">
Tic-Tac-Toe game which works in linux.
</h6>
<p class="card-text">
It har GUI and can be played in terminal as well. Made with my
friend GKR.
</p>
<a
href="https://github.com/JithinAji/XOGame"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">Color Game</h5>
<h6 class="card-subtitle mb-2 text-dark">
Guessing right color using the given rgb color code.
</h6>
<p class="card-text">
It's fun if you understand RGB color scheme or you can just
play and understand it the hard way.
</p>
<a
href="https://jithinaji.github.io/Color_Game"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">
A Photographer's portfolio
</h5>
<h6 class="card-subtitle mb-2 text-dark">
A simple yet beautiful portfolio of my friend.
</h6>
<p class="card-text">
A portfolio website deisigned for a photographer in a simple
beautiful manner without any clutter.
</p>
<a
href="https://jithinaji.github.io/Sahil_frames/"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
</div>
<!--new-->
<div class="row">
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">TODOLIST app</h5>
<h6 class="card-subtitle mb-2 text-dark">
An extremely simple to do list note app.
</h6>
<p class="card-text">
Best viewed in computer screens as it dont look good on narrow
mobile screens.
</p>
<a
href="https://jithinaji.github.io/todolist/"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">Arcade game</h5>
<h6 class="card-subtitle mb-2 text-dark">
A simple arcade game using javascript.
</h6>
<p class="card-text">
This can be played in a browser using mouse pointer as control
and is built using javascript.
</p>
<a
href="https://jithinaji.github.io/arcadegame/"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">
Stopwatch web application
</h5>
<h6 class="card-subtitle mb-2 text-dark">
A simple stopwatch application using javascript.
</h6>
<p class="card-text">
A stopwatch application which runs on your web browser built
using javascript.
</p>
<a
href="https://jithinaji.github.io/Stopwatch/"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="card mb-3" style="width: 18rem">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">Personal Diary App</h5>
<h6 class="card-subtitle mb-2 text-dark">
Personal diary on which you can login and enter your diary
entries.
</h6>
<p class="card-text">
A web based diary application which will store your diary
entries and categorize them based on the dates made using
Node, Express and Mongodb.
</p>
<a
href="https://shrouded-savannah-77190.herokuapp.com/login"
class="card-link text-success"
>visit project</a
>
</div>
</div>
</div>
</div>
</div>
<!--new-->
<!--
<div class="row">
<div class="col-sm">
<div class="card mb-3" style="width: 18rem;">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">TODOLIST app</h5>
<h6 class="card-subtitle mb-2 text-dark">An extremely simple to do list note app.</h6>
<p class="card-text">Best viewed in computer screens as it dont look good on narrow mobile screens.</p>
<a href="https://jithinaji.github.io/todolist/" class="card-link text-success">visit project</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card mb-3" style="width: 18rem;">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">Arcade game</h5>
<h6 class="card-subtitle mb-2 text-dark">A simple arcade game.</h6>
<p class="card-text">This can be played in a browser window using mouse pointer as control and is built using javascript.</p>
<a href="https://jithinaji.github.io/arcadegame/" class="card-link text-success">visit project</a>
</div>
</div>
</div>
</div>-->
<!--<div class="row">
<div class="col-sm">
<div class="card mb-3" style="width: 18rem;">
<div class="card-body text-dark bg-light">
<h5 class="card-title text-success">TODOLIST app</h5>
<h6 class="card-subtitle mb-2 text-dark">An extremely simple to do list note app.</h6>
<p class="card-text">Best viewed in computer screens as it dont look good on narrow mobile screens.</p>
<a href="https://jithinaji.github.io/todolist/" class="card-link text-success">visit project</a>
</div>
</div>
</div>
</div>-->
</div>
<!--footer-->
<div class="card bg-light mb-0" id="footer">
<div class="card-body">
<h5 class="card-title text-muted">© Jithin Aji</h5>
<p class="card-text text-muted">
Most preffered ways of reaching out to me that I will suggest
<span class="text-dark">jithinajiwebdesigns@gmail.com</span> or call
me at <span class="text-dark">8072230853</span>
</p>
</div>
</div>
</body>
</html>