Skip to content

Commit

Permalink
Update colors and social networks
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed Feb 6, 2022
1 parent 8f049ae commit 3d3099d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Storyblok](https://www.storyblok.com/) + [Nuxt](https://nuxtjs.org/) + [Helpdev](https://helpdev.org) = [Aethec](https://aethec.org)
# [Storyblok](https://www.storyblok.com/) + [Nuxt](https://nuxtjs.org/) + [Helpdev](https://helpdev.org) = [Saludmision](https://saludmision.org)

## Configuration Steps

Expand Down
18 changes: 9 additions & 9 deletions components/layout/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer class="relative bg-primary-500 pt-8 pb-6 mt-20">
<div
class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px;"
style="height: 80px"
>
<svg
class="absolute bottom-0 overflow-hidden"
Expand All @@ -29,29 +29,29 @@
{{ $t('footer.subtitle') }}
</h5>
<div class="mt-6">
<a
<!-- <a
class="bg-white shadow-lg font-normal items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3 inline-block hover:bg-social-twitter hover:fill-child-white"
target="_blank"
href="https://twitter.com/aethec"
href="https://twitter.com/saludmision"
>
<social-icon icon-name="twitter"/></a
><a
>--><a
class="bg-white shadow-lg font-normal items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3 inline-block hover:bg-social-facebook hover:fill-child-white"
target="_blank"
href="https://facebook.com/aethec"
href="https://facebook.com/OngSaludMision"
>
<social-icon icon-name="facebook"
/></a>
<!-- <a
<a
class="bg-white shadow-lg font-normal items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3 inline-block hover:bg-social-instagram hover:fill-child-white"
target="_blank"
href="https://instagram.com/aethec"
href="https://instagram.com/salud_mision"
>
<social-icon icon-name="instagram"
/></a> -->
/></a>
<a
class="bg-white shadow-lg font-normal items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3 inline-block hover:bg-social-whatsapp hover:fill-child-white"
href="whatsapp://send?text=https://aethec.org"
href="whatsapp://send?text=https://saludmision.org"
data-action="share/whatsapp/share"
>
<social-icon icon-name="whatsapp" />
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
** See https://nuxtjs.org/api/configuration-head
*/
head: {
title: 'Aethec',
title: 'Saludmision',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
Expand Down
18 changes: 9 additions & 9 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ module.exports = {
},
colors: {
primary: {
100: '#ddefde',
200: '#c9ebcb',
300: '#b9e7bb',
400: '#a3d5a6',
500: '#88b78b',
600: '#5f9162',
700: '#427045',
800: '#244226',
900: '#112413'
100: '#74D7F2',
200: '#4FCCEE',
300: '#2AC1EB',
400: '#15ADD7',
500: '#118FB2',
600: '#0C667F',
700: '#073D4C',
800: '#021418',
900: '#000000'
},
social: {
twitter: '#1da1f2',
Expand Down

0 comments on commit 3d3099d

Please sign in to comment.