-
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.
Revert "update styles and markup for cci cta bar"
This reverts commit 4873cec.
- Loading branch information
1 parent
4873cec
commit 291eb7f
Showing
5 changed files
with
8 additions
and
211 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 was deleted.
Oops, something went wrong.
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,19 +1,4 @@ | ||
{% if cci %} | ||
<div class="cta-bar link-list"> | ||
<div class="cta-bar__links"> | ||
<a class="cta-bar__link" href="#">Appointments and Drop-Ins</a> | ||
<a class="cta-bar__link" href="#">Handshake</a> | ||
<a class="cta-bar__link" href="#">Midd2Midd</a> | ||
<a class="cta-bar__link" href="#">Hire a MiddKid</a> | ||
</div> | ||
{% include 'partials/social-links.twig' with { | ||
dark: true, | ||
items: ['linkedin', 'instagram', 'youtube', 'facebook'] | ||
} %} | ||
</div> | ||
{% else %} | ||
<a href="{{ link }}" class="cta-bar"> | ||
<span class="cta-bar__text">{{ text }}</span> | ||
<span class="cta-bar__button button button--sm">{{ button }}</span> | ||
</a> | ||
{% endif %} | ||
<a href="{{ link }}" class="cta-bar"> | ||
<span class="cta-bar__text">{{ text }}</span> | ||
<span class="cta-bar__button button button--sm">{{ button }}</span> | ||
</a> |
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