-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.34 KB
/
index.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
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans%7CDroid+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="background">
<div class="float-l">
<img src="img/ralogo_monogram.png" class="logo-img"/>
<p class="test">Roux Academy</p>
<p class="test">Art-Media-Design</p>
</div>
<div class="float-r inline">
<h1>Roux Academy</h1>
<p>Join over 500 hundred of the most creative and brilliant minds of art colleges all<br>
around the world for five days of lectures by world-renowned art scholars and <br>
artists, and seven days and nights of gallery exhibits featuring the best in <br>
contemporary art, including painting, sculpture, and more, in the beautiful halls of <br>
Hotel Contempo in the heart of Seattle.</p>
</div>
<div class="menu">
<ul>
<li><a href="#home" class="button">home</a></li>
<li><a href="#artists" class="button">artists</a></li>
<li><a href="#schedule" class="button">schedule</a></li>
<li><a href="#venue" class="button">venue/travel</a></li>
<li><a href="#register" class="button">register</a></li>
</ul>
</div>
</header>
</body>
</html>