|
|
|
@ -22,29 +22,17 @@ |
|
|
|
<PaperComponent> |
|
|
|
<PaperComponent> |
|
|
|
<div class="heroesContainer"> |
|
|
|
<div class="heroesContainer"> |
|
|
|
|
|
|
|
|
|
|
|
<ContentHighlightComponent |
|
|
|
<ContentHighlightComponent Title="Build Calculator" |
|
|
|
Title="Database" |
|
|
|
Description="Make a build!" |
|
|
|
Description="Review the units!" |
|
|
|
Href="/build-calculator" |
|
|
|
Href="/database" |
|
|
|
ImageHref="image/hero/Build.png" /> |
|
|
|
ImageHref="image/hero/Database.png"/> |
|
|
|
|
|
|
|
|
|
|
|
<ContentHighlightComponent Title="Database" |
|
|
|
<ContentHighlightComponent |
|
|
|
Description="Review the units!" |
|
|
|
Title="Build Calculator" |
|
|
|
Href="/database" |
|
|
|
Description="Make a build!" |
|
|
|
ImageHref="image/hero/Database.png" /> |
|
|
|
Href="/build-calculator" |
|
|
|
|
|
|
|
ImageHref="image/hero/Build.png"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ContentHighlightComponent |
|
|
|
|
|
|
|
Title="Notes" |
|
|
|
|
|
|
|
Description="Read some notes!" |
|
|
|
|
|
|
|
Href="/notes" |
|
|
|
|
|
|
|
ImageHref="image/hero/Notes.png"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ContentHighlightComponent |
|
|
|
|
|
|
|
Title="Streams" |
|
|
|
|
|
|
|
Description="Watch live development!" |
|
|
|
|
|
|
|
Href="/streams" |
|
|
|
|
|
|
|
ImageHref="image/hero/Streams.png"/> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</PaperComponent> |
|
|
|
</PaperComponent> |
|
|
|
|
|
|
|
|
|
|
|
@ -70,8 +58,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@media only screen and (max-width: 1025px) { |
|
|
|
@@media only screen and (max-width: 1025px) { |
|
|
|
.heroesContainer { |
|
|
|
.heroesContainer { |
|
|
|
grid-template-columns: 1fr; |
|
|
|
grid-template-columns: 1fr; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |