Added the hero headline
This commit is contained in:
37
content/_index.md
Normal file
37
content/_index.md
Normal file
@@ -0,0 +1,37 @@
|
||||
+++
|
||||
layout = "wide"
|
||||
+++
|
||||
|
||||
{{< hextra/hero-container cols="1">}}
|
||||
|
||||
{{< hextra/hero-badge >}}
|
||||
<div class="hx:w-2 hx:h-2 hx:rounded-full hx:bg-primary-400"></div>
|
||||
<span>An open-source learning project</span>
|
||||
{{< icon name="book-open" attributes="height=14" >}}
|
||||
{{< /hextra/hero-badge >}}
|
||||
|
||||
<div class="hx:mt-6 hx:mb-6">
|
||||
{{< hextra/hero-headline >}}
|
||||
Build computing from the ground up
|
||||
{{< /hextra/hero-headline >}}
|
||||
|
||||
{{< hextra/hero-section heading="h3" >}}
|
||||
*From bits and gates to OSes & beyond*
|
||||
{{< /hextra/hero-section >}}
|
||||
</div>
|
||||
|
||||
<div class="hx:mb-12">
|
||||
{{< hextra/hero-subtitle >}}
|
||||
An open-source learning suite that reveals how complexity arises from
|
||||
simplicity.
|
||||
<br>
|
||||
A complete journey through the foundations of computer architecture for
|
||||
students, educators, and the endlessly curious.
|
||||
{{< /hextra/hero-subtitle >}}
|
||||
</div>
|
||||
|
||||
<div class="hx:mb-6">
|
||||
{{< hextra/hero-button text="Get Started" link="docs" >}}
|
||||
</div>
|
||||
|
||||
{{< /hextra/hero-container >}}
|
||||
Reference in New Issue
Block a user