-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 2.26 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
<!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" />
<link rel="stylesheet" href="style.css" />
<title></title>
</head>
<body>
<main>
<section class="hero">
<div class="hero__background"></div>
<div class="hero__text">
<h1 class="display-3">
The true laboratory is the mind, where behind illusions we uncover
the laws of truth.
</h1>
</div>
</section>
<section class="biography">
<article class="container">
<h2 class="biography__heading">Biography</h2>
<p class="quote__text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam id
quae accusantium molestias. Debitis quo nemo, eius blanditiis
soluta, magnam impedit corporis assumenda quia et vero eveniet rem
quis amet? Tempore asperiores, voluptas placeat iste magnam,
molestias doloremque officia, deserunt aliquam excepturi
exercitationem. Cupiditate quis, suscipit porro nemo odit
reprehenderit dignissimos commodi corporis eius aliquid ducimus? Nam
natus harum vel! Minima assumenda ratione blanditiis aspernatur,
quam necessitatibus tenetur omnis? Fuga praesentium officia impedit
quia cupiditate magni minus fugiat, similique, exercitationem cumque
sed ducimus atque quo. Dolorem quaerat magnam expedita! Nostrum!
</p>
<br />
<a href="#" class="biography__read">read more <span>→</span></a>
</article>
</section>
<section class="quote-1">
<div class="texts">
<h3 class="container">
Knowledge is never the exclusive possession of any favoured race;
the whole world is inter-dependent and a constant stream of thought
had through ages enriched the common heritage of mankind.
</h3>
</div>
<div>
<img
src="/images/image-about-1.png"
style="height: auto; width: 100%"
alt=""
/>
</div>
</section>
</main>
</body>
</html>