-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
53 lines (50 loc) · 1.79 KB
/
resources.html
File metadata and controls
53 lines (50 loc) · 1.79 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<div>
<ul class="outer">
<li class = "navibar">
<ul class="inner">
<li><a href="index.html">Mission</a></li>
<li><a class="active" href="#home">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li class="logolist"> <img src="logo.jpg" class="symbol"></li>
</ul>
<div class="container">
<font class = "title">
Here is a list of links to resources we use in the club
</font>
</div>
<div class="container">
<font class="qrtitle">
Slides Used in the Club
</font>
<font class="qrtitle">
Useful Functions
</font>
</div>
<div class="container">
<a href="https://drive.google.com/drive/folders/1VCg14lNMNZAjOQX1PANl4hpr6arevfL6?usp=sharing"target="_blank" rel="noopener noreferrer"class = "link"><img src="powerpointqr.png" class="qr"></a>
<a href="https://docs.google.com/document/d/1QISUcBrl5XROGBl6Rc7R7eI4B2HSTpwhRagbtFpbVCo/edit" target="_blank" rel="noopener noreferrer"class = "link"><img src="functionsqr.png" class="qr"></a>
</div>
<div class="container">
<font class="qrtitle">
Adafruit Manual
</font>
<font class="qrtitle">
Arduino IDE Download
</font>
</div>
<div class="container">
<a href="https://learn.adafruit.com/adafruit-circuit-playground-express/set-up-arduino-ide"target="_blank" rel="noopener noreferrer"class = "link"><img src="adafruitqr.png" class="qr"></a>
<a href="https://www.arduino.cc/en/donate/" target="_blank" rel="noopener noreferrer"class = "link"><img src="arduinoqr.png" class="qr"></a>
</div>
</div>
</html>