-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
<link rel="stylesheet" href="css/home.css">
<link rel="icon" href="logos/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<nav id="horizontal-bar">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="videos.html">Videos</a>
</li>
<li>
<a href="about-me.html">About me</a>
</li>
</ul>
</nav>
<h1>Welcome to My Portfolio</h1>
<br><br>
<div class="img">
<iframe width="1066" height="600" src="https://www.youtube.com/embed/-DeI576ZSJ4?autoplay=1&mute=1" title="Intro"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
</div>
<br><br>
<div id="Socials">
<a href="https://www.youtube.com/channel/UCyNncA34J2EtqBp6q0JM-LA" target="_blank" rel="noopener noreferrer">
<img id="YT" src="logos/yt_logo.png" alt="Youtube"></a>
<a href="https://www.facebook.com/alamaosoficial" target="_blank" rel="noopener noreferrer">
<img id="FB" src="logos/fb_logo.png" alt="Facebook"></a>
<a href="https://www.instagram.com/alamaos/" target="_blank" rel="noopener noreferrer">
<img id="IG" src="logos/ig_logo.png" alt="Instagram"></a>
</div>
<footer>
<span>Copyright © 2022 | Universidade dos Açores | António Eduardo Costa Correia</span>
</footer>
</body>
</html>