diff --git a/assets/images/hero/jordan-commits.svg b/assets/images/hero/jordan-commits.svg index d185f11..44248f2 100644 --- a/assets/images/hero/jordan-commits.svg +++ b/assets/images/hero/jordan-commits.svg @@ -1,44 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/components/AreaChart.vue b/components/AreaChart.vue index dae559e..72da57a 100644 --- a/components/AreaChart.vue +++ b/components/AreaChart.vue @@ -25,7 +25,7 @@ export default { diff --git a/components/HomePageHero.vue b/components/HomePageHero.vue index 7dc10a3..f40b85f 100644 --- a/components/HomePageHero.vue +++ b/components/HomePageHero.vue @@ -29,7 +29,7 @@ @@ -43,7 +43,7 @@ export default { } .banner { - @apply flex flex-col mx-9 h-auto md:flex-row; + @apply flex flex-col px-8 md:px-14 lg:px-24 h-auto md:flex-row; } .content-container { @@ -52,15 +52,15 @@ export default { .content-header { font-family: 'IBM Mono'; - @apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal md:mx-3 lg:mx-16; + @apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal; } .para-section { font-family: 'IBM Sans'; - @apply w-11/12 pt-7 text-xl lg:text-2xl font-normal md:mx-3 lg:mx-16 lg:w-9/12; + @apply w-11/12 pt-7 text-xl lg:text-2xl font-normal lg:w-9/12; } .section-image { - @apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 lg:mt-14 2xl:w-96 lg:mr-12; + @apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 2xl:w-96; } diff --git a/components/InputsSection.vue b/components/InputsSection.vue index 0cfdef2..21d944a 100644 --- a/components/InputsSection.vue +++ b/components/InputsSection.vue @@ -4,14 +4,14 @@
-
Period:
-
- + +
+
-
Sort by:
-
+ Sort by: +
-
Show:
-
+ Show: +
-
Count:
-
+ Count: +
-
+

{{ lastUpdated }}

diff --git a/components/OrganizationCard.vue b/components/OrganizationCard.vue index 4123d00..b0a8c1e 100644 --- a/components/OrganizationCard.vue +++ b/components/OrganizationCard.vue @@ -2,20 +2,27 @@
- avatar - + + avatar +
-

{{ name }}

-
+ {{ name }} +
Github Account @@ -116,4 +123,13 @@ export default { .image-container { @apply self-center w-16 h-16 relative lg:w-20 lg:h-20; } + +a { + transition: all 0.3s ease 0s; +} + +a:hover { + text-decoration: none; + color: #00b199; +} diff --git a/components/Organizations.vue b/components/Organizations.vue index ecbf476..cfe451b 100644 --- a/components/Organizations.vue +++ b/components/Organizations.vue @@ -2,10 +2,10 @@
-

Rank

-

Organization

+ +

Organization

-

Total

+

Total

@@ -76,11 +76,11 @@ export default { } .section-container { - @apply block w-11/12 mx-auto lg:mx-0 bg-gray; + @apply block bg-gray; } .content-conatiner { - @apply mx-3 lg:mx-0 bg-white; + @apply bg-white; } .has-border { diff --git a/components/OrganizationsFilter.vue b/components/OrganizationsFilter.vue index 7a3860b..39c9a91 100644 --- a/components/OrganizationsFilter.vue +++ b/components/OrganizationsFilter.vue @@ -6,7 +6,7 @@ isOpen ? 'filter-section has-border' : 'filter-section lg:has-border' " > -

Filter

+

Filter

-
Sort by:
-
+ Sort by: +