-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresent_time.html
More file actions
60 lines (60 loc) · 3.23 KB
/
present_time.html
File metadata and controls
60 lines (60 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>All roads lead to London</title>
<link rel="stylesheet" href="https://kennoty.github.io/Lproject.github.io/reset.css">
<link rel="stylesheet" href="https://kennoty.github.io/Lproject.github.io/style.css">
</head>
<body>
<div class="container">
<div class="header">
<div class="title-block">
<h1>All roads lead to London</h1>
</div>
</div>
<div class="nav">
<ul>
<li>
<a href="https://kennoty.github.io/Lproject.github.io/index.html"><img src="https://images.unsplash.com/photo-1600577916048-804c9191e36c?ixid=MXwxMjA3fDB8MHxzZWFyY2h8Mnx8d2VsY29tZXxlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="">Introduction</a>
<a href="https://kennoty.github.io/Lproject.github.io/history.html"><img src="https://images.unsplash.com/photo-1473163928189-364b2c4e1135?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MXx8aGlzdG9yeXxlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="">History</a>
<a href="https://kennoty.github.io/Lproject.github.io/present_time.html"><img src="https://images.unsplash.com/photo-1505761671935-60b3a7427bad?ixid=MXwxMjA3fDB8MHxzZWFyY2h8NHx8bG9uZG9ufGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="">Present time</a>
<a href="https://kennoty.github.io/Lproject.github.io/outcome.html"><img src="https://images.unsplash.com/photo-1520114878144-6123749968dd?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MTB8fGxvbmRvbnxlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="" >Outcome</a>
</li>
</ul>
</div>
<div class="content-wrapper">
<div class="content">
<h3 class="h">Present Time</h3>
<br><p>Modern situation on British roads in several words</p></br>
<p>In our time Great Britain is a unique
country of Europe,because it's only country
with left-hand traffic.I think this type of
traffic will remain in Britain forever.However
Britain has places where necessary to drive on
the right side.</p>
<br><p>Situation with non-motorized transport</p></br>
<p>In every major European country bicycles,scooters,skates,skateboards become
very popular vehicle and each cities try to make riding these vehicles more
comfortable,and reduce a number of cars,because motorized technic needs its own
big place and It makes loud sound and ecology damage.London,Edinburgh and other big cities are
very comfortable for bikes riding.They have lots of bicycle's parkings,special roads and other...</p>
<br><p>Roads condition</p></br>
<p>In England 3% of general roads (motorways,highways) and 5% of other (minor) roads
are in poor condition.
In Wales 10% of all roads are in poor condition.
In Scotland there is a worst road's situation: 30% of general roads and 35% of other roads
need repair.</p>
</div>
<div class="sidebar">
<h3>Menu</h3>
<ul class ="menu">
<li>Modern situation on British roads in several words</li>
<li>Situation with non-motorized transport</li>
<li>Roads condition</li>
</ul>
</div>
</div>
</div>
</body>
</html>