-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconcert-spring2017-experimental.html
92 lines (81 loc) · 3.15 KB
/
concert-spring2017-experimental.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | Cavalier Symphony Orchestra</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Roboto|Satisfy" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/5.0.0/normalize.css">
<link rel="stylesheet" href="css/concerts-foundingseason.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title></title>
</head>
<body id="home">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#"><img src="raw/logos/cso-logo.png" alt="CSO" style="width: 60px; height: 30px"></a>
</div>
<div class="navbar-collapse">
<ul class="nav navbar-nav">
<li class="navbar-home"><a class="gm-button" href="/">HOME</a></li>
<li class="navbar-about"><a class="gm-button" href="about.html">ABOUT</a></li>
<li class="navbar-join"><a class="gm-button" href="join.html">JOIN</a></li>
<li class="navbar-concerts"><a class="gm-button" href="concerts.html">CONCERTS</a></li>
<li class="navbar-support"><a class="gm-button" href="support.html">SUPPORT</a></li>
<li class="navbar-members"><a class="gm-button" href="members.php">MEMBERS</a></li>
<li class="navbar-contact"><a class="gm-button" href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<div class="buffer"></div>
<nav id='horizontalbar'>
<ul>
<li><a href="concert3-foundingseason.html">Founding Season</a></li>
<li><a href="">Fall 2016</a></li>
<li><a href="">Spring 2017</a></li>
</ul>
</nav>
<div id="section1">
<div id='reps17'>
<h1>SPRING 2017</h1>
<li>Throne Room</li><br>
<li>Carmen</li><br>
<li>Pirates of the Carribbean</li><br>
<li>William Tell Overture</li><br>
<li>Sound of Music</li><br>
</div>
<div id="ad">
<img src="raw/concerts/FoundingPremiere.png">
</div>
</div>
<div class="split-slideshow">
<div class="slideshow">
<div class="slider">
<div class="item">
<img src="https://images.pexels.com/photos/200231/pexels-photo-200231.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb" />
</div>
<div class="item">
<img src="https://images.pexels.com/photos/299109/pexels-photo-299109.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb" />
</div>
<div class="item">
<img src="https://images.pexels.com/photos/345753/pexels-photo-345753.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb" />
</div>
<div class="item">
<img src="https://images.pexels.com/photos/299109/pexels-photo-299109.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb" />
</div>
</div>
</div>
<div class="slideshow-text">
<div class="item">Canyon</div>
<div class="item">Desert</div>
<div class="item">Erosion</div>
<div class="item">Shape</div>
</div>
</div>
<script type="js/slideshow.js"></script>
</body>
</html>