File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments