-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.17 KB
/
index.html
File metadata and controls
57 lines (51 loc) · 2.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Straat Sans</title>
<!-- SEO -->
<meta name="description"
content="Straat Sans — a variable humanist sans-serif typeface designed by Anton Popov.">
<meta name="keywords"
content="Straat Sans, variable font, typography, sans-serif, typeface, humanist">
<meta name="author" content="Anton Popov">
<!-- Social sharing / Open Graph -->
<meta property="og:title" content="Straat Sans">
<meta property="og:description" content="Straat Sans is a variable humanist sans-serif typeface. Follow for updates.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://straatsans.com">
<meta property="og:image" content="https://straatsans.com/preview.jpg">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Straat Sans">
<meta name="twitter:description" content="Straat Sans is a variable humanist sans-serif typeface. Follow for updates.">
<meta name="twitter:image" content="https://straatsans.com/preview.jpg">
<!-- Theme color (for mobile browsers) -->
<meta name="theme-color" content="#252525">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<div id="main-wrapper">
<div id="main-text">Straat Sans</div>
</div>
<footer id="footer">
<div class="footer-left" id="debug-panel">
Weight: 0<br>
Slant: 0
</div>
<div class="footer-center">
Straat Sans is coming soon!<br>
Follow <a href="https://instagram.com/_anton_popov" target="_blank">@_anton_popov</a> for updates.
</div>
<div class="footer-right">
Designed during the <br>
Type Design Workshop PRO
</div>
</footer>
<script src="scripts/script.js"></script>
<script src="scripts/color-theme.js"></script>
</body>
</html>