-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (59 loc) · 1.65 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
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
<!doctype html>
<head>
<meta charset="utf-8">
<title>Storyboard</title>
<link rel="stylesheet" media="all" href="css/style.css" />
</head>
<body>
<div id="center">
<header id="banner" role="banner">
<img src="images/logo.png" width="77" height="47" alt="Star Moose">
</header>
<aside id="sidebar" role="complementary">
<ol>
<li>1</li>
<li>2</li>
<li>3</li>
<li class="active">4</li>
<li>5</li>
<li>6</li>
<li>7</li>
<li>8</li>
<li>9</li>
<li>10</li>
<li>11</li>
<li>12</li>
<li>13</li>
<li>14</li>
<li>15</li>
<li>16</li>
<li>17</li>
<li>18</li>
<li>19</li>
<li>20</li>
</ol>
</aside>
<article id="storyboard">
<header class="info">
<p class="left">Client Storyboard:</p>
<h1 class="right">CARFAX - Super Hero's Campaign - "Batman"</h1>
</header>
<div class="image">
<a href="images/screen1.jpg"><img src="images/screen1.jpg" width="600" height="166" alt="Shot 1"></a>
</div> <!-- end .image -->
<div class="info">
<p class="left">Script:</p>
<p class="right">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="info">
<p class="left">Shot Description:</p>
<p class="right">Medium Shot. Man reading classified section of the newspaper.</p>
</div>
<div class="info">
<p class="left">Sound FX:</p>
<p class="right">Morning kitchen NAT sound</p>
</div>
</article>
</div> <!-- end #center -->
</body>
</html>