-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (88 loc) · 3.73 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&display=swap');
</style>
</head>
<body>
<div class="up">
<div class="header">
<div class="logoandsub">
<div class = "logo">Welcome to universe 66429f</div>
<i><span>You are on Earth</span></i>
</div>
<ul>
<a href="https://www.google.com">
<li><b>Header</b> link one</li>
</a>
<a href="https://www.google.com">
<li><b>Header</b> link two</li>
</a>
<a href="https://www.google.com">
<li><b>Header</b> link three</li>
</a>
</ul>
</div>
<div class="upper">
<div class="tandsub">
<h1> Hello, welcome to this plane of existance.
</h1>
<div class="subtitle"> This is some text filler that
ocuppies some space and actually does not communicate
anything, it is coloured with a slightly less intense tone
than the title.
</div>
<button type="button">Sign up</button>
</div>
<div class="placeholder"> This is a placeholder.</div>
</div>
</div>
<div class="infotainer">
<div class="info">Some Random information about how the universe works.</div>
<div class="infoboxes">
<div class="saturn">
<img src="https://toppng.com/uploads/preview/free-download-saturno-png-clipart-saturn-planet-solar-sistema-solar-saturno-11562989500umtpipcl6f.png" alt="Saturn" >
<span>This is Saturn, a planet</span>
</div>
<div class="poison">
<img src="https://www.nicepng.com/png/full/202-2023844_poison-png-poison-symbol-vector-free.png" alt="Poison" >
<span>This means poison, do not ingest</span>
</div>
<div class="trex">
<img src="https://img1.freepng.es/20171221/lcw/tyrannosaurus-rex-model-5a3baa71b7b176.0957416715138596977524.jpg" alt="T-rex">
<span>This is a T-rex, they are extinguished tho</span>
</div>
</div>
</div>
<div class="testimonial">
<div class="tent">
<p>
"Beeing on this state of energy known as 'matter' has brought a lot of joy
to myself and everyone i love, one day i just existed and the everything
'was' and everyone were, and it just made sense, 7/7 would recommend to a friend"
</p>
</div>
<span class="tname">Almost Everyone</span>
</div>
<div class="ctasec">
<div class="ctacont">
<div class="ctacol">
<p class="cta">Start living today!
</p>
<p class="ctasub">Join our free program, it's free for the first 21 years!</p>
</div>
<button type="button">Exist</button>
</div>
</div>
<footer>
Copyright, God of the Expanded Universes of Space.
<Span>Powered by Physics©</Span>
</footer>
</body>
</html>