-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (80 loc) · 2.4 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
<!DOCTYPE html>
<html>
<head>
<title>NPNL Makerspace</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<style>
h2 {text-align: center;}
a:link, a:visited {
color: (internal value);
text-decoration: none;
cursor: pointer;
}
</style>
</head>
<body style="background-color:rgb(27, 27, 27);">
<table style="width:100%">
<tr>
<th>
<img src="images/makerspaceFlyer2023.png" alt="Makerspace flyer" width=100% style="float:center">
</th>
</tr>
<tr>
<td style="text-align:center;font-size:25px">
<a href="tabs/equipment.html" style="color:cornflowerblue" target="_self">
<u>List of available equipment
</a>
</td>
</tr>
<tr>
<td style="text-align:center;font-size:25px">
<a href="tabs/tutorials.html" style="color:cornflowerblue" target="_self">
<u>Tutorials and Resources
</a>
</td>
</tr>
</table>
<table style="width:100%">
<tr>
<th>
<a href="https://forms.gle/Y4qrxATKqEfpwNn49" target="_blank">
<img src="images/mailLogo_white.png" alt="Envelope logo" width="50" style="float:center">
</a>
</th>
<th>
<a href="https://join.slack.com/t/uschealthtech-qkd1500/shared_invite/zt-23ozlklrl-8JLYvTwvSU7LCsUW1_OYwQ" target="_blank">
<img src="images/SlackLogo.png" alt="Slack logo" width="80" style="float:center">
</a>
</th>
</tr>
<tr>
<td style="text-align:center;font-size:25px">
<button type="button" style="text-align:center">
<a href="https://forms.gle/Y4qrxATKqEfpwNn49" style="color:midnightblue;font-size:15px" target="_blank">
Sign up to our email list!
</a>
</button>
</td>
<td style="text-align:center;font-size:25px">
<button type="button" style="text-align:center">
<a href="https://join.slack.com/t/uschealthtech-qkd1500/shared_invite/zt-23ozlklrl-8JLYvTwvSU7LCsUW1_OYwQ" style="color:midnightblue;font-size:15px" target="_blank">
Join our Slack!
</a>
</button>
</td>
</tr>
</table>
<br>
<table style="width:100%">
<tr>
<td style="text-align:center;font-size:25px">
<button type="button" style="text-align:center">
<a href="https://chan.usc.edu/npnl" style="color:black;font-size:15px" target="_self">
Back to NPNL
</a>
</button>
</td>
</tr>
</table>
</body>
</html>