-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·57 lines (51 loc) · 2.27 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/hexGrid/hexagons.css">
</head>
<body>
<ul id="hexGrid">
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="index3.html">
<img src="images/2019LogoTsI.png" alt="" />
<h1 style="font-size:30px;">EXPLORE</h1>
<p style="font-size:20px;">Create with TetraGenius!</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="TetraGeniusCell.html">
<img src="images/info2.png" alt="" />
<h1 style="font-size:30px;">PLAY</h1>
<p style="font-size:20px;">Left-click to build 3D Models, right-click to delete!</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="Payment.html">
<img src="images/buyMe.png" alt="" />
<h1 style="font-size:32px;">3D print or Buy</h1>
<p style="font-size:20px;">Find manufacturers of Tetra Genius building blocks</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="Join.html">
<img src="images/2019LogoP.png" alt="" />
<h1 style="font-size:30px;">EARN $ £ €</h1>
<p style="font-size:20px;">Join as Manufacturer, 3D Printing Service, Designer to start earning</p>
</a>
</div>
</li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="images/CCNC.png" /></a><br /><font color="lightgray">This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><font color="lightblue">Creative Commons Attribution-NonCommercial 4.0 International License</a><br>
<a rel="contract" href="TetraGeniusContract.pdf"><font color="lightblue">Our standard contract is meant to let you keep your IP as far as possible; if we use it we pay royalties as per agreement.</a>
</body>
</html>