generated from desenvolvweb/basic-front-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (33 loc) · 1.4 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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Slanted Shapes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="sass/style.scss">
</head>
<body>
<section class="l-section l-section--hero"></section>
<section class="l-section">
<aside class="c-slanted-box">
<div class="c-slanted-box__text">
<p>On the battlefield
They fought for their land
And the swords of the vikings
Were shining true the night</p>
<p>The fire is burning
And they celebrate their victory
And they all where singing</p>
</div>
<div class="c-slanted-box__image"></div>
</aside>
</section>
<section class="l-section l-section--slanted">
<div class="l-section__content">
<h1>Lorem ipsum dolor sit</h1>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Nostrum deleniti facilis a consequatur, fuga eos nulla accusantium excepturi odit molestias iure ratione, minima consectetur minus alias, odio cumque enim quasi?</p>
</div>
</section>
</body>
<script src="js/index.js"></script>
</html>