File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -181,12 +181,14 @@ try [
181181 < main class = "ml-64 p-8" >
182182 < div class = "max-w-4xl mx-auto" >
183183 < section id = "introduction" class = "mb-12" >
184- < h1 class = "text-4xl font-bold text-[#f5e0dc] mb-8 " >
184+ < h1 class = "text-4xl font-bold text-[#f5e0dc]" >
185185 Introduction to Blaze 🔥
186186 </ h1 >
187+ < p class = "text-[#cdd6f4] mb-6 text-2xl" >
188+ Blazingly fast.
189+ </ p >
187190 < p class = "text-[#cdd6f4] mb-6" >
188- Blaze is a modern programming language that combines simplicity with power.
189- Let's start with a simple example:
191+ Blaze is a modern programming language that is supposed to be powerful and fast but without sacrificing readability.
190192 </ p >
191193 < InteractiveCode
192194 code = { simpleExample }
@@ -230,6 +232,9 @@ try [
230232 code = { httpExample }
231233 explanation = "Make an HTTP request to GitHub's API"
232234 />
235+ < p class = "text-[#cdd6f4] mb-4" >
236+ You can use every library from Golang's standard library with no configuration needed.
237+ </ p >
233238 </ section >
234239 </ div >
235240 </ main >
You can’t perform that action at this time.
0 commit comments