-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (139 loc) · 5.68 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
132
133
134
135
136
137
138
139
140
<!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="shortcut icon" href="./assets/images/Discord Favicon.png" type="image/x-icon">
<title>Discord | Your Place to Talk and Hangout</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./assets/fontawesome-free-6.1.1-web/css/all.css">
</head>
<body>
<div class="hero-bg">
<header>
<div class="nav-logo"><img src="./assets/images/logo.svg" alt="#"></div>
<div class="nav-address">
<li><a href="#">Download</a></li>
<li><a href="#">Nitro</a></li>
<li><a href="#">Safety</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Careers</a></li>
</div>
<div class="login-btn"><a href="#">Login</a></div>
</header>
<main>
<h1>IMAGINE A PLACE...</h1>
<p>...where you can belong to a school club, a gaming group, or a worldwide art community. <br>
Where just you and a handful of friends can spend time together.
A place that makes it easy <br> to talk every day and hang out more often.</p>
<div class="main-btn">
<a href="#"><i class="fa-solid fa-arrow-down-long"></i>Download for Windows</a>
<a href="#">Open Discord in your browser</a>
</div>
</main>
</div>
<div class="section-one">
<img src="./assets/images/section-1.svg" alt="">
<div class="sub-section">
<h2>Create an <br> invite-only <br> place where
you <br> belong</h2>
<p>Discord servers are organized into topic-<br>based channels where you can collaborate,
<br>share, and just talk about your day without
<br>clogging up a group chat.</p>
</div>
</div>
<div class="section-two">
<div class="sub-section">
<h2>Where hanging<br>out is easy</h2>
<p>Grab a seat in a voice channel when you’re<br>free.
Friends in your server can see you’re
<br> around and instantly pop in to talk without
<br> having to call.
</p>
</div>
<img src="./assets/images/section-2.svg" alt="">
</div>
<div class="section-three">
<img src="./assets/images/section-3.svg" alt="">
<div class="sub-section">
<h2>From few to a <br> fandom</h2>
<p>Get any community running with moderation
<br>tools and custom member access. Give
<br> members special powers, set up private <br> channels, and more.
</p>
</div>
</div>
<div class="section-four">
<h2>RELIABLE TECH FOR STAYING CLOSE</h2>
<p>Low-latency voice and video feels like you’re in the same room.
Wave hello over video, watch friends stream their
<br> games, or gather up and have a drawing session with screen share.</p>
<img src="./assets/images/section-4.svg" alt="">
<div class="section-footer">
<img src="./assets/images/sparkles.svg" alt="">
<h3>Ready to start your journey?</h3>
<a href="#"><i class="fa-solid fa-arrow-down-long"></i>Download for Windows</a>
</div>
</div>
<footer>
<div class="part-one">
<div class="box">
<div class="box-1">
<h1>IMAGINE A <br> PLACE</h1>
<div class="england">
<img src="./assets/images/flag.png" alt="">
<p>English, USA</p>
<i class="fa-solid fa-angle-down"></i>
</div>
<div class="footer-icons">
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook-square"></i>
<i class="fa-brands fa-youtube"></i>
</div>
</div>
</div>
<div class="box box-2">
<p>Product</p>
<a href="#">Download</a>
<a href="#">Nitro</a>
<a href="#">Status</a>
</div>
<div class="box box-3">
<p>Company</p>
<a href="#">About</a>
<a href="#">Jobs</a>
<a href="#">Branding</a>
<a href="#">Newsroom</a>
</div>
<div class="box box-4">
<p>Resources</p>
<a href="#">College</a>
<a href="#">Support</a>
<a href="#">Safety</a>
<a href="#">Blog</a>
<a href="#">Feedback</a>
<a href="#">Developers</a>
<a href="#">Streamkit</a>
</div>
<div class="box box-5">
<p>Policies</p>
<a href="#">Terms</a>
<a href="#">Policies</a>
<a href="#">Cookie Settings</a>
<a href="#">Guidelines</a>
<a href="#">Acknowledgements</a>
<a href="#">Licenses</a>
<a href="#">Moderation</a>
</div>
</div>
<hr>
<div class="part-two">
<img src="./assets/images/logo.svg" alt="">
<a href="#">Sign up</a>
</div>
</footer>
</body>
</html>