-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1.48 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
<!DOCTYPE HTML>
<HTML>
<title>GMUIIT</title>
<link rel="stylesheet" href="https://gmuiit.github.io/index.css"/>
<body class="generic">
<div class="navbar">
<a href="https://gmuiit.github.io/">HOME</button>
<a href = "https://gmuiit.github.io/Events.html">EVENTS</button>
<a href = "https://gmuiit.github.io/projects.html">PROJECTS</button>
<a href = "https://gmuiit.github.io/workshops.html">WORKSHOPS</button>
<a href = "https://docs.google.com/forms/d/e/1FAIpQLSd1pqZuWPDzFYQOTI8DKf_U1VNVqHLvEifAxkDql0b0pGvG7Q/viewform">MAILING</a>
</div>
<H1 class="Titl">Welcome to the Inventors and Innovations Team!</H1>
<img src = "https://github.com/GMUIIT/GMUIIT.github.io/blob/master/IITLogoPrint.png?raw=true" style="left:60% height:28%;width:28%;" />
<div class = "boxy" style="left:20%; background-color:#1a1a1a; border-radius:5%; height:10%; width:45%; color:#ffcc33; font-size:20px;">
The mission of the Inventors and Innovations Team (IIT) is to connect
like-minded students to express their interests in engineering and technology,
to actively build and bring their ideas to reality. The focus is to give students
the chance to develop their technical skills through hands-on construction of
devices. IIT wishes to create an environment where all student ideas are accepted.
</div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd1pqZuWPDzFYQOTI8DKf_U1VNVqHLvEifAxkDql0b0pGvG7Q/viewform" style="color:#ffcc33;">
Mailing list
</a>
</body>
</HTML>