Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat committed Nov 3, 2023
1 parent 6dde3dc commit e69cb1c
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 19 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"spatie/laravel-feed": "^4.2",
"spatie/laravel-honeypot": "^4.3",
"spatie/laravel-medialibrary": "^10.0.0",
"spatie/laravel-responsecache": "^7.4",
"spatie/url": "^2.2",
"stevebauman/unfinalize": "^1.0",
"torchlight/torchlight-commonmark": "^0.5.5",
Expand Down
86 changes: 85 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/svg/gpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions resources/views/media-kit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,28 +103,28 @@ class="mt-8 md:mt-16"
<div>monthly visitors</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 63000 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 70000 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">63,000</span>
<span x-text="Math.round(count).toLocaleString()">70,000</span>
</div>

<div>monthly page views</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 43000 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 45000 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">43,000</span>
<span x-text="Math.round(count).toLocaleString()">45,000</span>
</div>

<div>monthly sessions</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 75 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 80 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">75</span>%
<span x-text="Math.round(count).toLocaleString()">80</span>%
</div>

<div>visitors on desktop</div>
Expand All @@ -145,7 +145,7 @@ class="mt-8 md:mt-16"
</div>

<div>
in the top 5 countries
in the top 10 countries
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions resources/views/openings/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ class="bg-black md:max-w-[33.33%] rounded-lg shadow-lg aspect-video"
<div>monthly Laravel developers passing by</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 63000 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 70000 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">63,000</span>
<span x-text="Math.round(count).toLocaleString()">70,000</span>
</div>

<div>monthly page views</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 43000 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 45000 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">43,000</span>
<span x-text="Math.round(count).toLocaleString()">45,000</span>
</div>

<div>monthly sessions</div>
Expand All @@ -105,7 +105,7 @@ class="bg-black md:max-w-[33.33%] rounded-lg shadow-lg aspect-video"
</div>

<div>
in the top 5 countries
in the top 10 countries
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions resources/views/sponsors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@
<div>monthly visitors</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 63000 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 70000 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">63,000</span>
<span x-text="Math.round(count).toLocaleString()">70,000</span>
</div>

<div>monthly page views</div>
</div>

<div class="col-span-1" x-data="{ count: 0, target: 43000 }" x-intersect.half="animateNumber">
<div class="col-span-1" x-data="{ count: 0, target: 45000 }" x-intersect.half="animateNumber">
<div class="flex items-center text-3xl sm:gap-1 md:gap-2 font-extralight sm:text-5xl lg:text-6xl xl:text-7xl">
<x-heroicon-s-arrow-trending-up class="flex-shrink-0 inline h-5 mr-2 text-green-500 sm:h-7" />
<span x-text="Math.round(count).toLocaleString()">43,000</span>
<span x-text="Math.round(count).toLocaleString()">45,000</span>
</div>

<div>monthly sessions</div>
Expand Down Expand Up @@ -114,7 +114,7 @@
</div>

<div>
in the top 5 countries
in the top 10 countries
</div>
</div>
</div>
Expand Down

0 comments on commit e69cb1c

Please sign in to comment.