-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (55 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8"/>
<title>Communist Party</title>
<link rel="stylesheet" type="text/css" href="_css/style.css"/>
</head>
<script language="javascript" src="_javascript/functions.js"></script>
<body>
<div id="interface">
<header id="hder">
<hgroup>
<h1>Manifesto of The Communist Party</h1>
<h2>The Revolution is Comming...</h2>
</hgroup>
<!-- Change pos and size -->
<img id="icon" src="_images/commie-hand.png">
<nav id="menu">
<h1>Home</h1>
<ul type="disc">
<li onmouseover="changePicture('_images/home.png')" onmouseout="changePicture('_images/commie-hand.png')"><a href="index.html">Home</a></li>
<!--
Add when new pages
<li onmouseover="changePicture('yeah yeah')"><a href="yeahyeah.html"></a>Yeah yeah</li>
-->
</ul>
</nav>
</header>
<section id="structure">
<article id="principal-article">
<header id="article-header">
<hgroup>
<!-- Mudar posteriormente -->
<h3>Viva la Revolucion</h3>
<h1>Proletarians of all countries, unite!</h1>
<h2>by Karl Marx e Friedrich Engels</h2>
<h3 class="right">Updated in 03/11/2020</h3>
</hgroup>
</header>
<!-- Mudar posteriormente -->
<h2>Communist Manifesto</h2>
<p>The <span style="font-weight: 900;">Manifesto of The Communist Party</span> </p>
<!-- Mudar posteriormente -->
<figure class="picture-sub">
<img src="_images/">
<figcaption>
<h3>Yay</h3>
<p>A new way.</p>
</figcaption>
</figure>
</article>
</section>
</div>
</body>
</html>