-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (50 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<title>General Trademark</title>
<link href='https://fonts.googleapis.com/css?family=Work+Sans:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="heading">
<div id = "title">
<a href="index.html">general trademark</a>
</div>
<div id = "info">
<a href="#infoModal">info</a>
</div>
<div id="infoModal">
<div id="close">
<a href="#close" title="Close" class="close">close</a>
</div>
<div id="infocontent">
General Trademark is the collective studio practice between <a href="http://www.callil.com">Callil Capuozzo</a>, <a href="http://www.kebeili.com">Kebei Li</a>, <a href="http://www.gav.space">Gavin Atkinson</a> & <a href="http://phil-cao.com/.">Phil Cao</a>
<br>
<br>
Inquiries: <a href="mailto:info@generaltrademark.com?Subject=Hello!" target="_top">info@generaltrademark.com</a>
<br>
<br>
Instagram: <a href="http://instagram.com/imbeddedforms">@generaltrademark</a>
</div>
</div>
</div>
<div id="container">
<div id="big">
<a href="http://www.kebeili.com/"><img src="package4-copy.jpg"></a>
</div>
<div id="first">
<a href="http://www.kebeili.com/"><img src="rock.jpg"></a>
</div>
<div id="second">
<a href="https://www.instagram.com/imbeddedforms/"><img src="book.jpg"></a>
</div>
<!--
<div id="third">
<img src="rock.jpg">
</div>
<div id="fourth">
<img src="book.jpg">
-->
<!-- :^> -->
</body>
</html>