-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (32 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> -->
<link rel="stylesheet" href="style.css" />
<link rel="script" href="app.js" />
<script src="./app.js" async></script>
<title>Unconquered Ironworks</title>
</head>
<body class="background">
<div class="container">
<div class="card" id="card">
<!-- Used iPhone 11 as base reference for card image size. -->
<img width="828" height="478" src="./img/card-iphone11.png" alt="card" id="uiwCard" />
<!-- <a href="customFab.htm" id="customFab" title="Custom Fabrication" style="position: absolute; left: 1.0%; top: 3.5%; width: 45%; height: 8%; z-index: 2;"></a>
<a href="miscSteel.htm" id="miscSteel" title="Miscellaneous Steel" style="position: absolute; left: 1.0%; top: 15%; width: 25%; height: 6%; z-index: 2;"></a>
<a href="welding.htm" id="welding" title="Welding" style="position: absolute; left: 1.0%; top: 25%; width: 20%; height: 6%; z-index: 2;"></a> -->
<!-- The above tagging allowed indivual selection of each category, but was very unwieldy on mobile and in the end the client felt wasn't worth differentiating -->
<a href="details.htm" id="details" title="Details" style="position: absolute; left: 1.0%; top: 3.5%; width: 45%; height: 30%; z-index: 2;"></a>
<a href="tel:201-681-6541" id="phone" title="Phone" style="position: absolute; left: 4.0%; top: 80%; width: 35%; height: 18%; z-index: 2;"></a>
<a href="mailto:[email protected]" id="email" title="Email" style="position: absolute; left: 50%; top: 85%; width: 48%; height: 12%; z-index: 2;"></a>
<a href="#" title="Home" id="home" style="position: absolute; left: 60%; top: 15%; width: 35%; height: 40%; z-index: 2;"></a>
</div>
</div>
<div name="frame" class="frame" id="frameBox">
<embed width="100%" height="100%" src="" id="frameContent"/>
</div>
</body>
</html>