-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
51 lines (50 loc) · 1.74 KB
/
header.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/scss/all.css">
<meta name="Description" content="One day I will be running for president. I am also a Perez... So this is Perezident.com">
<meta name="theme-color" content="#e24e42">
<link rel="manifest" href="/manifest.json">
<style>
.svg{
height: 100%;
width: 100%;
opacity: 0;
transition: opacity .8s;
}
.svg.loaded{
opacity: 1;
}
.small
{
height: 250px;
}
.large{
height: 320px;
}
iframe{
border:none;
width: 100%;
}
.card>.footer{overflow: auto;}
.card>.footer>.button{float: right;}
</style>
<title>Perezident</title>
</head>
<body>
<nav class="primary">
<div class="nav-menu">
<ul>
<li><a href="/index.html" class="nav-item">Home</a></li>
<li><a href="https://github.com/EstebanMagallonPerez?tab=repositories" class="nav-item">Projects</a></li>
<li><a href="#about" class="nav-item">About</a></li>
<li><a href="#donate" class="nav-item">Donate</a></li>
<li><a href="#hello" href="#" class="button tertiary">hello</a></li>
</ul>
</div>
<div class="nav-toggle"></div>
</nav>
<div class="content">