-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
82 lines (73 loc) · 3.98 KB
/
contact.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
<!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: Contact</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 href="events.html">Events</a>
<a href="infra.html">Infra</a>
<a href="soulstylz.html">Soulstylz</a>
<a href="auditions.html">Auditions</a>
<a class="active" href="contact.html">Contact</a>
</nav>
</div>
<div id="page-content">
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/directors15.jpg)">
<div class="row">
<div class="col three-fifth back-black" style="padding: 5px;opacity: 0.7">
<h1 style="font-size: 2.25em;margin: 15px;color: white">Are you ready to become part of our amazing DS community?</h1>
</div>
</div>
</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>Get in touch!</h1>
<h3>Email us at [email protected] or subscribe to our <a href="https://lists.andrew.cmu.edu/mailman/listinfo/dancers-announce">mailing list</a></h3>
<p>Whether it's questions about commitment, auditions, or just to introduce yourself, feel free to reach out to us!</p>
<p>Visit us at our table during the Activities Fair and look out for us in Community Collage during Orientation. See you in the fall!</p>
<h3>Alumni: sign up for our <a href="https://docs.google.com/forms/d/17OmFC1iuGWIU0r95H0O46RI0I0a9x1vQMtQ_0crF5qs/viewform">alumni database!</a></h3>
<a href="https://www.facebook.com/DancersSymposium"><img class="social-media" src="Images/fb.png" alt="facebook"></a>
<a href="https://www.youtube.com/user/cmuDSvideo/"><img class="social-media" src="Images/youtube.png" alt="Youtube"></a>
</div>
<div class="col one-half">
<img src="Images/linasabrina_s15.jpg" alt="Fall '14">
</div>
</div>
</div>
</div>
<div class="back-container short">
<div class="back-image short" style="background-image: url(Images/spring15_2.jpg)">
</div>
</div>
<footer>
<p>CMU Dancers' Symposium | 2015 | Site by Sandy Jiang</p>
</footer>
</div>
<!-- Javascripts-->
<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>