-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 2.19 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
<!DOCTYPE HTML>
<html>
<link rel="stylesheet" type="text/css" href="index.css">
<head>
<title>Profile Page - Almirante, Kevin Daniel</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="description" content="This is my Simple Profile Page"/>
<meta name="author" content="Kevin Daniel C. Almirante" />
<meta property="og:image" content="images/K1.png" />
<link rel="icon" href="images/K1.png" type="image/x-icon" />
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<!--Body-->
<body class="body">
<div class="wrapper">
<h3 class="h1">My Personal Information</h3>
<a href="assets/kevin1.jpg">
<img class="rayt4" src="assets/kevin1.jpg" alt="My picture"></a>
<br>
<p>Name: Kevin Daniel C. Almirante</p>
<p>Currently Enrolled at: CVSU - IMUS</p>
<p>Year/Sec: BSIT-1B</p>
<p>Age: 19 years old</p>
<p>Birthdate: October 26, 2002</p>
<p>Gender: Male</p>
<p>Religion: Catholic</p>
<p>Contact Number: 09663489557</p>
<p>Address: B-4 L-23 Kimberton Ville, Niog II, Bacoor, Cavite</p>
<div class="icons1">
<a href="https://twitter.com/Fa1th15">
<i class="fa fa-twitter-square"></i>
</a>
<a href="https://www.facebook.com/Kibinzxc/">
<i class="fa fa-facebook-square"></i>
</a>
<a href="https://mail.google.com/mail/u/0/?fs=1&[email protected]&su=SUBJECT&body=BODY&[email protected]&tf=cm">
<i class="fa fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/kevin-daniel-almirante-91358b215/">
<i class="fa fa-linkedin-square"></i>
</a>
</div>
<p>Games: League of Legends, Tekken, Axie Infinity</p>
</div>
</body>
</html>