-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
155 lines (131 loc) · 5.3 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<!-- added cache control -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- end cache control -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PennApps Hardware</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="">
<link rel='icon' type='image/png' href='http://2017w.pennapps.com/favicon.png'>
<link rel="canonical" href="http://pennapps.mentoring.com/mentoring/">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- PennApps Unified -->
<link rel="stylesheet" href="http://pennapps.github.io/pennapps-unified-styles/css/pennapps-styles.min.css" >
<script src="http://pennapps.github.io/pennapps-unified-styles/js/pennapps-scripts.min.js"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="main.css">
</head>
<body>
<nav id="navbar" class="pennapps-nav fixed">
<div class="container">
<div class="nav-header">
<a href="#" class="nav-expand">
<span class="expand-bar"></span>
<span class="expand-bar"></span>
<span class="expand-bar"></span>
</a>
<a href="">
<h1 class="nav-brand">PennApps <span style="font-family: HalisR-Light">Hardware</span></h1>
</a>
</div>
<div class="nav-collapse">
<ul class="nav-links">
<li><a id="nav-slider" class="nav-slider"></a></li>
<li><a href="#parts-list"><div class="bubble"></div>Parts List</a></li>
<li><a href="#lab-hours"><div class="bubble"></div>Lab Hours</a></li>
<li><a href="#parts-checkout"><div class="bubble"></div>Parts Checkout</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1 id="parts-list">Parts List</h1>
<div class="row">
<div class="col-lg-12">
<div class="center-block">
<!-- <h2>Live Parts List will be posted Friday</h2> -->
<iframe src="https://docs.google.com/spreadsheets/d/1Eo2hML67FSICEJJhxQM3QGFjrsS884hkmnsihgXH2DY/pubhtml?gid=1874776490&single=true&widget=true&headers=false" width="478" height="1000"></iframe>
</div>
</div>
</div>
<h1 id="lab-hours">Lab Hours</h1>
<h2>Hardware Checkout</h2>
<h3>Friday 8pm - Saturday midnight</h3>
<p>All parts are first come first serve</p>
<h2>3D Printing </h2>
<h3>Friday 8pm-12am, Saturday 12pm-10pm</h3>
<p>10 Makerbots with PLA available</p>
<h4>Printing Instructions</h4>
<ol>
<li>Make a .STL on a cad program</li>
<li>Import .STL into Makerware</li>
<li>Minimize Print Time, Support, etc</li>
<li>Maximum print time is 2 hours</li>
<li>Find 3d Staff Member</li>
<li>Load .X3G on SD card and give to 3d Staff to print</li>
<li>Pick up Print from 3d Staff</li>
</ol>
<h2>Laser Cutting </h2>
<h3>Friday 8pm-12am, Satuday 12pm-10pm</h3>
<p>We have 4 laser cutters available to use</p>
<h4>Cutting Instructions</h4>
<ol>
<li>Export 2d dwg from CAD program</li>
<li>Open .dwg on Solidworks 2D editor</li>
<li>Ask lab assistant for help</li>
</ol>
<h2>Soldering</h2>
<h3>Hardware Lab, Saturday 8am - Sunday 10am</h3>
<h1 id="parts-checkout">Parts Checkout</h1>
<h2>Hardware Parts Checkout will be located in Moore 100</h2>
<p>Hardware Starter Kits will be passed out when you check in for the first time!</p>
<p>Please do not forget to sign in before you checkout hardware</p>
<h3>No Drones</h3>
<h3>No Soldering Outside the Soldering Lab</h3>
</div>
<footer>
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="footer-col">
<img height="50px" src="http://pennapps.github.io/pennapps-unified-styles/img/logo_white.svg" />
<p>
© 2017w PennApps <br />
<a href="mailto:contact@pennapps.com">contact@pennapps.com</a>
</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="footer-col">
<p>
<a href="https://www.facebook.com/pennapps">Facebook</a> <br/>
<a href="https://twitter.com/pennapps">Twitter</a>
</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="footer-col">
<p>Organized with support from:</p>
<a href="http://www.seas.upenn.edu">
<img height="50px" style="margin-top: 10px;" src="http://pennapps.github.io/pennapps-unified-styles/img/penn_engineering_logo_white.png" />
</a>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
nav.initializeNav($('#navbar'), 0);
nav.registerCollapse($('#navbar'), function () {
return $(window).width() <= 768
});
nav.initializeCollapse();
</script>
</body>
</html>