Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Pylypchynets committed Sep 27, 2024
1 parent cdec216 commit f20f6af
Show file tree
Hide file tree
Showing 22 changed files with 1,163 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Adapt the page to the following screens:
11. `git push origin develop` - to send you code for PR.
12. Create a Pull Request (PR) from your branch `develop` to branch `master` of original repo.
13. Replace `<your_account>` with your Github username in the
[DEMO LINK](https://<your_account>.github.io/layout_dia/).
[DEMO LINK](https://VasylPylypchynets.github.io/layout_dia/).
14. Copy `DEMO LINK` to the PR description.

> To update you PR repeat steps 7-11.
Binary file added src/images/logo/Air-log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/menu/icon-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/menu/nav__switcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/our-expertise/branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/our-expertise/communication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/our-expertise/strategy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/service/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/images/slider/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/images/slider/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/slider/slider-photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
319 changes: 317 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!doctype html>
<html lang="en">
<html
class="page"
lang="en"
>
<head>
<meta charset="UTF-8" />
<meta
Expand All @@ -13,7 +16,319 @@
/>
</head>
<body>
<h1>Dia</h1>
<header class="header">
<div class="header__top-bar">
<a
href="#"
class="header__logo"
>
<img
src="./images/logo/Air-log.png"
alt="dia-logo"
class="header__logo-photo"
/>
</a>

<a
href="#menu"
class="header__menu-link"
>
<img
src="./images/menu/nav__switcher.png"
alt="nav switcher"
class="header__menu-switcher"
/>
</a>

<nav class="header__nav">
<ul class="header__nav-lists">
<li><a class="header__nav-link">About us</a></li>
<li><a class="header__nav-link">Services</a></li>
<li><a class="header__nav-link">Testimonials</a></li>
<li><a class="header__nav-link">Contact Us</a></li>
</ul>
</nav>

<a
href="#"
class="header__hire-us"
>
Hire us
</a>
</div>

<div class="header__container">
<div class="header__bottom">
<h1 class="header__bottom-title">Strategic Agency</h1>

<p class="header__bottom-description">
We believe in the power of bold ideas that can solve business
challenges.
</p>

<button class="header__bottom-button primary-button">
Learn more
</button>
</div>
</div>

<div class="slider">
<img
src="./images/slider/slider-photo.png"
alt="slider-photo"
class="slider-photo"
/>

<div class="slider-bottom">
<div class="slider-arrows">
<button class="slider-arrows-button slider-arrows-left">
<img
src="./images/slider/arrow-left.svg"
alt="arrow-left"
class="slider-arrows-photo"
/>
</button>
<button class="slider-arrows-button slider-arrows-right">
<img
src="./images/slider/arrow-right.svg"
alt="arrow-right"
class="slider-arrows-photo"
/>
</button>
</div>

<div class="slider-content">
<h2 class="slider-intro">intro</h2>
<p class="slider-text">
By the same illusion which lifts the
<br />
horizon.
</p>
</div>
</div>
</div>
</header>

<aside
class="menu page__menu"
id="menu"
>
<div class="menu__content">
<div class="menu__top">
<div class="header__top-bar menu__top">
<a
href="#"
class="header__logo"
>
<img
src="./images/logo/Air-log.png"
alt="air-logo"
class="header__logo-photo"
/>
</a>

<a href="#">
<img
src="./images/menu/icon-close.png"
alt="icon-close"
/>
</a>
</div>
</div>

<div class="menu__bottom">
<nav class="menu__nav">
<ul class="menu__list">
<li class="menu__itam">
<a
class="menu__link"
href="#about-us"
>
About us
</a>
</li>

<li class="menu__itam">
<a
class="menu__link"
href="#services"
>
Services
</a>
</li>

<li class="menu__itam">
<a
class="menu__link"
href="#testimonials"
>
Testimonials
</a>
</li>

<li class="menu__itam">
<a
class="menu__link"
href="#contact-us"
>
Contact Us
</a>
</li>
</ul>
</nav>
</div>
</div>
</aside>

<main class="main">
<section class="about-us">
<article class="about-us__content">
<h2 class="about-us__content-title">Who we are</h2>

<p class="about-us__content-text">
We embrace a strategic approach to creative ideas. We are interested
in people and human relationships. This is the main thing you need
to know about us. We believe in the power of bold ideas that can
solve business challenges.
</p>
</article>
</section>

<section class="our-expertise">
<div class="our-expertise__container">
<h2 class="our-expertise__title">Our expertise</h2>

<div class="our-expertise__content">
<article class="our-expertise__article">
<img
src="./images/our-expertise/branding.png"
alt="branding-photo"
class="our-expertise__article-photo"
/>
<h3 class="our-expertise__article-title">Branding</h3>
<p class="our-expertise__article-text">
We create additional value for companies, products, services as
well as verbal and visual ways to deliver it to the audience.
</p>
</article>

<article class="our-expertise__article">
<img
src="./images/our-expertise/communication.png"
alt="communication-photo"
class="our-expertise__article-photo"
/>
<h3 class="our-expertise__article-title">Branding</h3>
<p class="our-expertise__article-text">
We create additional value for companies, products, services as
well as verbal and visual ways to deliver it to the audience.
</p>
</article>

<article class="our-expertise__article">
<img
src="./images/our-expertise/strategy.png"
alt="strategy-photo"
class="our-expertise__article-photo"
/>
<h3 class="our-expertise__article-title">Branding</h3>
<p class="our-expertise__article-text">
We create additional value for companies, products, services as
well as verbal and visual ways to deliver it to the audience.
</p>
</article>
</div>
</div>
</section>

<section class="services">
<div class="services__content">
<article class="services__description">
<h3 class="services__description-title">Services</h3>
<h2 class="services__description-headline">
Air is a full service creative agency
</h2>
<p class="services__description-text">
Deep analytics, strong strategy and bright creative ideas.
</p>
<p class="services__description-text">
We are sure that first-rate job is possible only if all three
components are united.
</p>
</article>

<article class="services__card card-001">
<div class="services__card-number">001</div>
<div class="services__card-content">
Brand Development Copywriting Logo & Webite Design Packaging
</div>
<div class="services__card-more">
<button class="services__card-button">
<img
src="./images/service/arrow.svg"
alt="learn more"
/>
</button>

<span class="services__card-learn-more">Learn more</span>
</div>
</article>

<article class="services__card card-002">
<div class="services__card-number">002</div>
<div class="services__card-content">
Сontent Production Graphic Design Video Production Post Production
</div>
<div class="services__card-more">
<button class="services__card-button">
<img
src="./images/service/arrow.svg"
alt="learn more"
/>
</button>

<span class="services__card-learn-more">Learn more</span>
</div>
</article>

<article class="services__card card-003">
<div class="services__card-number">003</div>
<div class="services__card-content">
Marketing Strategy Email Marketing Paid Advertising Blog Content &
SEO
</div>
<div class="services__card-more">
<button class="services__card-button">
<img
src="./images/service/arrow.svg"
alt="learn more"
/>
</button>

<span class="services__card-learn-more">Learn more</span>
</div>
</article>

<article class="services__card card-004">
<div class="services__card-number">004</div>
<div class="services__card-content">
Digital Communications Influencer Marketing Product Placements
Strategic Partnerships
</div>
<div class="services__card-more">
<button class="services__card-button">
<img
src="./images/service/arrow.svg"
alt="learn more"
/>
</button>

<span class="services__card-learn-more">Learn more</span>
</div>
</article>
</div>
</section>
</main>
<script src="scripts/main.js"></script>
</body>
</html>
33 changes: 33 additions & 0 deletions src/styles/blocks/about-us.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.about-us {
@include content-inline;

&__content {
display: flex;
flex-direction: column;
row-gap: 16px;
margin-block: 120px;

@include on-tablet {
margin-block: 148px;
}

&-title {
margin: 0;
font-size: 32px;
font-weight: 600;
line-height: 48px;
text-align: center;
color: #253757;
}

&-text {
margin: 0;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: 600;
line-height: 33px;
text-align: center;
color: #6c788b;
}
}
}
Loading

0 comments on commit f20f6af

Please sign in to comment.