-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
178 lines (168 loc) · 5.86 KB
/
contact.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>የአረጋውያን መርጃ</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
</head>
<body>
<!-- Header & Navbar Section -->
<header>
<nav>
<div class="nav_logo">
<a href="index.html">
<h2>የአረጋውያን መርጃ</h2>
</a>
</div>
<input type="checkbox" id="click" />
<label for="click">
<i class="menu_btn bx bx-menu"></i>
<i class="close_btn bx bx-x"></i>
</label>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">About</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Contact Section -->
<section class="contact" id="contact">
<h2 class="section_title">Contact Us</h2>
<div class="section_container">
<div class="contact_container">
<div class="contact_form">
<div class="google-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d709.2384367650302!2d38.75009141751175!3d9.065484215701021!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x164b8f244f7efe39%3A0xbbf66f2e334c698b!2s3Q82%2B56F%2C%20Addis%20Ababa!5e0!3m2!1sen!2set!4v1721681901945!5m2!1sen!2set"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<!-- <form action="#">
<div class="field">
<label for="Name">ሙሉ ስም</label>
<input
type="text"
id="Name"
placeholder="Your Name"
required=""
/>
</div>
<div class="field">
<label for="email">ኢሜል</label>
<input
type="text"
id="email"
placeholder="Your Email"
required=""
/>
</div>
<div class="field">
<label for="textarea">ሃሳብ አስተያየት</label>
<textarea
name="textarea"
id="textarea"
placeholder="Your Message"
></textarea>
</div>
<button class="button" id="submit">Submit</button>
</form> -->
</div>
<div class="contact_text">
<div class="contact_items">
<i class="bx bx-current-location"></i>
<div class="contact_details">
<h3>አድራሻ</h3>
<p>ቀጨኔ ደንበል ህንጻ 2ኛ ፎቅ</p>
</div>
</div>
<div class="contact_items">
<i class="bx bxs-envelope"></i>
<div class="contact_details">
<h3>ኢሜል</h3>
<p>********@gmail.com</p>
</div>
</div>
<div class="contact_items">
<i class="bx bxs-phone-call"></i>
<div class="contact_details">
<h3>ስልክ</h3>
<p>+251 9********</p>
</div>
</div>
<div class="contact_items">
<i class="bx bxs-time-five"></i>
<div class="contact_details">
<h3>የስራ ሰአት</h3>
<p>ሰኞ-እሁድ: 2:00 AM - 12 PM</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="section_container">
<div class="footer_section">
<div class="nav_logo">
<a href="index.html">
<h2>የአረጋውያን መርጃ</h2>
</a>
</div>
<div class="useful_links">
<h3>Useful Links</h3>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="contact_us">
<h3>Contact</h3>
<ul>
<li>
<i class="bx bx-current-location"></i>
<span>ቀጨኔ ደንበል ህንጻ 2ኛ ፎቅ</span>
</li>
<li>
<i class="bx bxs-phone-call"></i> <span>+251 9********</span>
</li>
<li>
<i class="bx bxs-time-five"></i>
<span>ሰኞ-እሁድ : 2:00 AM - 12፡00 PM</span>
</li>
</ul>
</div>
<div class="follow_us">
<h3>Follow</h3>
<i class="bx bxl-facebook-circle"></i>
<i class="bx bxl-youtube"></i>
<i class="bx bxl-telegram"></i>
</div>
</div>
</div>
</footer>
<!-- copyright section -->
<div class="copyright">
<p>© copyright All Rights Reserved By የባለጅ ልጆች እረጋ</p>
<p>
Built and designed by <a href="">Dawit Tesfaye</a> and
<a href="">Abel Solomon</a>
</p>
</div>
</body>
</html>