-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout1.html
More file actions
116 lines (70 loc) · 3.46 KB
/
layout1.html
File metadata and controls
116 lines (70 loc) · 3.46 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="CSS/layout.css">
</head>
<body>
<div id="header">
<h3>diogowebsite.org</h3>
<img id="imagem" src="images/diogoshop.png">
</div>
<div class="sideright">
<h2>Lecture Dates</h2>
<p> 11/07 - Lecture on Caesar </p>
<p> 11/14 - Lecture on Hannibal </p>
<p> 11/21 - Lecture on Alexander </p>
<p> 11/28 - Lecture on Napolean </p>
<p> 12/05 - Lecture on Scipio </p>
</div>
<div class="sideright 2">
<h2>Lecture Dates</h2>
<p> 11/07 - Lecture on Caesar </p>
<p> 11/14 - Lecture on Hannibal </p>
<p> 11/21 - Lecture on Alexander </p>
<p> 11/28 - Lecture on Napolean </p>
<p> 12/05 - Lecture on Scipio </p>
</div>
<div >
<img class="imagesdebar" src="images/flame.jpg">
</div>
<div class="main">
<h1>What is Lorem Ipsum?</h1>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<h1>Where does it come from?</h1>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<h1>Ancient Egypt - THE Pharoah</h1>
<p>
The Pharoah was a living god. He was at the top of Ancient Egyptian society. The pharoah
was responsible for the well being of his people and was obligated to keep the order.
He was all powerful and he spent most of his time at the capital city of Memphis. Here
he administered control of both Lower and Upper Egypt.
</p>
<h1>The Tombs of the Pharoahs</h1>
<p>
The Pharoah spent most of his life working on his tomb. The Pharoah's had this busy afterlife
where they continued to control the universe after their death. The god Anubis assisted
the pharoah in the mummfication process. After the pharoah died he traveled to the underworld
using the Book of the Dead.
</p>
<h1>The Pyramids</h1>
<p>
The Pharoah spent most of his life working on his tomb. The Pharoah's had this busy afterlife
where they continued to control the universe after their death. The god Anubis assisted
the pharoah in the mummfication process. After the pharoah died he traveled to the underworld
using the Book of the Dead.
</p>
</div>
<div id="footer">
<ul>
<li><a href=""> About Historyhidden</a></li>
<li><a href=""> Carrers</a></li>
<li><a href=""> Contact Us</a></li>
</ul>
©: 2021 Historyhidden.com All Rights Reserved
</div>
</body>
</html>