Skip to content

Commit

Permalink
update copy etc (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed Sep 16, 2022
1 parent 4957350 commit 42b71ed
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions src/assets/styles/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ footer {
}

.footer {
&__wrapper {
background: var(--surface-primary-inverse);
width: 100%;
}
&__inner {
max-width: 1440px;
margin: 0 auto;
}

&__main {
padding: 36px 0px;
color: var(--text-secondary);
Expand Down
9 changes: 5 additions & 4 deletions src/includes/footer/index.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="footer__wrapper">
{% include "footer/contact.njk" %}
{% include "footer/footer.njk" %}
{% include "footer/copyright.njk" %}
</div>
<div class="footer__inner">
{% include "footer/contact.njk" %} {% include "footer/footer.njk" %} {%
include "footer/copyright.njk" %}
</div>
</div>
11 changes: 5 additions & 6 deletions src/includes/home/intro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
aria-label="Afnizar is a product designer at GovTech Edu"
>
<span aria-hidden="true">
Afnizar is a product designer at
<span class="font-highlight">GovTech Edu</span>
<span class="font-highlight">Afnizar</span> is a product
designer, based in Indonesia.
</span>
</h1>
<p class="subtitle">
Previously at <u>Bukalapak</u> where I designing design system + ops
and crafting a hassle-free digital payment. I'm interested in design
and code. Along the way, I believe that design and engineering work
in tandem to create amazing things.
Previously at Bukalapak where I designing design system and ops. I'm
interested in design and code. Along the way, I believe that design
and engineering work in tandem to create amazing things.
</p>
</r-cell>
</r-grid>
6 changes: 3 additions & 3 deletions src/includes/home/selected-works.njk
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
Natatoko: Create an online store in minutes
</h3>
<p class="body-large">
You can manage your online store without all the hassle. It
offers features for order taking, product management, and
business analysis.
Manage your online store without all the hassle. It offers
features for order taking, product management, and business
analysis.
</p>
<a class="livesite-button" href="https://natatoko.com">
Live Site {% icon "arrow-right" %}
Expand Down

0 comments on commit 42b71ed

Please sign in to comment.