-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththanks.html
25 lines (24 loc) · 868 Bytes
/
thanks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Thank You</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/bulma.css" media="screen" title="no title">
<link rel="icon" type="image/png" href="./img/favicon-32x32.png" sizes="32x32" />
</head>
<body>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="landing title" style="margin-bottom: 4vh;">
Thanks for reaching out.
</h1>
<h2 class="landing subtitle">
We'll get back to you asap. In the meantime, checkout <a href="/articles">the blog</a>.
</h2>
</div>
</div>
</section>
</body>
</html>