-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,800;1,600;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/solid.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/brands.min.css">
</head>
<body>
<div id="container">
<div>
<img src="images/sisi folasgayo purple-02.jpg" alt="site-logo">
</div>
<h1>Coming Soon</h1>
<p>My new website is on its way. Sign up to know when it's ready</p>
<div id="input-box">
<div>
<input type="email" placeholder="Enter your email" name="email">
</div>
<a href="#">Notify Me</a>
</div>
<p id="anchor-text">Meanwhile you can listen to my podcast on:</p>
<a href="https://anchor.fm/sisifolashayo" id="anchor-link"><i class="fas fa-rss"></i>Anchor</a>
<div id="connect-box">
<p>Connect with me</p>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/talk_with_sisi_folashayo/"><i class="fab fa-instagram-square"></i></a>
<a href="https://www.twitter.com/folasheeayomi"><i class="fab fa-twitter-square"></i></a>
</div>
</div>
</body>
</html>