-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (212 loc) · 8.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio Website-Kpb</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="style.css">
<!-- bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- font awesome -->
<script src="https://kit.fontawesome.com/31149d48b0.js" crossorigin="anonymous"></script>
</head>
<!--Navbar Section-->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark navbarScroll">
<div class="container">
<a class="navbar-brand" href="#">Kevin Paul Babu</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#project">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--End Navbar-->
<br>
<br>
<!-- START WELCOME SECTION -->
<section class="bgimage" id="home">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hero-text">
<h2 class="hero_title">Hi, it's me Kevin</h2>
<p class="hero_desc">Web Developer Intern</p>
</div>
</div>
</div>
</section>
<!-- END WELCOME SECTION -->
<!--START ABOUT SESSION-->
<!-- about section-->
<section id="about">
<div class="container mt-4 pt-4">
<h1 class="text-center">About Me</h1>
<div class="row mt-4">
<div class="col-lg-4">
<img src="profile.jpg" class= "imageAboutPage" alt="">
</div>
<div class="col-lg-8">
<p> Hi there!
I was born and raised in Thrikkakara.
I pursued Computer Maths stream at <b>Vidyodaya School</b>, Thevakkal ,Kochi.
I am currently studying B.Tech in Computer Science Engineering at <b>Adi Shankara Institute of Engineering and Technology</b>,Kalady.
</p>
<div class="row mt-3">
<div class="col-md-6">
<h2>Hobbies</h2>
<ul>
<li>Reading</li>
<li>Dancing</li>
<li>Writing</li>
</ul>
</div>
</div>
</div>
</section>
<!--END ABOUT SESSION-->
<!-- START PROJECTS SECTION -->
<section id="project">
<div class="container mt-3">
<h1 class="text-center">Project</h1>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card">
<img class="card-img-top" src="https://kevinpaulbabu1820.github.io/Letsdancekerala2020/back.jpg" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Online Dance Tutorial</h4>
<p class="card-text">Its my first website which is made with HTML5 and CSS3</p>
<div class="text-center">
<button type="button" class="btn btn-outline-info"> <a href="https://kevinpaulbabu1820.github.io/Letsdancekerala2020/" >Link</a>
</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="651715.jpg" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Top 3 Historical Pages</h4>
<p class="card-text">Its a website about 3 historical places in India</p>
<div class="text-center">
<button type="button" class="btn btn-outline-info">
<a href="https://kevinpaulbabu1820.github.io/historical-india.github.io/" >Link</a>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- END PROJECTS SECTION -->
<!--START SKILL SECTION -->
<section class="skills" id="skills">
<h2 class="skill-header">My Top Skills</h2>
<div class="skills-wrapper">
<div class="first-set animate__animated animate__pulse">
<img
src="icons8-html-5.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="icons8-css3.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="icons8-javascript.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="icons8-bootstrap.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="icons8-git.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
</div>
</div>
</section>
<!--END SKILL SECTION-->
<!-- START CONTACT SECTION -->
<section id="contact">
<div class="container mt-3 contactContent">
<h1 class="text-center">Contact Me</h1>
<div class="row mt-4">
<div class="col-lg-6">
<!-- to edit google map goto https://www.embed-map.com type your location, generate html code and copy the html -->
<div style="max-width:100%;overflow:hidden;color:red;width:500px;height:500px;">
<div id="embedmap-canvas" style="height:100%; width:100%;max-width:100%;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=Valamkottil+Lane&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"></iframe>
</div>
<a class="googlemaps-html" href="https://www.embed-map.com" id="get-data-forembedmap">https://www.embed-map.com</a>
<style>#embedmap-canvas img{max-width:none!important;background:none!important;font-size: inherit;font-weight:inherit;}
</style>
</div>
</div>
<div class="col-lg-6">
<!-- form fields -->
<form class="form" action="https://getform.io/f/dfa2886b-6ec7-438f-9284-75f30af1e06b"method="POST">
<input type="text" class="form-control form-control-lg" placeholder="Name">
<input type="email" class="form-control mt-3" placeholder="Email">
<input type="text" class="form-control mt-3" placeholder="Subject">
<div class="mb-3 mt-3">
<textarea class="form-control" rows="5" id="comment" name="text" placeholder="Project Details"></textarea>
</div>
</form>
<br>
<button type="button" class="btn btn-outline-dark">Contact Me</button>
</div>
</div>
</div>
</section>
<!-- END CONTACT SECTION -->
<!-- START FOOTER SECTION -->
<footer>
<p>
<!-- footer section-->
<footer id="footer">
<div class="container-fluid">
<!-- social media icons -->
<div class="social-icons mt-4">
<a href="https://www.instagram.com/_.kevinpaul._/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/KevinPaulBabu1" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/kevin-paul-babu-737b28187/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
© Created by KevinPaulBabu
</p>
</footer>
</html>
<!-- END FOOTER SECTION -->