-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
29 lines (24 loc) · 1 KB
/
info.html
File metadata and controls
29 lines (24 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type =" text/css" href="info.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>|| Information</title>
</head>
<body>
<!-- social media footer buttons -->
<footer>
<div class = 'social-media'>
<ul class="icon-list">
<a href="https://www.facebook.com/martinaoyhenard" target='_blank'><li class="facebook-icon"></li></a>
<a href="https://www.instagram.com/martinaoyhenard/"target='_blank'> <li class="insta-icon"></li></a>
<a href="https://github.com/outintotheblue" target='_blank'> <li class="github-icon"></li></a>
<a href="https://vimeo.com/martinaoyhenard" target='_blank'><li class="vimeo-icon"></li></a>
</ul>
</div>
</footer>
</body>
</html>