-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (244 loc) · 9.23 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- my css -->
<link rel="stylesheet" href="master.css">
<!-- icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>My portfolio</title>
</head>
<body>
<header>
<div class="navbar-fix max-width">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<div class="logo1"><a href="#">Adil <span>S</span></a></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto menu">
<li class="nav-item active">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#academics">Academics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">My Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#career">Career Goals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<div class="home" id="home">
<div class="home-content">
<div class="text-1">Hey,I am</div>
<div class="text-2">Adil S</div>
<div class="text-3">Loves to be a <span>Developer.</span></div>
</div>
</div>
<br>
<br>
<!-- About -->
<section class="aboutme">
<div id="about" class="max-width">
<h2 class="title1">About Me</h2>
<br>
<div class="aboutme-content">
<p>
Hi, I am Adil S, a emerging Full Stack developer. Currently I am pursuing my bachelor's in Computer Science from the Government Engineering College, Idukki.
I love to work in development field since I have a keen interest in technology & innovations.
I am a self-motivated person who is always looking for new challenges and new ways to improve myself.
I am also interested in IoT, UI/UX design, web and app development. I am also a designer and I do posters and flyers for my college programs.
I am very much active in all campus activities and community activitie,. I am the department coordinator of FOSS CELL GECI and I am also a member of the IEEE SB GECI, Technoship Cell GECI, and Tinker hub.
I'm currently working as the district coordinator and people management intern of Gtech Mulearn.
</p>
</div>
</div>
</section>
<br>
<br>
<hr>
<!-- academics -->
<section class="academics">
<div id="academics" class="max-width">
<br>
<h2 class="title1">Academics</h2>
<br>
<div class="academics-content">
<h3 style="font-size: 20px; font-weight: 600;">Pursuing Graduation</h3>
<p>Government Engineering College, Idukki<br>2019-2023</p>
<h3 style="font-size: 20px; font-weight: 600;">Schooling</h3>
<p>Viswabharathy Model HSS, Kayamkulam <br>2013-2018</p>
<p>N N M U P School, Kayamkulam<br>2010-2013</p>
<p>Thayil Thekkathil Government L P School, Kayamkulam<br>Upto 2010</p>
</div>
</div>
</section>
<br>
<br>
<hr>
<!-- skills -->
<section class="skills">
<div class="max-width" id="skills">
<br>
<h2 class="title1">Skills</h2>
<br>
<br>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & experience</div>
<p>Ability to identify areas and processes that can be improved.I am interested to explore new technologies upto date.</p>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML & CSS</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>Javascript</span>
<span>50%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>Python</span>
<span>60%</span>
</div>
<div class="line python"></div>
</div>
<div class="bars">
<div class="info">
<span>C</span>
<span>75%</span>
</div>
<div class="line c"></div>
</div>
<div class="bars">
<div class="info">
<span>JAVA</span>
<span>50%</span>
</div>
<div class="line java"></div>
</div>
<div class="bars">
<div class="info">
<span>React</span>
<span>50%</span>
</div>
<div class="line React"></div>
</div
</div>
</div>
</div>
</section>
<br>
<br>
<hr>
<!-- my projects -->
<section class="projects" id="projects">
<div class="max-width">
<br>
<h2 class="title1">My projects</h2>
<br>
<div class="projects-content">
<p>Currently I don't have any project to display.
I am working on some projects in my free time.
So in future you can expect many projects from my side.
I just finish the Google Cloud Facilitator Program and Hacktober Fest.
The Corona time made me closer to the technical world.</p>
<br>
<p>Check out my Google Cloud Badges</p>
<a href="https://www.qwiklabs.com/public_profiles/0223194c-bd72-42ec-ba1b-7c8e07f3672a" target="_blank">Cloud Badges</a>
</div>
</div>
</section>
<br>
<br>
<hr>
<!-- career section -->
<section class="career" id="career">
<div class="max-width">
<br>
<h2 class="title1">Career goals</h2>
<br>
<div class="career-content">
<p>
I want to become an expert in Full stack Developer.And I want to make an innovative contribution for fulfil any of the society's need.
</p>
</div>
</div>
</section>
<br>
<br>
<hr>
<!-- contact section -->
<section class="contact" id="contact">
<a href="contact.html">Contact me </a>
<style>
.contact a{
text-decoration: none;
display: inline-block;
background: #1e29c0;
color: #fff;
font-size: 18px;
font-weight: 500;
padding:8px 16px;
margin-top:20px;
border-radius: 6px;
border: 2px solid #1e29c0;
transition: all 0.3s ease;
}
.contact a:hover{
color:#1e29c0;
background: none;
}
</style>
</section>
<!-- footer section -->
<footer id="footer">
<div class="container">
<h3>Adil S</h3>
<p style="font-style: italic;">Connect with me !</p>
<div class="social-links">
<a href="https://twitter.com/ADILS62693497" target="_blank"><i class="fa fa-twitter" style="font-size:36px"></i></a>
<a href="https://www.facebook.com/profile.php?id=100009065934342" target="_blank"><i class="fa fa-facebook" style="font-size:36px"></i></a>
<a href="https://www.instagram.com/_adil_sp_/" target="_blank"><i class="fa fa-instagram" style="font-size:36px"></i></a>
<a href="https://github.com/adilsp5075" target="_blank"><i class="fa fa-github" style="font-size:36px"></i></a>
<a href="https://www.linkedin.com/in/adil-s-aa09951b1/" target="_blank"><i class="fa fa-linkedin" style="font-size:36px"></i></a>
</div>
<div class="copyright">
© copyright <strong><span>Adil S</span></strong> All Rights Reserved
</div>
<span>Made with <i class="fa fa-heart-o"></i> from India </span><br>
</div>
</footer>
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>