Loads of stuff
This commit is contained in:
parent
fd015bd52c
commit
a3b9bd2680
15 changed files with 2310 additions and 208 deletions
|
|
@ -1,8 +1,16 @@
|
|||
{{ define "main" }}
|
||||
<div class="resource-single">
|
||||
<div class="test-chamber-grid">
|
||||
</div>
|
||||
|
||||
<article class="resource-content">
|
||||
<!-- Aperture Science hazard stripes in corners -->
|
||||
|
||||
|
||||
<!-- Animated energy particles -->
|
||||
<div class="energy-particles"></div>
|
||||
|
||||
<header class="resource-header">
|
||||
<div class="resource-icon-large {{ .Params.icon }}"></div>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if .Params.description }}
|
||||
<p class="lead">{{ .Params.description }}</p>
|
||||
|
|
@ -28,6 +36,8 @@
|
|||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
{{ partial "contact-section.html" . }}
|
||||
|
||||
<nav class="resource-navigation">
|
||||
{{ with .PrevInSection }}
|
||||
<a href="{{ .Permalink }}" class="nav-link prev">← {{ .Title }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue