-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (81 loc) · 2.61 KB
/
index.html
File metadata and controls
97 lines (81 loc) · 2.61 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
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
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Concordia ROV</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.x-git.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<header>
<img src="img/logo.png" href="cissrov.github.io" alt="DK Logo" class="logo">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="https://github.com/cissrov">Github</a></li>
<li><a href="mailto:cissrov@gmail.com">Contact</a></li>
</ul>
</nav>
</header>
<section class="home-hero">
<div class="container">
<ul>
<h1>BUILD</h1>
<h1>INNOVATE</h1>
<h1>EXPLORE</h1>
</ul>
</div>
</section>
<div class="container">
<section class="home-quote">
<p>We are tied to the ocean. And when we go back to the sea - whether it is to sail or to watch it - we are going back from whence we came.
</p>
<h2>-John F. Kennedy
</h2>
</section>
</div>
<div class="container">
<section class="home-about">
<h1>Who we are</h1>
<p>We are a team of students dedicated to engineering excellence in controlled underwater robotics. We compete at IET MATE underwater ROV competition in Hong Kong</p>
</section>
</div>
<div>
<img src="img/Img.jpg" class="img">
</div>
<!--Cool Dice Animation Effect-->
<!--
<div id="ui">
<div class="dice">
<ol class="dice_list">
<li class="dice_list_item" data-id="1">1</li>
<li class="dice_list_item" data-id="2">2</li>
<li class="dice_list_item" data-id="3">3</li>
<li class="dice_list_item" data-id="4">4</li>
<li class="dice_list_item" data-id="5">5</li>
<li class="dice_list_item" data-id="6">6</li>
</ol>
</div>
</div>
-->
<footer>
<h1>
Welcome to ROV
</h1>
<a href="mailto:cissrov@gmail.com" class="button button-accent">Contact us</a>
<div class="footer-social-icons">
<h4 class="_14">Follow us on</h4>
<ul class="social-icons">
<li><a href="" class="social-icon"> <i class="fa fa-facebook"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-twitter"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-rss"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-youtube"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-linkedin"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</footer>