-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change contact us, switch places for two section, add button in about…
… us section with pdf, edit icons and text
- Loading branch information
1 parent
bd372df
commit c1d7e3d
Showing
11 changed files
with
23 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,14 @@ | ||
<template> | ||
<div class="contact-us-section py-5" id="ContactUs"> | ||
<form action="https://formsubmit.co/[email protected]" method="post"> | ||
<input type="hidden" name="_next" value="http://localhost:3000/submit"> | ||
|
||
<div class="container container-contact py-5"> | ||
<div> | ||
<h2 class="text-end py-3">إرسل طلبك</h2> | ||
</div> | ||
<div class="row text-center"> | ||
<div class="col-md-6 mb-3"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control text-end" id="apartment_number" name="apartment_number" | ||
placeholder="رقم الشقة / الوحدة"> | ||
</div> | ||
</div> | ||
<div class="col-md-6 mb-3"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control text-end" id="name" name="name" placeholder="الاسم"> | ||
</div> | ||
</div> | ||
<div class="col-md-6 mb-3"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control text-end" id="email" name="phone_number" placeholder="رقم الهاتف"> | ||
</div> | ||
</div> | ||
<div class="col-md-6 mb-3"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control text-end" id="phone" name="project_name" placeholder="اسم المشروع"> | ||
</div> | ||
</div> | ||
<div class="col-md-12 mb-3"> | ||
<div class="form-group"> | ||
<select class="form-select text-end" aria-label="Default select example" name="selected_service"> | ||
<option selected>الخدمة</option> | ||
<option value="support_and_administrative">خدمات الإدارة والدعم</option> | ||
<option value="addtional_services">خدمات اضافية</option> | ||
</select> | ||
</div> | ||
</div> | ||
<div class="col-md-12"> | ||
<div class="form-group"> | ||
<textarea class="form-control text-end" name="notes" id="notes" rows="4" placeholder="الملاحظات"></textarea> | ||
</div> | ||
</div> | ||
<div class="col-md-12"> | ||
<div class="form-group text-end"> | ||
<button type="submit" class="btn btn-secondary py-1 px-4 mt-3">إرسال</button> | ||
</div> | ||
</div> | ||
<h2 class="text-center py-3">للحصول على المزيد من المعلومات</h2> | ||
</div> | ||
<a href="https://api.whatsapp.com/send?phone=966548064886&text=مرحبا%20،%20معكم%20مؤسسة%20اسهام" | ||
class="btn btn-primary d-grid gap-2 col-sm-3 mx-auto pt-2" type="button">ارسل طلبك هنا</a> | ||
</div> | ||
</form> | ||
|
||
</div> | ||
</template> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Slider /> | ||
<AboutUs /> | ||
<Services /> | ||
<Partners /> | ||
<Contact /> | ||
<Partners /> | ||
</div> | ||
</template> | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.