-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshape.html
More file actions
55 lines (40 loc) · 1.25 KB
/
shape.html
File metadata and controls
55 lines (40 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en" spellcheck="false">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>shape</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/project.css" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;600&display=swap" rel="stylesheet">
</head>
<body>
<div id="tagline">
<p>
<br>> <b><a href="#">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/shape/rover.png'/>
<p class="description">Something something something</p>
<img src='content/shape/RLS.PNG'/>
<img src='content/shape/Qq.PNG'/>
<img src='content/shape/figures.PNG'/>
<img src='content/shape/lineup.PNG'/>
<!-- <div id="bottomline"> </div> -->
</div>
</body>
</html>