-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (37 loc) · 1.01 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>about us</title>
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<div id="bodyinside">
<header>
<div id="logo"><a href="#home"><img src="img/logo.png" alt="My logo"></a></div>
</header>
<nav>
<ul>
<li><a href="home.html">home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="contact.php">contact</a></li>
</ul>
</nav>
<aside>
<ul>
<li>Menu</li>
<li><a href="#home">home</a></li>
<li><a href="#about us">about us</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</aside>
<div id="banner"><center><a href="#test"><img src="img/putin.png" alt="banner"></a></center></div>
<section>
<p>Vladimir Vladimirovich Putin, has been the President of Russia since 7 May 2012. Putin was Prime Minister from 1999 to 2000, President from 2000 to 2008, and again Prime Minister from 2008 to 2012. Wikipedia</p>
</section>
<footer>
Copyright © my first website
</footer>
</div>
</body>
</html>