-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (73 loc) · 2.94 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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>jawad</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="header">
<div clas="header__left">
<img class="header__left__img" src="http://geo-wood.com/wp-content/uploads/2022/04/cropped-GEO-logo-1.png" alt="img"/>
</div>
<div class="header__right">
<span class="header__right__item">home</span>
<span class="header__right__item">about us</span>
<span class="header__right__item">our services</span>
<span class="header__right__item">contact us</span>
</div>
</div>
<div class="backg">
<h1 class="backg__header">RESHAPING WOOD IN STYLE</h1>
</div>
<div class="about">
<div class="about__left">
<h2 class="about__header">about us</h2>
<p class ="about__left__text">Welcome to GEOWOOD. Your number one wood supplier and distributor of all kinds of wood and lumber . Established in June 2019, We are based in Zgharta, North Lebanon. We aim to satisfy our client’s needs and demands and to provide exceptional services.</p>
</div>
<div class ="about__right">
<img class="about__right__img" src="http://geo-wood.com/wp-content/uploads/2022/04/patrick-robert-doyle-yVRn-d6JGzo-unsplash.jpg" alt="img"/>
</div>
</div>
<div class="mission">
<h2 class="mission__header">our mission</h2>
<p class="mission__text">To be the leading wood industry in the middle east to offer high end services.</p>
</div>
<h2 class="services">our services</h2>
<div class= "boxes">
<div class="box">
<img class="box__img" src="http://geo-wood.com/wp-content/uploads/2022/04/903255.png" alt="img"/>
<p class="box__text">Boats Crafting</p>
</div>
<div class="box">
<img class="box__img" src="http://geo-wood.com/wp-content/uploads/2022/04/handshake.png" alt="img"/>
<p class="box__text">Project Planning</p>
</div>
<div class="box">
<img class="box__img" src="http://geo-wood.com/wp-content/uploads/2022/04/903255.png" alt="img"/>
<p class="box__text">Wood Trading</p>
</div>
</div>
<div class="contact">
<div class="contact__left">
<h2 class="contact__left__header">Get In Touch With Us</h2>
</div>
<div class="contact__right">
<span class="contact__right__button">contact us</span>
</div>
</div>
<div class="footer">
<div class="footer__left">
<img class="footer__left__img" src="http://geo-wood.com/wp-content/uploads/2022/04/cropped-GEO-logo-1.png" alt="img"/>
</div>
<div class="footer__right">
<span class="footer__right__item">home</span>
<span class="footer__right__item">about us</span>
<span class="footer__right__item">services</span>
<span class="footer__right__item">contact us</span>
</div>
</div>
</body>
</html>