Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/images/khaby-lame.png
Binary file not shown.
Binary file removed assets/images/lady.png
Binary file not shown.
Binary file removed assets/images/man-with-laptop1.png
Binary file not shown.
Binary file removed assets/images/man-with-laptop2.png
Binary file not shown.
Binary file removed assets/images/men.png
Binary file not shown.
50 changes: 0 additions & 50 deletions components/blog.html

This file was deleted.

46 changes: 0 additions & 46 deletions components/card-grid.html

This file was deleted.

119 changes: 0 additions & 119 deletions components/carousel.html

This file was deleted.

36 changes: 36 additions & 0 deletions components/contact-form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<section class="form">
<div class="form__wrapper">
<div class="form__container">
<div class="form__rotate">
<p class="form__message">MESSAGE</p>
</div>
<div class="form__divide">
<hr class="form__divider">
</div>
<div class="form__content">
<h3 class="form__head">Contact Form</h3>
<p class="form__description">We respond to all queries within 24 - 48 business hours.</p>

<div class="form__group">
<label for="Name" class="form__label">Name</label>
<br>
<input type="text" id="Name" name="Name" class="form__input">
</div>

<div class="form__group">
<label for="Email" class="form__label">Email</label>
<br>
<input type="email" id="email" name="email" placeholder="[email protected]" class="form__input">
</div>

<div class="form__group">
<label for="message" class="form__label">Message</label>
<br>
<textarea name="message" id="message" cols="30" rows="10" placeholder="Your message..." class="form__textarea"></textarea>
</div>

<button type="submit" class="form__btn">Send</button>
</div>
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion components/contact-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="contact-header__article__title">Contact Us</h1>
/>
</div>
<div
class="contact-header__aside__container contact-header__aside__container--2"
class="contact-header__aside__container contact-header__aside__container--2 hide"
>
<img
src="../assets/images/happy-successful-consultant-talking-mobile-phone 1(1).png"
Expand Down
40 changes: 0 additions & 40 deletions components/header.html

This file was deleted.

33 changes: 0 additions & 33 deletions components/login.html

This file was deleted.

8 changes: 4 additions & 4 deletions components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<li class="nav-bar__link-container__hover">
<a
href="../index.html"
class="nav-bar__link-container__link active-link"
class="nav-bar__link-container__link"
>Home</a
>
<img
src="../assets/images/Border-active.png"
alt=""
class="blue-dot active-dot"
class="blue-dot"
/>
</li>
<li class="nav-bar__link-container__hover">
Expand All @@ -32,10 +32,10 @@
<img src="../assets/images/Border-active.png" alt="" class="blue-dot" />
</li>
<li class="nav-bar__link-container__hover">
<a href="../contact.html" class="nav-bar__link-container__link"
<a href="../contact.html" class="nav-bar__link-container__link active-link"
>Contact</a
>
<img src="../assets/images/Border-active.png" alt="" class="blue-dot" />
<img src="../assets/images/Border-active.png" alt="" class="blue-dot active-dot" />
</li>
</ul>
<button>Get started</button>
Expand Down
Loading