-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
43 lines (42 loc) · 1.76 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
<html>
<header>
<title>web01</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="challenge.js"></script>
<div class="header">
<div class="title">
<table>
<div class="ararat">ARARAT</div>
<div class="archi">Architecture</div>
</table>
</div>
<div class="navigation">
<div id="home"><a href="url">Home</a></div>
<div><a href="url">About</a></div>
<div><a href="url">Projects</a></div>
<div><a href="url">Services</a></div>
<div><a href="url">Blogs</a></div>
<div><a href="url">Pages</a></div>
<div><a href="url">Contact</a></div>
</div>
<div class="contact"><a href="url">GET IN TOUCH</a></div>
</div>
</header>
<br>
<body>
<div class="body">
<div class="section1">
<div class="txt1">WE DESIGN YOUR SPACE</div>
<div class="txt2">we offer state of the art architecture</div>
<div class="bt1">See our projects</div>
</div>
<div class="section2">
<div class="project1"><a href=""><img src="images/pic01.jpg" alt="project 1" width="500" height="500"></a></div>
<div class="project2"><a href=""><img src="images/photo-1479839672679-a46483c0e7c8.jfif" alt="project 2" width="500" height="500"></a></div>
<div class="project3"><a href=""><img src="images/pic03.jpg" alt="project 3" width="500" height="500"></a></div>
</div>
</div>
</body>
<footer>
</footer>
</html>