-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 2.22 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
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Real Estate</title>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main id="container">
<section id="left">
<nav id="navbar">
<h1>LIS</h1>
<div id="projects">
<h3>Projects</h3>
<ul>
<li>En</li>
<li>Ua</li>
</ul>
</div>
</nav>
<section id="content">
<h3>Realization-2021</h3>
<div id="No14">
<h1>No. 14</h1>
<h1>Apartment Design</h1>
</div>
<div id="para">
<div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis, quo excepturi repellat deserunt eveniet sed.</p>
</div>
<div>
<p><span>Location:</span> Richmond, United States</p>
<p><span>Surface:</span> 47 m<sup>2</sup></p>
</div>
</div>
<button type="button">View Project</button>
</section>
<footer>
<ul>
<li>Fb</li>
<li>In</li>
</ul>
</footer>
</section>
<section id="right">
<div id="icon">
<i class="fas fa-bars"></i>
</div>
<div id="image">
<img src="https://images.unsplash.com/photo-1506730447-7683abca8434?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=675&q=80">
</div>
<div id="specification">
<a href="##">specification +</a>
</div>
</section>
</main>
</body>
</html>