-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (58 loc) · 2.61 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
<!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>
<div style="float:left; width:90%; position:relative; z-index:10;"
border-style="solid"; border-width="thick;" border-color="#CCCCCC;"
border-radius="15px;">
<center>
<img itemprop="image" style="width: 100%;" src="images/90plusIEI.png" alt="Inquire, envision, inspire.">
<h1 style="font-size:14px;color:white;">We LISTEN to your problems.<br> We COLLABORATE with your users.<br> We INTEGRATE the solution with you.<br><br>
We love solving mechanical & industrial engineering problems. <br></h1><br>
</center>
</div>
<ul id="hexGrid">
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="https://docs.google.com/forms/d/e/1FAIpQLSf5ARCNVoldeVicgna7O8qnznRcDIRPQRmX01aVADMYVPQ9HQ/viewform?embedded=true">
<img src="images/90+works22.png" alt="" />
<h1 style="font-size:30px;">CONTACT 90+</h1>
<p style="font-size:20px;">Contact 90 Plus Works for industrial or mechanical works and process improvements</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="about.html">
<img src="images/about.png" alt="" />
<h1 style="font-size:30px;">ABOUT 90+</h1>
<p style="font-size:20px;">Who and what are 90Plus Works? We do process redesign, mechanical design and IT projects.</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="projects.html">
<img src="images/projects.png" alt="" />
<h1 style="font-size:30px;">PROJECTS of 90+</h1>
<p style="font-size:20px;">View some of our previous projects</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="https://docs.google.com/forms/d/e/1FAIpQLSf5ARCNVoldeVicgna7O8qnznRcDIRPQRmX01aVADMYVPQ9HQ/viewform?embedded=true">>
<img src="images/quote.png" alt="" />
<h1 style="font-size:32px;">QUOTE from 90+</h1>
<p style="font-size:20px;">Request consulting work or projects in the fields industrial&mechanical engineering or programming</p>
</a>
</div>
</li>
</ul><br><br>
</body>
</html>