@@ -46,33 +46,6 @@ subhead = "Guides to accessibility, TDD, BDD, naming, performance, and the lates
4646</ div >
4747
4848< div class = "text-white " >
49- < aside class = "py-20 " >
50- < div class = "w-full max-w-4xl mx-auto space-y-6 text-3xl rounded overflow-hidden shadow-lg " >
51- < p >
52- There’s a lot of learning materials on specific technologies out there. But technologies change — rapidly.
53-
54- < p >
55- Frameworks will come and go.
56- React might be the hotness today, but in a few years another framework might well rule the roost.
57-
58- < p >
59- The guides here cover what will remain relevant for decades to come:
60-
61- < ul class = "list-disc pl-8 font-bold " >
62- < li class = "text-red-300 " > <%= "Great UX and performance" %>
63- < li class = "text-teal-300 " > <%= "Accessibility" %>
64- < li class = "text-blue-300 " > <%= "Component naming & responsibility" %>
65- < li class = "text-green-300 " > <%= "TDD & BDD" %>
66- < li class = "text-yellow-100 " > <%= "Thinking about state" %>
67- < li class = "text-orange-300 " > <%= "Modular styling with modern CSS" %>
68- < li class = "text-purple-300 " > <%= "Leveraging what’s built into browsers first" %>
69- </ ul >
70-
71- < p >
72- It’s all free to read and share.
73- </ div >
74- </ aside >
75-
7649 < section class = "pt-20 pb-20 " style = "<%= sections_styles(:cool) %> " >
7750 < header class = "mb-8 mx-auto max-w-4xl px-4 text-center " >
7851 < h2 class = "text-4xl font-bold leading-snug " >
@@ -163,4 +136,31 @@ subhead = "Guides to accessibility, TDD, BDD, naming, performance, and the lates
163136 </ a >
164137 </ div >
165138 </ section >
139+
140+ < aside class = "py-20 " >
141+ < div class = "w-full max-w-4xl mx-auto px-4 space-y-6 text-2xl md:text-3xl rounded overflow-hidden shadow-lg " >
142+ < p >
143+ There’s a lot of learning materials on specific technologies out there. But technologies change — rapidly.
144+
145+ < p >
146+ Frameworks will come and go.
147+ React might be the hotness today, but in a few years another framework might well rule the roost.
148+
149+ < p >
150+ The guides here cover what will remain relevant for decades to come:
151+
152+ < ul class = "list-disc pl-8 font-bold " >
153+ < li class = "text-red-300 " > <%= "Great UX and performance" %>
154+ < li class = "text-teal-300 " > <%= "Accessibility" %>
155+ < li class = "text-blue-300 " > <%= "Component naming & responsibility" %>
156+ < li class = "text-green-300 " > <%= "TDD & BDD" %>
157+ < li class = "text-yellow-100 " > <%= "Thinking about state" %>
158+ < li class = "text-orange-300 " > <%= "Modular styling with modern CSS" %>
159+ < li class = "text-purple-300 " > <%= "Leveraging what’s built into browsers first" %>
160+ </ ul >
161+
162+ < p >
163+ It’s all free to read and share.
164+ </ div >
165+ </ aside >
166166</ div >
0 commit comments