-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (69 loc) · 2.95 KB
/
index.html
File metadata and controls
87 lines (69 loc) · 2.95 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<HTML lang="en">
<head>
<meta charset="UTF-8">
<!--
<a href="">Project</a>
site name and menu
<ul>
<li><a href="">Projects</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Stories</a></li>
<li><a href="">Contact</a></li>
</ul>
-->
<link rel="stylesheet" href="mystyle.css">
<link rel="stylesheet" href="CSS/hero.css">
<link rel="stylesheet" href="CSS/main.css">
<link rel="stylesheet" href="CSS/learn.css">
<link rel="stylesheet" href="CSS/footer.css">
<!-- Hero Block -->
<div class="desktop">
<div class="desktop_background">
<div class="logo"></div>
<h1 class="h1hero">Your Headline<br>Here
</h1>
<h3 class="h2hero">Lorem ipsum dolor sit amet, consectetur<br>adipisicing elit, sed do eiusmod.
</h3>
</div>
<div class="rectangle6">
<h1 class="h1main">This is the Section Headline,<br>
Continuous to Two Lines<br></h1>
</h1>
<h3 class="h3main">Lorem ipsum dolor sit amet, consectetur<br>adipisicing elit, sed do eiusmod.
</h3>
<p class="pmain">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis.
<br><br>Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<button class="bttread">READ MORE</button>
</div>
-->
</head>
<body>
<!-- Learn More Block -->
<div class="learn">
<div class="photo">
<h1 class="h1learn">Learn more
<br>about our culture...</h1>
<button class="bttplay">▶</button>
<h3 class="h3learn">Duis aute irure dolor in reprehenderit<br>
in voluptate velit esse cillum dolore eu <br>
fugiat nulla pariatur.</h3>
</div></div>
<!-- Footer Block -->
<div class="rectangle11">
<h3 class="h3footer">
<div class="logoSmall"></div>
PROJECT</h3>
<p class="pfooter">
123 Street, <br>
Anytown, USA 12345 <br>
hello@website.com <br>
© 2021 Project. All rights reserved
</p>
</div>
</div>
</div>
</div>
</body>
</HTML>