-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.php
68 lines (68 loc) · 3.09 KB
/
media.php
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
<!DOCTYPE html>
<?php require "resources/constants.php";?>
<html>
<head>
<title>Brown Slackline | Media</title>
<?php require $frameworks;?>
<script type="text/javascript">
var active = "#media";
</script>
<?php require $resources;?>
</head>
<body>
<?php require $navbar;?>
<div id="background-media" class="background">
<div class="container">
<h1 class="hero-font pagename pad-bottom">Media</h1>
<div class="span9 justify foreground-content">
<div class="row pad-bottom center">
<div class="span2 thumbnail">
<img src="assets/UrbanlinerMag.jpg"/>
</div>
<div class="span6">
<h4><a href="http://issuu.com/urbanliner/docs/urbanliner_issue1">Urbanliner magazine Issue 1 (page 33)</a></h4>
<p>The Brown University Slackline Club was featured in the first ever Urbanliner Magazine.
It is an international slackline magazine that includes articles of people doing interesting things with slacklining.
</p>
</div>
</div>
<div class="row pad-bottom center">
<div class="span6">
<h4><a href="http://blogdailyherald.com/2012/02/10/slacklinings-big-break-qa-with-bsc-president-hannah-varner/">Brown Daily Herald, "Slacklining's Big Break: Q&A with BSC President Hannah Varner"</a></h4>
<p>The president of the Brown Slackline Club, Hannah Varner, was asked some questions about her experience
with slacklining and how she felt about slacklining's debut in the 2012 Superbowl.</p>
</div>
<div class="span2 thumbnail">
<img src="assets/BDH_interview.jpg"/>
</div>
</div>
<div class="row pad-bottom center">
<div class="span2 thumbnail">
<img src="assets/KingQueen2011.png"/>
</div>
<div class="span6">
<h4><a href="http://www.youtube.com/user/BrownUSlackers">King and Queen of Slackline</a></h4>
<p>Members of the Brown Slackline club participated in an international online competition in the fall of 2011.
Gibbon slackline Pros post videos of tricks, and the competitors have to learn the trick within one week,
videotape it, and submit it. If they complete the trick successfully, they move onto the next round. The rounds
continue until there is one winner remaining. Check the link for videos of the Brown slackline competitors!
</p>
</div>
</div>
<div class="row pad-bottom center">
<div class="span6">
<h4><a href="http://www.browndailyherald.com/alum-slackliners-trick-their-way-to-the-top-1.2678998#.T7M0euhSSmA">Brown Daily Herald, "Alum Slackliners trick their way to the top"</a></h4>
<p>Melissa Bowe and Kyle Cackett, were interveiwed about a competition they competed in, in 2012. The competition was
located in Boston, MA at the Ski and Surf show, and was hosted by Gibbon Slacklines.
</p>
</div>
<div class="span2 thumbnail">
<img src="assets/BDH_alum.jpg"/>
</div>
</div>
</div>
</div>
</div>
<?php include $footer;?>
</body>
</html>