@@ -34,12 +34,12 @@ description: An inventory of shaders for Flutter developers to explore.
34
34
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity =" sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin =" anonymous" referrerpolicy =" no-referrer" />
35
35
</head >
36
36
37
- <body class =" bg-[#27b6d6] " >
38
- <header class =" pt-[64px] pb-[128px] md:py-[128px] flex flex-col justify-center items-center bg-[#FFFFFF] text-[#444444] " >
37
+ <body class =" bg-gray-900 text-gray-100 " >
38
+ <header class =" pt-[64px] pb-[128px] md:py-[128px] flex flex-col justify-center items-center bg-gray-800 text-gray-100 " >
39
39
<div class =" max-w-[800px] block md:flex md:flex-row items-center" >
40
40
<div class =" md:flex-1 pl-[64px] pr-[64px] pb-[48px] md:pb-0" >
41
41
<h1 class =" mb-[8px] text-5xl font-bold uppercase" >Flutter Shaders</h1 >
42
- <p class =" mb-[24px] text-3xl text-[#27b6d6] font-bold" >Shaders for every user, on every platform</p >
42
+ <p class =" mb-[24px] text-3xl text-blue-400 font-bold" >Shaders for every user, on every platform</p >
43
43
<img src =" /images/platform-icons.png" class =" max-w-[275px]" >
44
44
</div >
45
45
<div class =" mx-[auto] md:ml-[48px] w-[250px] h-[250px]" >
@@ -48,16 +48,16 @@ description: An inventory of shaders for Flutter developers to explore.
48
48
</div >
49
49
50
50
<div class =" mt-[72px] flex flex-col md:flex-row gap-6 text-center" >
51
- <a href =" /getting-started" class =" text-[#444444] font-bold uppercase no-underline" >Getting Started Guide</a >
52
- <a href =" /how-shaders-work" class =" text-[#444444] font-bold uppercase no-underline" >Learn how shaders work</a >
51
+ <a href =" /getting-started" class =" text-gray-100 font-bold uppercase no-underline" >Getting Started Guide</a >
52
+ <a href =" /how-shaders-work" class =" text-gray-100 font-bold uppercase no-underline" >Learn how shaders work</a >
53
53
</div >
54
54
</header >
55
- <main class =" py-[96px] text-[#FFFFFFAA] " >
55
+ <main class =" py-[96px] text-gray-300 " >
56
56
<div class =" max-w-[800px] ml-[auto] mr-[auto] mb-[128px]" >
57
57
<div class =" grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-[48px]" >
58
58
{% for page in pages .byTag ("shader" ) %}
59
59
<a href =" {{ page.data[" url " ] }}" class =" no-underline" >
60
- <div class =" p-[8px] border border-[#FFFFFF10] hover:border-[#FFFFFF33] hover:bg-[#FFFFFF04] rounded-lg" >
60
+ <div class =" p-[8px] border border-gray-700 hover:border-gray-600 hover:bg-gray-800 rounded-lg" >
61
61
<img
62
62
src =" {{ page.data[" directory " ] }}{{ page.data[" shader " ][" screenshot " ] }}"
63
63
class =" w-full ml-[auto] mr-[auto] max-w-[250px] rounded-md"
@@ -69,7 +69,7 @@ description: An inventory of shaders for Flutter developers to explore.
69
69
</div >
70
70
</div >
71
71
72
- <h2 class =" text-center font-bold uppercase text-xl text-[#FFFFFF] " >Contributors</h2 >
72
+ <h2 class =" text-center font-bold uppercase text-xl text-white " >Contributors</h2 >
73
73
<ol class =" mt-[32px] mb-[128px] flex flex-row justify-center list-none text-center" >
74
74
{% set contributors = github ["flutter-bounty-hunters" ].flutter_shaders %}
75
75
{% set contributorCount = 15 %}
@@ -86,7 +86,7 @@ description: An inventory of shaders for Flutter developers to explore.
86
86
87
87
{% if contributors |length > contributorCount %}
88
88
<li class =" inline-block" >
89
- <div class =" inline-block w-[64px] h-[64px] rounded-full bg-[rgba(255, 255, 255, 0.05)] leading-[64px] text-center align-[middle]" >
89
+ <div class =" inline-block w-[64px] h-[64px] rounded-full bg-gray-800 leading-[64px] text-center align-[middle]" >
90
90
+{{ contributors|length - contributorCount }}
91
91
</div >
92
92
</li >
@@ -100,8 +100,8 @@ description: An inventory of shaders for Flutter developers to explore.
100
100
title =" matthew-carroll"
101
101
class =" inline-block w-[64px] h-[64px] rounded-full bg-cover bg-no-repeat bg-center"
102
102
style =" background-image : url (' https://avatars.githubusercontent.com/u/7259036?v=4' );" ></a >
103
- <p class =" mt-[8px] mb-[24px] text-sm" >Made with ❤️ by <a href =" https://superdeclarative.com" target =" _blank" class =" text-[#FFFF00] " >SuperDeclarative!</a ></p >
104
- <a href =" https://github.com/sponsors/matthew-carroll" target =" _blank" class =" px-[12px] py-[8px] bg-sky-600 hover:bg-sky-400 rounded-lg text-[#FFFFFFDD] hover:text-[#FFFFFFFF] no-underline text-sm" ><i class =" fa-brands fa-github" ></i > Sponsor on GitHub</a >
103
+ <p class =" mt-[8px] mb-[24px] text-sm" >Made with ❤️ by <a href =" https://superdeclarative.com" target =" _blank" class =" text-yellow-400 " >SuperDeclarative!</a ></p >
104
+ <a href =" https://github.com/sponsors/matthew-carroll" target =" _blank" class =" px-[12px] py-[8px] bg-sky-600 hover:bg-sky-400 rounded-lg text-gray-200 hover:text-white no-underline text-sm" ><i class =" fa-brands fa-github" ></i > Sponsor on GitHub</a >
105
105
</div >
106
106
</main >
107
107
</body >
0 commit comments