-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.92 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.92 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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="es">
<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">
<title>@Angelbrielez | Mi pagina Web</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="stylesheet" href="asset/css/estilos.css">
</head>
<body>
<section class="hero is-primary is-medium">
<div class="hero-head">
<header class="nav">
<div class="container">
<div class="nav-left">
<a href="#" class="nav-item">
<img src="http://logo.pizza/img/horse-mane/horse-mane.png" alt="Angel Brielez" class="logo">
</a>
</div>
<div class="nav-right nav-menu">
<a href="https://github.com/AngelBrielez/" target="blank" class="nav-item">Github</a>
<a href="https://twitter.com/AngelBrielez/" target="blank" class="nav-item">Twitter</a>
<a href="https://facebook.com/AngelBrielez/" target="blank" class="nav-item">Facebook</a>
<a href="https://instagram.com/AngelBrielez/" target="blank" class="nav-item">Instagram</a>
<span class="nav-item">
<a href="http://youtube.com/Angelbrielez" target="_blank" class="buttom is-primary is-inverted">
<span class="icon"><i class="fa fa-youtube"></i></span>
<span>Youtube</span>
</a>
</span>
</div>
</div>
</header>
</div>
</section>
</body>
</html>