-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
63 lines (52 loc) · 3.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>guild.is</title>
<link rel="stylesheet" href="assets/tachyons.min.css">
<link rel="stylesheet" href="assets/style.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="bg-black">
<div class="flex justify-center items-center bg-black vh-100 w-100 white pa3">
<a class="logo-container" href="/cv.html">
<img class="logo" src="assets/logo_floral.svg" />
</a>
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<div class="newsletter items-center-l fixed bottom-0 left-1 pa3 fw6 f6 f5-ns">
<form action="https://guild.us19.list-manage.com/subscribe/post?u=f45ba9e34ce6e62d094fbcd59&id=034332b2de" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="flex flex-column flex-row-ns mc-field-group">
<label class="mr1" for="mce-EMAIL">Newsletter </label>
<div class="flex">
<div class="absolute blink" id="cursor">_</div>
<input class="absolute bg-transparent bn gray fw6 f6 f5-ns pa0 required email" type="email" placeholder=" " value="" name="EMAIL" id="mce-EMAIL">
<div class="flex relative">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f45ba9e34ce6e62d094fbcd59_034332b2de" tabindex="-1" value=""></div>
<div class="flex absolute no-underline dark-gray clear">
<input class="flex absolute pa0 gray bn bg-transparent fw6" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
</div>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
<div class="newsletter-mobile flex flex-column flex-row-ns items-center-r fixed bottom-0 left-1 pa3 fw6 f6 f5-ns"><a class="no-underline white" href="https://mailchi.mp/44f9481e2c7b/guild">Newsletter</a></div>
<div class="flex flex-column flex-row-ns items-center-l fixed bottom-0 right-1 pa3 fw6 f6 f5-ns">
<a class="no-underline white" id="twitter" href="https://twitter.com/guild_is">
@guild_is
</a>
</div>
</div>
<script src="assets/guild.js"></script>
</body>
</html>