-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (111 loc) · 5.19 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Cypsèle Paris</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- TailwindCSS -->
<script src="https://cdn.tailwindcss.com"></script>
<meta name="author" content="Cypsèle Paris">
<meta name="description" content="">
<meta name="keywords" content="">
<meta property="og:title" content="Cypsèle Paris">
<meta property="og:type" content="">
<meta property="og:url" content="https://cypsele.fr/">
<meta property="og:image" content="images/favicon.svg">
<link rel="mask-icon" href="images/favicon.svg" color="#EAE2DB">
<link rel="icon" href="images/favicon.svg">
<meta name="theme-color" content="#EAE2DB">
<meta name="robots" content="noodp">
<link rel="canonical" href="https://cypsele.fr/">
<meta itemprop="name" content="Cypsèle Paris">
<meta itemprop="description" content="Cypsèle Paris">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="images/favicon.svg">
<meta name="twitter:title" content="Cypsèle Paris">
<meta name="twitter:description" content="by Cypsèle">
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
<style>
body {
display: grid;
place-items: center;
height: 100vh;
}
@font-face {
font-family: "Metropolis";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("fonts/metropolis/Metropolis-Regular.otf") format("opentype");
}
@font-face {
font-family: "Talea";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("fonts/talea/Talea.otf") format("opentype");
}
body {
line-height: 1.5;
font-family: "Metropolis", sans-serif;
background: url(images/background.svg) no-repeat 85%, #eae2db;
color: #343130;
}
h1,
h2 {
font-family: "Talea";
}
#mc_embed_signup {
font-family: "Metropolis";
& input[type="submit"] {
width: 100%;
}
& .mc-field-group {
width: 100%;
}
}
</style>
</head>
<body>
<main class="text-center max-w-xl px-2 py-12">
<img src="images/logo.svg" alt="Cypsèle Logo" class="w-64 mb-20 mx-auto">
<img src="images/hr.svg" alt="" class="w-32 mb-8 mx-auto">
<h1 class="text-5xl tracking-widest mb-0">ÉTÉ '25</h1>
<img src="images/hr.svg" alt="" class="w-32 mt-5 mx-auto">
<div class="mt-8" id="mc_embed_shell">
<div id="mc_embed_signup">
<form
action="https://cypsele.us20.list-manage.com/subscribe/post?u=7e646ddf342ca30c0308a1d48&id=a0ff9105b5&f_id=00caa9eef0"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank">
<div id="mc_embed_signup_scroll" class="text-center">
<div class="indicates-required hidden">
<span class="asterisk">*</span> indicates required
</div>
<div class="mc-field-group text-start text-sm">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label>
<input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value="">
</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>
<input type="text" name="b_7e646ddf342ca30c0308a1d48_a0ff9105b5" tabindex="-1" value="" hidden>
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe for updates">
</div>
</form>
</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'; }(jQuery)); var $mcj = jQuery.noConflict(true);
</script>
</div>
<img src="images/hr.svg" alt="" class="w-32 mt-8 mx-auto">
<div class="mt-8 text-xl">
<a href="mailto:[email protected]" class="underline hover:no-underline">[email protected]</a>
<p class="mt-4">52 Rue Saint-Louis en l’île<br>75004 Paris</p>
</div>
</main>
</body>
</html>