forked from athul-cp/athul-cp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (303 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio Website</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/8ce2fff436.js"> </script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"> </script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
</head>
<body>
<div class="scroll-up-button">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">Portfo<span>lio.</span></a></div>
<ul class="menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#cer">Certifications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="menu-icon">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!--Home-->
<section class="home" id="home">
<div class="max-width">
<div class="text-1">Hey there , I am</div>
<div class="text-2">Athul Cp</div>
<div class="text-3">& am a <span class="typing"> </span></div>
<a href="mailto: [email protected]">Hire me</a>
</div>
</section>
<!--about-->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<!--<h4 class="title-after">Who am I</h4>-->
<div class="about-content">
<div class="column-left">
<img src="images/image1.jpg" alt="">
</div>
<div class="column-right">
<div class="text">I'm Athul Cp and i am a <span class="typing2">App Developer</span></div>
<p>I am a 4th year btech student from CUSAT. Currently i have the knowledge about
HTML,CSS,Javascript,dart,flutter as front end. Also had a knowledge in C,C++,API intergration in
backend. Also worked with Firebase and know the integration with firebase and flutter
Apps.<br>My objectives were : <br>To work in a professionally managed organization,and to be
part of a mutually benefical system,where in I can contribute to the growth and can find ample
opportunities for learning and self-development. Well-versed in numerous programming languages
including Python , Javascript , HTML5 , CSS , C/C++ , Figma .
<br><a href="#">Download CV</a>
</p>
</div>
</div>
</div>
</section>
<!--Project -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title">Projects</h2>
<div class="pro-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Web Design</div>
<p>Created some freelance websites using HTML , CSS and Javascript. And now focusing on
Bootstrap. I would always like to create something new don't like to follow others template
nor design .</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-chart-line"></i>
<div class="text">Advertisting</div>
<p>Working on Analytic tools and also studying Digital Marketing from Google.Have a knowledge in
SEO optimization , biding for keywords and SEM. Also have other creative idea about
marketing different types of products . </p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fab fa-python"></i>
<div class="text">Python</div>
<p>I have created a YouTube downloader using Python. And created a TicTacToe game that can be
played automatic mode vs computer and manual mode as a multiplayer Game.</p>
Details :
<li> <a href="https://github.com/athul-cp/youtube_downloader/blob/main/Assignment%20day%207.py">YouTube
downloader</a></li>
<li> <a href="https://github.com/athul-cp/tic-tac-toe">TicTacToe</a> </li>
</div>
</div>
<div class="card">
<div class="box">
<i class="fab fa-android"></i>
<div class="text">App Development</div>
<p> I had made a Travel Assistant app named "Easy Go - The complete Travel Assistant". This App
is very useful for tourists. This App is integrated with Google API's and integrated a
trained chat bot in it.</p>
Details :
<a
href="https://www.linkedin.com/posts/athulcp_teamwork-learning-vscode-activity-6825713848117547008-cX_j">Easy
Go</a>
</div>
</div>
<div class="card">
<div class="box">
<i class="fab fa-raspberry-pi"></i>
<div class="text">IoT</div>
<p>I had made some projects in IoT as a part of my internship. Made a temperature sensor using
DHT11 and worked with using Raspberry pi. Also familiar with Arudino,nodemcu,thingspeak etc.
</p>
Details :
<a href="https://github.com/athul-cp/iot">IoT Sample Works</a>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-database"></i>
<div class="text">Data Science</div>
<p> I had made a breast cancer prediction model. This model will study and analyse the given
data and predict the resut .</p>
Details :
<a href="https://github.com/athul-cp/Data-science/blob/main/Breast%20Cancer%20Prediction.ipynb">Breast
Cancer Prediction</a>
</div>
</div>
</div>
</div>
</section>
<!--Skills-->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My Skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My Creative Skills</div>
<p>Worked in various domain and have a skills of the following
<ul>
<li>Self Learner</li>
<li>Problem-solving skills</li>
<li>programming Languages</li>
<li>Team Work</li>
<li>Leadership</li>
<li>Adapt with new technologies</li>
<li>Time management skills</li>
</ul>
</p>
<a href="#">Read more</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>Javascript</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>C/C++</span>
</div>
<div class="line c"></div>
</div>
<div class="bars">
<div class="info">
<span>Dart</span>
</div>
<div class="line dart"></div>
</div>
<div class="bars">
<div class="info">
<span>Flutter</span>
</div>
<div class="line flutter"></div>
</div>
<div class="bars">
<div class="info">
<span>Figma</span>
</div>
<div class="line figma"></div>
</div>
</div>
</div>
</div>
</section>
<!--Certifications-->
<section class="cer" id="cer">
<div class="max-width">
<h2 class="title">Certifications</h2>
<div class="carousel owl-carousel">
<div class="card box">
<img src="images/student-ambassador.png" alt="">
<div class="text">Campus Ambassador</div>
<p>Worked as Casio's campus Ambassadorand performed many tasks and conducted webinar on their product.</p>
</div>
<div class="card box">
<img src="images/iot.jpg" alt="">
<div class="text">internship</div>
<p>Completed Internship in Internet of Things (IoT) from Nest Cyber Campus Aluva. </p>
</div>
<div class="card box">
<img src="images/sololearn.png" alt="">
<div class="text">Solo Learn</div>
<p>Completed C course and Introduction to Programming using HTML and CSS from Solo Learn . </p>
</div>
<div class="card box">
<img src="images/letsupgrade.png" alt="">
<div class="text">LetsUpgrade</div>
<p>Certifications on Python Programming, Data Science , Linux Administration 101 </p>
</div>
<div class="card box">
<img src="images/google-digital.jpg" alt="">
<div class="text">Digital Marketing</div>
<p>Completed Fundamentals of Digital Marketing. </p>
</div>
</div>
</div>
</section>
<!--Contact-->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact Me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Athul Cp</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address </div>
<div class="sub-title">Malappuram (Dist), Kerala (State) , India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Project Description...."></textarea>
</div>
<div class="button">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer>
<span>Created By Athul Cp | <span class="far fa-copyright"></span> 2021 All rights reserved. </span>
</footer>
<script src="script.js"></script>
</body>
</html>