forked from erlingmidtt/INOVA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 1.97 KB
/
Copy pathindex.html
File metadata and controls
47 lines (45 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- Below styles for social buttons, but designer can use his own styles, it just a sample! -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>INOVA</title>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/index_style.css"/>
</head>
<body>
<header>
<h1 class="logo">INOVA</h1>
<nav>
<ul class="header-menu">
<li class="active">Home</li>
<li><a href="about.html">About us</li>
<li><a href="staff.html">Our staff</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Registration & contact</a></li>
</ul>
</nav>
<form name="search" action="#" method="get">
<input class="search" type="text" placeholder="Search..."><button class="search_button" type="submit">GO</button>
</form>
</header>
<main>
<h3 class="slogan">"Necessity is the mother of invention."</h3>
</main>
<footer class="footer">
<div class="upper_footer">
<h1 class="logo_footer">INOVA</h1>
<div class="social">
<h3>Social networks</h3>
<a href="http://facebook.com/" class="fa fa-facebook" target="new" title="facebook.com" style="font-size: 25px; color: white;"></a>
<a href="http://instagram.com/" class="fa fa-instagram" target="new" title="instagram.com" style="font-size: 25px; color: white;"></a>
<a href="http://twitter.com/" class="fa fa-twitter" target="new" title="twitter.com" style="font-size: 25px; color: white;"></a>
<a href="http://youtube.com/" class="fa fa-youtube" target="new" title="youtube.com" style="font-size: 25px; color: white;"></a> </div>
</div>
<div class="copyright-text"><p>INOVA © 2020 All rights reserved</p></div>
</footer>
</body>
</html>