-
Notifications
You must be signed in to change notification settings - Fork 1
/
shopsAddResources.html
98 lines (80 loc) · 2.76 KB
/
shopsAddResources.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE HTML>
<!--
AHG Shops Website
-->
<html>
<head>
<title>AHG Shops - Additional Resources</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>AHG Shops</strong></a>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Additional Resources</h1>
</header>
<p>If you have any additional questions about the shops in AHG, send an email to Zarko Vukovich
(zarko.vukovich@austin.utexas.edu),
the building manager of Anna Hiss Gymnasium.</p>
<p>This website it hosted on github pages at https://github.com/ut-texas-robotics/shops</p>
<hr class="major" /> <!-- Visual Section end line -->
<p>Website created by Keith Fritz (keith.fritz@utexas.edu). For any questions about content, feel
free to reach out via email or slack!</p>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li>
<span class="opener">DigiFab Shop (AHG 1.106)</span>
<ul>
<li><a href="DigiFab/prusa.html">Prusa Printers</a></li>
<li><a href="DigiFab/raise3d.html">Raise3D Printers</a></li>
<li><a href="DigiFab/formlabs.html">FormLabs SLA Printers</a></li>
<li><a href="DigiFab/epilog.html">Epilog Fusion Pro Laser Cutter</a></li>
<li><a href="DigiFab/marktwo.html">Markforged MarkTwo Carbon Fiber Printer</a></li>
<li><a href="DigiFab/additionalResources.html">Additional Resources</a></li>
</ul>
</li>
<li><a href="electronicsShop.html">Electronics Shop (AHG 1.218)</a></li>
<li><a href="machineShop.html">Machine Shop (AHG 1.214)</a></li>
<li><a href="woodShop.html">Wood Shop (AHG 1.102)</a></li>
<li><a href="shopsAddResources.html">Additional Resources</a></li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyright"> AHG Shops website was built using template from: <a
href="https://html5up.net">HTML5 UP</a></p>
</footer>
</div>
</div>
<!-- Sidebar End -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>