-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain2.html
70 lines (57 loc) · 1.7 KB
/
main2.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<h1>LitFest<span class="color">.</span></h1>
<nav>
<ul>
<li><a href="#" class="currenta"><align="right">Home</align="right"<align></a></li>
<li><a href="#"><align="right">Events</align="right"<align></a></li>
<li><a href="#"><align="right">Contact</align="right"<align></a></li>
</ul>
</nav>
</header>
<div id = "hero-image">
<div class ="wrapper">
<h2><strong>The Event,</strong><br/> inspirig web design.</h2>
<a href="#" class = button-1>Get Started</a>
</div>
</div>
<div id="features">
<div class ="wrapper">
<ul>
<li class="feature-1">
<h4>UNBOWED</h4>
</li>
<li class="feature-2">
<h4>UNBENT</h4>
</li>
<li class="feature-3">
<h4>UNBROKEN</h4>
</li>
<div class="clear"></div>
</ul>
</div>
<div id="primary-content">
<div class="wrapper">
<article>
<h3>Featured Content</h3>
<p>This is Lit. <strike> Fest </strike> </p>
<a href="#"><img src="images/vp.jpg" alt="video placeholder" /></a>
</article>
</div>
</div>
<footer>
<div class="wrapper">
<div id="footer-info">
<p>Copyright 2017 DPS, PATNA. All rights reserved.</p>
<p><a href="#">Terms of Service</a> | <a href="#">Privacy</a></p>
</div>
</div>
</footer>
</body>
</html>