-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathjessica.html
33 lines (32 loc) · 1.24 KB
/
jessica.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
<!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">
<title>Happy - Hacking</title>
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch|Lobster|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style/jessica.css">
</head>
<body>
<section>
<main>
<h1>Hacktobert Fest 2018</h1>
<p>Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in partnership with GitHub and Twilio.</p>
<ul>
<li>Hacktoberfest is open to everyone in our global community!</li>
<li>Five quality pull requests must be submitted to public GitHub repositories.</li>
<li>You can sign up anytime between October 1 and October 31.</li>
</ul>
</main>
<footer>
<p>Jessica Manturano</p>
<div>
<i class="fab fa-github"></i>
<i class="fab fa-linkedin"></i>
</div>
</footer>
</section>
</body>
</html>