-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmart.html
More file actions
52 lines (45 loc) · 1.28 KB
/
smart.html
File metadata and controls
52 lines (45 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en" spellcheck="false">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>smart</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/project.css" />
<link rel="stylesheet" href="css/main700.css" />
<link rel="stylesheet" href="css/project700.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;600&display=swap"
/>
</head>
<body>
<div id="tagline">
<p>
<br />> <b><a href="https://hallotype.github.io/">HalloType</a></b> =
Thom Janssen = font maker, type engineer, programmer, creative coder
<a href="./type/fonts.html"
><span class="typelink"> > typefaces </span></a
>
</p>
</div>
<!-- <div id="gohere">
↑↑↑
<br/>
go here!
</div>
<div id="construction">
<br/>
← still<br/>
← under<br/>
↙︎ construction<br/>
↙︎
</div> -->
<div id="main">
<img src='content/smartType/cover.png'/>
<p class="description">Something something something</p>
<!-- <div id="bottomline"> </div> -->
</div>
</body>
</html>