-
Notifications
You must be signed in to change notification settings - Fork 3
/
index3.html
73 lines (70 loc) · 2.9 KB
/
index3.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
71
72
73
<!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">
<link href='' rel='stylesheet' type='text/css'>
</head>
<body>
<ul id="hexGrid">
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="TetraGeniusCell.html">
<img src="images/cell1.png" alt="" />
<h1 style="font-size:30px;">PLAY</h1>
<p>Click to start your design!</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="video.html">
<img src="images/fold.png" alt="" />
<h1 style="font-size:32px;">Assembly Video</h1>
<p style="font-size:20px;">TetraPlikes folding method.</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="template.html">
<img src="images/template.jpg" alt="" />
<h1 style="font-size:32px;">FREE download</h1>
<p style="font-size:20px;">TetraPlikes cutting template.</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="template2.html">
<img src="images/LavaOrangeFrame.png" alt="" />
<h1 style="font-size:32px;">FREE download</h1>
<p style="font-size:20px;">TetraMagnet cutting template.</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;">JOIN TetraGenius!</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>