-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (31 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
37 lines (31 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/docs/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, inital-scale=1">
<title>UGRT Home</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div id="navbar-container">hello</div>
<!--body-->
<section class="hero">
<div class="hero-container">
<div class="column-left">
<img class="icon" src="images/rover/front_noWires.png" style="width:325px; height: 325px;">
</div>
<div class="column-right">
<h3><span class= "grey">UNIVERSITY OF GUELPH'S</span></h3>
<h3><span class= "red">ROBOTICS TEAM</span></h3>
<p>The University of Guelph Robotics Team connects students to learn and
build Robots! The students here at the University of Guelph are dedicated
to developing high quality robotics for competitions and teaching practical
engineering skills.</p>
</div>
</div>
</section>
<script src="js/include-nav.js"></script>
</body>
</html>