Skip to content

Commit

Permalink
Move works up
Browse files Browse the repository at this point in the history
  • Loading branch information
slavanga committed Feb 7, 2024
1 parent 0be21d8 commit c7c675a
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
Delivering digital experiences that perform and impress.
</p>
<p>
<a href="#services" class="link js-scroll">
<span>Discover Services</span>
<a href="#works" class="link js-scroll">
<span>Discover Works</span>
</a>
</p>
</div>
</div>

<div class="scroll-hint js-scroll-hint">
<a href="#services" class="scroll-hint__link" aria-label="Scroll">
<a href="#works" class="scroll-hint__link" aria-label="Scroll">
<svg viewBox="0 0 100 100"
class="scroll-hint__icon"
aria-hidden="true">
Expand All @@ -66,36 +66,6 @@
</div>
</section>

<section id="services"
class="section section--vh section--centered section--services"
data-color="light">
<div class="container">
<h2 class="js-scroll-reveal">
Services
</h2>

<p class="lead lead--narrow js-scroll-reveal">
Modern and polished web solutions built using reliable technology. Paired with seamless motion design to enhance the user experience.
</p>

<div class="services">
<ul class="services__list js-scroll-reveal">
<li class="services__item"><span>Websites</span></li>
<li class="services__item"><span>Microsites</span></li>
<li class="services__item"><span>E-Commerce</span></li>
<li class="services__item"><span>User Interfaces</span></li>
</ul>

<ul class="services__list js-scroll-reveal">
<li class="services__item"><span>Design Systems</span></li>
<li class="services__item"><span>Interaction Design</span></li>
<li class="services__item"><span>Web Animations</span></li>
<li class="services__item"><span>Scroll Experiences</span></li>
</ul>
</div>
</div>
</section>

<section id="works"
class="section section--centered section--work"
data-color="dark">
Expand Down Expand Up @@ -221,6 +191,36 @@
</div>
</section>

<section id="services"
class="section section--vh section--centered section--services"
data-color="light">
<div class="container">
<h2 class="js-scroll-reveal">
Services
</h2>

<p class="lead lead--narrow js-scroll-reveal">
Modern and polished web solutions built using reliable technology. Paired with seamless motion design to enhance the user experience.
</p>

<div class="services">
<ul class="services__list js-scroll-reveal">
<li class="services__item"><span>Websites</span></li>
<li class="services__item"><span>Microsites</span></li>
<li class="services__item"><span>E-Commerce</span></li>
<li class="services__item"><span>User Interfaces</span></li>
</ul>

<ul class="services__list js-scroll-reveal">
<li class="services__item"><span>Design Systems</span></li>
<li class="services__item"><span>Interaction Design</span></li>
<li class="services__item"><span>Web Animations</span></li>
<li class="services__item"><span>Scroll Experiences</span></li>
</ul>
</div>
</div>
</section>

{# <section id="awards" class="section section--centered section--work">
<div class="container">
<h2 class="js-scroll-reveal">
Expand Down

0 comments on commit c7c675a

Please sign in to comment.