-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
108 lines (101 loc) · 5.96 KB
/
events.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Sandy Jiang">
<meta name="designer" content="Sandy Jiang">
<meta name="keywords" content="ds, cmu ds, dancers' symposium, cmu dance, cmu dance groups, carnegie mellon dance">
<meta name="description" content="CMU Dancers' Symposium">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CMU DS: Events</title>
<link rel="stylesheet" href="mainStyle.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:700,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="Images\logo_icon.ico">
</head>
<body>
<div class="navbar">
<img id="logo" src="Images/logo.png" alt="logo" style="height: 30px"/>
<nav>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a class="active" href="events.html">Events</a>
<a href="infra.html">Infra</a>
<a href="soulstylz.html">Soulstylz</a>
<a href="auditions.html">Auditions</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<div id="page-content">
<div class="back-container shorter">
<div class="back-image shorter" style="background-image: url(Images/ds_rewind.jpg)">
</div>
</div>
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/black_texture.jpg)">
<div class="row">
<div class="col one-half">
<h1>DS: Rewind</h1>
<p>Our spring show was a success! With the largest amount of money ever raised, over 400 people in attendance each night, and a confetti cannon, we'd say DS: Rewind was pretty good.</p>
<p>We hope you enjoyed the show and our special throwback theme for our 25th anniversary. If you couldn't make it, be sure to check us out next semester!</p>
<p>Special thanks to Jose Mario Lopez for photography and Lily Fulop for design.</p>
<h3><a href="https://www.youtube.com/watch?v=U563WNL-o-4">Check out this promo video made by Mindy Pile!</a></h3>
</div>
<div class="col one-half">
<img src="Images/sohee_s15.jpg" alt="Open Class" height="350px">
</div>
</div>
</div>
</div>
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/fall14_sabrina.jpg)">
</div>
</div>
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/black_texture.jpg)">
<div class="row">
<div class="col one-half">
<img src="Images/openclass.jpg" alt="Open Class" height="350px">
</div>
<div class="col one-half">
<h1>Open Classes</h1>
<p>Every week, DS holds open classes in a variety of styles. Everyone is encouraged to come to open classes, even if you have never danced before. They are a great, no-commitment experience to be introduced to dance and the DS community. Infra also holds open class every week, including their new beginner jazz series! Check back in the fall for the open class schedule and to sign up to teach an open class!</p>
<p>Look how happy everyone was that they went to Sohee's open class!</p>
</div>
</div>
</div>
</div>
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/25_1.jpg)">
</div>
</div>
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/black_texture.jpg)">
<div class="row center">
<h1>25th Anniversary</h1>
<div class="col one-fourth">
<img src="Images/25_2.jpg" alt="Open Class">
</div>
<div class="col one-third">
<p>We celebrated DS's 25th anniverary last semester with a flash mob, a picture campaign, a special throwback show theme, and a formal event at the Porch! We're so proud of our organization for being strong for 25 years.</p>
<p>Shoutout to all our members, current and past, who made DS what it is today. Alumni--don't forget to sign up to our <a href="https://docs.google.com/forms/d/17OmFC1iuGWIU0r95H0O46RI0I0a9x1vQMtQ_0crF5qs/viewform">alumni database</a> to stay in touch with DS!</p>
<h3><a href="https://www.youtube.com/watch?v=H1f5YBeFycQ">Check out this video celebrating our 25th anniversary!</a></h3>
</div>
<div class="col one-fourth">
<img src="Images/25_3.jpg" alt="Open Class">
</div>
</div>
</div>
</div>
<footer>
<p>CMU Dancers' Symposium | 2015 | Site by Sandy Jiang</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(document).ready(function () {
$('#page-content').fadeIn(2000);
});
</script>
</body>
</html>