-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
48 lines (45 loc) · 2.19 KB
/
index3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/mylogooo.png" class="icon"
width="20"
height="20">
<title>ABOUT</title>
<link rel="stylesheet" href="styles3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="marky">
<img src="images/shape1.png" class="shape">
<img src="images/261953733_679560873025874_7283105999588653086_n.png" class="me">
<div class="content">
<h2>ABOUT ME</h2>
<ul>
<li><a href="https://marklacanaria.github.io/home/" target="_blank">HOME</a></li>
<li><a href="index3.html" target="_blank">ABOUT</a></li>
<li><a href="index2.html" target="_blank">PORTFOLIO</a></li>
</ul>
</div>
<div class="main">
<h1>WhoAmI?</h1>
<p>*I am Mark Romel </p><p>*A 1st Year BSIT</p><p>*20 years of age</br></p> <p>*Currently living with my parents here in Iligan City</p>
<p>
*I love playing musical instruments
<br>
*I love playing online games
</p>
</div>
<div class="social">
<div class="icon">
<a href="https://facebook.com/mark.andradeyu.94"target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://instagram.com/yoitsmemarky"target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://open.spotify.com/artist/6zhAQyP3apUmeUeLDd28C3?si=YTa1wv8IQg2udDhCvle0SA&nd=1"target="_blank"><i class="fab fa-spotify"></i></a>
<a href="https://patreon.com/hanseum" target="_blank"><i class="fab fa-patreon"></i></a>
</div>
</div>
</div>
</body>
</html>