-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 1.75 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
49
<!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" />
<title>PERMIAS De Anza Yearbook</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
</head>
<body>
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
>×</a
>
<a href="documents/PERMIAS DA 21 - Yearbook.pdf">De Anza Class Of 2021 PERMIAS Yearbook</a>
<a href="https://www.instagram.com/permias_deanza/?hl=en"
>Our Instagram</a
>
</div>
<div id="main">
<button class="openbtn" onclick="openNav()">
<svg class="menu" xmlns="http://www.w3.org/2000/svg" fill="#000000">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
</svg>
</button>
<h1 class="first-text">PERMIAS De Anza Class of 2021 Yearbook</h1>
<a href="documents/PERMIAS DA 21 - Yearbook.pdf"
><img
class="yearbook hvr-grow-shadow"
src="images/Permias logo.png"
alt="Yearbook btn"
/></a>
</div>
<script src="animate.js" defer></script>
</body>
</html>