-
Notifications
You must be signed in to change notification settings - Fork 1
/
art_to_wear.php
42 lines (38 loc) · 1.49 KB
/
art_to_wear.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
<?php
$pageTitle = "Art to Wear";
$pageCurrent = "art_to_wear";
$section = "home";
?>
<?php include('inc/header.php'); ?>
<div class="content-left grid_9">
<h4>ART TO WEAR</h4>
<div class="fit-vids">
<iframe src="http://player.vimeo.com/video/24856267?title=0&portrait=0" width="894" height="500" frameborder="0"></iframe>
</div>
<p>
Art to Wear is a collaborative show between NC State's College of Design and College of Textiles students. Art to Wear's past Art and Design Faculty Advisor, Vita Plume, along with a couple of Anni Albers Scholars initiated the show in 2002. It was held in 'the pit' at the College of Design with merely a hundred spectators. Art to Wear now resides in Reynolds Coliseum playing host to an audience of over 3500 attendants annually. This eclectic show has always emphasized a fusion of art and fashion, making it anything but your typical fashion show.
</p>
<p>
Art to Wear 2011 will take place on April 12, 2011 at 7 p.m. in Reynold's Coliseum.
</p>
<p>
Press: <a href="http://www.newraleigh.com/articles/archive/art-to-wear-next-week-plus-10-year-documentary-video/"><i>New Raleigh</i></a>
</p>
</div>
<script>
// Basic FitVids Test
$(".fit-vids").fitVids();
</script>
<div class="sidebar grid_3">
<h3>Art to Wear</h3>
<p>
Client: North Carolina State University</br>
March 1, 2014</br>
Documentary
</p>
<?php include('inc/share.php'); ?>
<!-- Previous/Next -->
<?php include('inc/previous_next.php'); ?>
<!-- Previous/Next ends -->
</div>
<?php include('inc/footer.php'); ?>