-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (66 loc) · 2.98 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
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title>Boxify | Practice</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/app.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<script src="js/main.js"></script>
</head>
<body>
<section class="section-hero">
<div class="section-hero-wrapper">
<header class="section-hero-header">
<img class="hero-logo logo" src="images/logo-white@2x.png" alt="Boxify logo">
<div class="menu-wrap">
<h2>MENU</h2>
<img src="images/avatar.png">
</div>
</header>
<article class="hero-content">
<h1>An Exclusive, Premium HTML5 & CSS3 Template by Peter Finlan, for Codrops</h1>
<a class="button hero-button hero-button-white" href="#">Use it for free</a>
<a class="button hero-button" href="#"> LEARN MORE </a>
</article>
</div>
</section>
<section class="section-video">
<a href="http://www.youtube.com/embed/9No-FiEInLA?autoplay=1&wmode=opaque&fs=1">
Watch the Video
</a>
</section>
<section class="section-html">
<img class="section-html_video" src="images/html5-logo.png">
</section>
<section class="section-feature">
<div class="section-feature_slider-wrapper">
<ul class="section-feature_slider-content">
<li>
<h1>The Fore-front of Design & Technology</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem. Duis quis tempor nunc. Interdum et malesuada fames ac ante ipsum primis in faucibus.
</p>
<p>Find out why this freebie rocks!</p>
</li>
<li>
<h1>Multi-Purpose User Centric Design</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem. Duis quis tempor nunc. Interdum et malesuada fames ac ante ipsum primis in faucibus.
</p>
<p>Find out why this freebie rocks!</p>
</li>
<li>
<h1>Made with Love, Released for Free</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem. Duis quis tempor nunc. Interdum et malesuada fames ac ante ipsum primis in faucibus.
</p>
<p>Find out why this freebie rocks!</p>
</li>
</ul>
<ol class="section-feature_slider-dots">
<li class="dot"></li>
<li class="dot"></li>
<li class="dot"></li>
</ol>
</div>
</section>
</body>
</html>