-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
78 lines (70 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="index.css" rel="stylesheet">
</head>
<body style = "font-family: poppins;">
<nav>
<div class="nav-left">
<!-- <span class="nav-icon">:</span> -->
<span class="nav-text">we <span class="heart-icon">♥</span></span>
</div>
<div class="nav-center">
<a href="#" class="nav-link bold">Share Your Work</a>
<a href="#" class="nav-link">Resources <span class="resource-icon">34</span></a>
<a href="#" class="nav-link">About Us</a>
<a href="#" class="nav-link">FAQ</a>
<a href="#" class="nav-link new-icon">New</a>
</div>
<div class="nav-right">
<button class="submit-btn"><span class="plus-icon">+</span> Submit</button>
</div>
</nav>
<!-- <div style = "align-items: flex-end;">
<h2> 1.6 million creators</h2>
<h2> we are the fastest growing community on IG </h2>
</div> -->
<div class="stats">
<div class="stats-text">
<span class="stats-number">1.6 million creators</span>
<br>
<span class="stats-number">We are the fastest growing community on IG</span>
</div>
</div>
<div>
<img src="png_20230401_171342_0000.png" alt="iPhone" class="stats-image" style = "margin-left: 800px; size : 200px">
</div>
</body>
<footer style = "margin-top: 150px;">
<div class="footer-container">
<div class="footer-item">
<span class="footer-text">welovewebdesign</span>
<svg class="footer-number" viewBox="0 0 100 100">
<text x="50" y="50" text-anchor="middle" dominant-baseline="central">500K</text>
</svg>
</div>
<div class="footer-item">
<span class="footer-text">welovebranding</span>
<svg class="footer-number" viewBox="0 0 100 100">
<text x="50" y="50" text-anchor="middle" dominant-baseline="central">500K</text>
</svg>
</div>
<div class="footer-item">
<span class="footer-text">weloveillustrations</span>
<svg class="footer-number" viewBox="0 0 100 100">
<text x="50" y="50" text-anchor="middle" dominant-baseline="central">500K</text>
</svg>
</div>
<div class="footer-item">
<span class="footer-text">weloveanimations</span>
<svg class="footer-number" viewBox="0 0 100 100">
<text x="50" y="50" text-anchor="middle" dominant-baseline="central">500K</text>
</svg>
</div>
</div>
</footer>
</html>