-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<title>Meeet Template Starter Files || CODEWELL.CC || lotso' coffee</title>
</head>
<body>
<main class="main">
<header><nav><a href="#"><img class="logo" src="Assets/Logo.svg" alt=" Logo Company"></a></nav></header>
<div>
<img src="Assets/User Avatar 3.svg" alt="Bryathan" class="img img-3">
<img src="Assets/User Avatar 2.svg" alt="Nicole" class="img img-2">
<img src="Assets/User Avatar 5.svg" alt="Roberto" class="img img-5">
<img src="Assets/User Avatar 1.svg" alt="Chloe" class="img img-1">
<img src="Assets/User Avatar 4.svg" alt="John" class="img img-4">
</div>
<h1>Meet New Entrepre<span class="n">n</span>eurs</h1>
<p>Meeet is a new social media platform for Entrepreneurs to connect and socialize.</p>
<button>Get notified at launch</button>
<img src="Assets/User Avatar 6.svg" alt="Luis" class="img img-6">
<div class="footer">
<img src="Assets/Twitter.svg" alt="Twitter Logo">
<a href="#">Follow us in twitter</a>
</div>
</main>
<footer><div class="footer">Coded by <a href="https://www.github.com/laCaelihermosa" target="_blank">lotso' coffe</a></div></footer>
</body>
</html>