-
Notifications
You must be signed in to change notification settings - Fork 8
/
bgfootloose.html
58 lines (49 loc) · 1.58 KB
/
bgfootloose.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
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
<html>
<head>
<title>Footloose - Cultural Event</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/bg.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./css/navbar.css">
</head>
<body>
<div class="frame_div">
<iframe class="frame" src="https://soulwire.github.io/TensorField/" frameBorder="0"></iframe>
</div>
<div class="main">
<section class="navigation">
<div class="nav-container">
<div class="brand">
<a id="nav-text" href="./index.html"><img src="./images/nav-logo.png" alt="Logo"></a>
</div>
<nav>
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
<ul class="nav-list">
<li>
<a href="./landing.html">Home</a>
</li>
</ul>
</nav>
</div>
</section>
<div >
<iframe class="frame_event" src="Events/footloose-events.html" frameBorder="0" width="100px"></iframe>
</div>
</div>
</div>
<footer class="footer">
<div id="button"></div>
<div id="container">
<div id="cont">
<div class="footer_center">
<center>
<iframe src="footer.html" height="300px" width="100%" frameborder="0"></iframe>
</center>
</div>
</div>
</div>
</footer>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="./js/navbar.js"></script>
</body>
</html>