-
Notifications
You must be signed in to change notification settings - Fork 1
/
joinus.html
29 lines (27 loc) · 1.1 KB
/
joinus.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
<!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" href="https://use.typekit.net/lic2jnk.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="styles.css">
<script src="typewriter.js"></script>
<title>$$$</title>
</head>
<body class="site">
<main class="main">
<header class="site__header">
<p><a href="index.html" class="linky">⬅️back to the big stuff⬅️</p></a>
</header>
<div class="container">
<div class="big">
<img style="width: 70%;" src="assets/receipt.png" class="receipt">
<h2 class="issue">this is a working project and the result of 50+ western students/alum working to keep our campus accessible and loving. <br><a href="mailto:[email protected]">email [email protected] to get involved</a></h2>
</div>
</div>
</div>
</main>
</body>
</html>