-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./mystyles.css">
<title>Architectural projects</title>
</head>
<body class="page">
<nav class="navigation">
<div id="nav-elements">
<p class="nav-el" id="Admiral">Rostov-On-Don Admiral</p>
<p class="nav-el" id="Thieves">Sochi Thieves</p>
<p class="nav-el" id="Patriotic">Rostov-On-Don Patriotic</p>
</div>
</nav>
<main id="content">
<article id="description">
<header id="top-header">
<h1 id="main-header">Completed <br> projects</h1>
<div id="line"></div>
</header>
<p id="description-text">Only a small part of the work performed by our company is presented on the site.
For 14 years on in the construction market we have made happy more than 1000 families</p>
<section class="info-section">
<section>
<h2 class="headers">City:</h2>
<p id="city" class="info"></p>
</section>
<section>
<h2 class="headers">Apartment area:</h2>
<p id="area" class="info"></p>
</section>
<section>
<h2 class="headers">Repair time:</h2>
<p id="repair-time" class="info"></p>
</section>
<section>
<h2 class="headers">Repair cost:</h2>
<p id="repair-cost" class="info"></p>
</section>
</section>
<nav id="bottom-nav">
<img src="./GroupLeft.png" id="prev">
<div class="circle" id="circle1"></div>
<div class="circle" id="circle2"></div>
<div class="circle" id="circle3"></div>
<img src="./GroupRight.png" id="next">
</nav>
</article>
<div id="pictures">
<img src="" id="picture">
</div>
</main>
<script src="./index.js"></script>
</body>
</html>