-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathprofile.html
32 lines (29 loc) · 931 Bytes
/
profile.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Kikii</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="assets/bootstrap/css/profile.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="container">
<div class="avatar">
<a href="https://codepen.io/MarioDesigns/">
<img src="assets/img/profile.png" alt="Skytsunami" />
</a>
</div>
<div class="content">
<h1>This is Kikii </h1>
<p>Follow me on:</p>
<p>
<span><a href="https://github.com/HarshitaSadadekar" target="_blank"><i class="fa fa-github"></i></a></span>
<span><a href="https://codepen.io/Kikii1" target="_blank"><i class="fa fa-codepen"></i></a></span>
</p>
<p>Kikii</p>
</div>
</div>
</body>
</html>