Skip to content

Commit c0dc0d0

Browse files
committed
Lazer shar temp page
1 parent 06710d2 commit c0dc0d0

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

_layouts/lazer-shark.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: compress
3+
---
4+
5+
<!DOCTYPE html>
6+
<html>
7+
8+
<head>
9+
{% include head.html %}
10+
</head>
11+
12+
<body>
13+
{% include navbar.html %}
14+
<section class="hero is-halfheight has-text-left" id="project-showcase">
15+
<figure class="hero-background" style="background-image: url('{{ page.hero-image }}');">
16+
<div class="overlay">
17+
<div class="container is-lower-left">
18+
<div class="title-text">
19+
<h3 class="subtitle has-text-white-ter has-text-weight-medium">
20+
{{ page.comp }}
21+
</h3>
22+
<h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold">
23+
{{ page.title }}
24+
</h1>
25+
<div class="{{page.handle}}">
26+
<h3 class="subtitle has-text-weight-light">
27+
{{ page.subtitle }}
28+
</h3>
29+
</div>
30+
</div>
31+
</div>
32+
</div>
33+
</figure>
34+
</section>
35+
36+
<section class="section" id="project-summary">
37+
<div class="container">
38+
<div class="description">
39+
<p>
40+
{{page.description}}
41+
</p>
42+
</div>
43+
</div>
44+
</section>
45+
{% include footer.html %}
46+
</body>
47+
48+
</html>

0 commit comments

Comments
 (0)