-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (42 loc) · 2.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Does.Design</title>
<meta name="description" content="An inclusive community for designers of all backgrounds and skill levels from around the globe">
<link rel="icon" type="image/png" sizes="96x96" href="https://does.design/assets/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://does.design/assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://does.design/assets/img/favicon-16x16.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://does.design/">
<meta property="og:title" content="Does.Design — UX/UI community on Discord">
<meta property="og:description" content="An inclusive community for designers of all backgrounds and skill levels from around the globe">
<meta property="og:image" content="https://does.design/assets/img/social-cover.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://does.design/">
<meta property="twitter:title" content="Does.Design — UX/UI community on Discord">
<meta property="twitter:description" content="An inclusive community for designers of all backgrounds and skill levels from around the globe">
<meta property="twitter:image" content="https://does.design/assets/img/social-cover.png">
<link rel="stylesheet" href="https://does.design/assets/css/style.css?v=1.1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script async defer data-domain="does.design" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<div class="container">
<img src="https://does.design/assets/img/dd-logo.svg" alt="Does.Design logo" class="logo" />
<h1 class="title">Does.Design</h1>
<h2 class="headline">An <strong class="text-highlight">inclusive</strong> community for designers of all backgrounds and skill levels from around the globe</h2>
<hr />
<ul class="coms-list">
<li>Connect with other designers</li>
<li>Share knowledge & ask questions</li>
<li>Share & discover useful resources</li>
<li>Receive design feedback</li>
<li>Showcase your latest work & projects</li>
</ul>
<a class="btn btn--primary btn--discord" href="https://discord.gg/BWtS4s6wuM">Join us on Discord</a>
</div>
</body>
</html>