-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
48 lines (43 loc) · 1.51 KB
/
contact.html
File metadata and controls
48 lines (43 loc) · 1.51 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
<!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 href="resources.html">Resources</a></li>
<li><a class="active" href="#home">Contact</a></li>
</ul>
</li>
<li class="logolist"> <img src="logo.jpg" class="symbol"></li>
</ul>
<div class="containercontact">
<font class="contact">
The club will meet weekly on Thursday at lunch in room 43J. <br><br>
Anyone is welcome to come to any meeting and join at any time!<br><br>
Jai Garg (President) personal email: jsgarg314@gmail.com<br>
Jai Garg (President) school email: 116793@learn.conejousd.net<br><br> Teacher advisor (Ms.Ryder)
email: LRyder@conejousd.org<br>
</font>
<img src="arduino.png" class="arduino">
</div>
<div class="container">
<font class="qrtitle">
Join Our Discord Server
</font>
<font class="qrtitle">
Join Our Remind
</font>
</div>
<div class="container">
<a href="https://discord.gg/5pFpEQG3Es" target="_blank" rel="noopener noreferrer"class = "link"><img src="discordqr.png" class="qr"></a>
<a href="https://www.remind.com/join/7323kge?utm_medium=i" target="_blank" rel="noopener noreferrer" class = "link"><img src="remindqr.png" class="qr"></a>
</div>
</div>
</html>