@@ -13,26 +13,26 @@ class Home extends Nullstack {
1313 < span class = "text-pink-600 text-3xl sm:text-5xl font-light block sm:mb-3" >
1414 Javascript Components
1515 </ span >
16- < span class = "text-gray-900 text-2xl sm:text-4xl font-light block" >
16+ < span class = "text-gray-900 dark:text-white text-2xl sm:text-4xl font-light block" >
1717 For one-dev armies
1818 </ span >
1919 </ h1 >
20- < p class = "text-gray-600 text- xl sm:text-2xl" >
20+ < p class = "text-xl sm:text-2xl" >
2121 Write the back-end and the front-end of a feature in a single
2222 component and let the framework decide where the code should run.
2323 </ p >
24- < p class = "text-gray-600 text- xl sm:text-2xl" >
24+ < p class = "text-xl sm:text-2xl" >
2525 Nullstack gives you all the tools you need to stay focused on your
2626 business logic.
2727 </ p >
2828 < div >
29- < button class = "bg-pink-600 text-white px-6 py-4 border border-pink-600 hover:bg-white hover:text-pink-600 inline-block" >
29+ < button class = "bg-pink-600 text-white px-6 py-4 border border-pink-600 hover:bg-transparent hover:text-pink-600 inline-block" >
3030 npx create-nullstack-app
3131 </ button >
3232 </ div >
3333 </ div >
34- < div class = "bg-center bg-0 hover:bg-100 bg-repeat-y" style = "background-image: url(/stars.png); transition: background-size 3s;" >
35- < img src = "/hero.png" alt = "Nulla-Chan" class = "max-w-full" />
34+ < div class = "bg-center bg-0 hover:bg-100 bg-repeat-y mt-6 " style = "background-image: url(/stars.png); transition: background-size 3s;" >
35+ < img src = "/hero.png" alt = "Nulla-Chan" class = "max-w-full" />
3636 </ div >
3737 </ section >
3838 ) ;
@@ -84,7 +84,7 @@ class Home extends Nullstack {
8484 < h2 class = "text-pink-600 text-xl sm:text-4xl font-light mb-4" >
8585 { title }
8686 </ h2 >
87- < p class = "text-xl font-gray-600 " >
87+ < p class = "text-xl" >
8888 { children }
8989 </ p >
9090 < img src = { image } />
@@ -107,7 +107,7 @@ class Home extends Nullstack {
107107 return (
108108 < div >
109109 < section class = "max-w-screen-xl mx-auto px-4 flex justify-center items-center flex-wrap py-12 sm:pt-36" >
110- < h2 class = "text-gray-800 text- xl sm:text-4xl font-light mb-4" >
110+ < h2 class = "text-xl sm:text-4xl font-light mb-4" >
111111 Learn with our < del class = "text-gray-400" > Dweebs</ del > < span class = "text-pink-600" > Experts </ span >
112112 </ h2 >
113113 < div class = "sm:flex items-center justify-center w-full mt-12 flex-wrap" >
@@ -122,7 +122,7 @@ class Home extends Nullstack {
122122
123123 renderSeparator ( ) {
124124 return (
125- < div class = "w-full max-w-screen-xl mx-auto flex justify-center items-start flex-wrap border-t-4 border-gray-200 text-center" >
125+ < div class = "w-full max-w-screen-xl mx-auto flex justify-center items-start flex-wrap border-t-4 border-gray-200 text-center dark:opacity-10 " >
126126 < img src = "/arrow.png" class = "-mt-1" />
127127 </ div >
128128 )
@@ -135,24 +135,24 @@ class Home extends Nullstack {
135135 < Separator />
136136 < Trinity />
137137 < Separator />
138- < Feature snippet = "GlueCode" image = "/home- glue-code.jpg " title = "No more glue code" >
138+ < Feature snippet = "GlueCode" image = "/glue-code.png " title = "No more glue code" >
139139 A full-stack Lifecycle combined with a feature-driven mindset allows
140140 you to write clean and reusable code without the need to create APIs
141141 manually.
142142 </ Feature >
143143 < Separator />
144- < Feature snippet = "Vanilla" image = "/home- glue-code.jpg " title = "Become a better programmer" inverted >
144+ < Feature snippet = "Vanilla" image = "/glue-code.png " title = "Become a better programmer" inverted >
145145 Your components are just POJOs.
146146 Take advantage of the existing ecosystem while you write Javascript as it is supposed to be,
147147 and see the result reflected in the dom.
148148 </ Feature >
149149 < Separator />
150- < Feature snippet = "Modern" image = "/home- glue-code.jpg " title = "You already know Nullstack" >
150+ < Feature snippet = "Modern" image = "/glue-code.png " title = "You already know Nullstack" >
151151 Routes are simple attributes you can assign to any tag, and links are just a tags.
152152 You will find out that Nullstack is just a modern version of your current stack.
153153 </ Feature >
154154 < Separator />
155- < Feature snippet = "Batteries" image = "/home- glue-code.jpg " title = "All the tools you need" inverted >
155+ < Feature snippet = "Batteries" image = "/glue-code.png " title = "All the tools you need" inverted >
156156 Most chores are very repetitive.
157157 Save your energy for the real challenges using the shortcuts we created,
158158 like object events and two-way bindings
0 commit comments