-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (159 loc) · 8.37 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
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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>ElectroServices</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/electrical-service.png" />
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic"
rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top"><i class="bi-lightning fs-3 text-primary"></i> ElectroServices</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav my-2 my-lg-0">
<li class="nav-item"><a class="nav-link fs-5" href="#contact">06-33-98-66-06 <i
class="bi-phone"></i></a>
</li>
<li class="nav-item"><a class="nav-link fs-5" href="#services">الخدمات</a></li>
<li class="nav-item"><a class="nav-link fs-5" href="#contact">للاتصال</a></li>
<li class="nav-item"><a class="nav-link fs-5"
href="https://electroservicesfr.onrender.com/">Français <i class="bi bi-globe"></i></a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold">خدمات الكهرباء</h1>
<hr class="divider" />
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 mb-5 fs-4">خدمات إصلاح و صيانة الكهرباء المنزلية للأفراد في الدار البيضاء و
النواحي.</p>
<a class="btn btn-primary btn-xl fs-5" href="#contact">للاتصال</a>
</div>
</div>
</div>
</header>
<!-- Services-->
<section class="page-section" id="services">
<div class="container">
<h2 class="text-center mt-3 fs-2">الخدمات</h2>
<hr class="divider" />
<div class="row">
<div class="col">
<div class="mt-3">
<div class="mb- text-center"><i class="bi-tools fs-1 text-primary"></i></div>
<h3 class="h4 mb-5 fs-3 text-center">الإصلاح</h3>
<ul class="text-muted mb-0 fs-5">
<li class="mb-3">إصلاح الأعطال الكهربائية</li>
<li class="mb-3">إصلاح الدوائر الكهربائية</li>
<li class="mb-3">صيانة التمديدات الكهربائية</li>
<li class="mb-3">..</li>
</ul>
</div>
</div>
<div class="col">
<div class="mt-3">
<div class="mb-3 text-center"><i class="bi-lightbulb fs-1 text-primary"></i></div>
<h3 class="h4 mb-3 fs-3 text-center">الإضاءة</h3>
<ul class="text-muted mb-0 fs-5">
<li class="mb-3">تركيب و صيانة المصابيح و المآخذ</li>
<li class="mb-3">تركيب و صيانة الفوانيس</li>
<li class="mb-3">تركيب و صيانة المفاتيح</li>
<li class="mb-3">..</li>
</ul>
</div>
</div>
<div class="col">
<div class="mt-3">
<div class="mb-3 text-center"><i class="bi-plug fs-1 text-primary"></i></div>
<h3 class="h4 mb-3 fs-3 text-center">التيار</h3>
<ul class="text-muted mb-0 fs-5">
<li class="mb-3">تركيب و صيانة مآخذ التيار الكهربائي</li>
<li class="mb-3">تركيب و صيانة الأسلاك الكهربائية</li>
<li class="mb-3">..</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="page-section" id="contact">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 col-xl-6 text-center">
<h2 class="mt-3 fs-2">للاتصال</h2>
<hr class="divider" />
<p class="text-muted mt-5 mb-5 fs-5">لِطلب خدماتنا في الدار البيضاء و نواحيها، يُرجى إرسال موقعك على
الرقم (localisation whatsapp) :</p>
</div>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-4 text-center mb-5 mb-lg-0 fs-5">
<i class="bi-phone fs-2 mb-3 text-muted"></i>
<div>06-33-98-66-06</div>
</div>
</div>
</div>
</section>
<!-- Pre footer-->
<section class="page-section bg-dark text-white text-center">
<div class="container">
<div class="row">
<!-- Footer Location-->
<div class="col">
<h4 class="text-uppercase mb-4">العنوان</h4>
<p class="lead mb-0">
حي يسرى الزنقة 2 الرقم 3
<br />
الدار البيضاء، المغرب
</p>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-light py-5">
<div class="container px-4 px-lg-5">
<div class="small text-center text-muted">Copyright © ElectroServices</div>
<div class="small text-center text-muted">Bootstrap theme is a free to use created by : <a
href="https://startbootstrap.com/theme/creative/" target="_blank">Start Bootstrap - Creative</a>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>