File tree 3 files changed +31
-11
lines changed
3 files changed +31
-11
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
5
+ < title > Conf Boilerplate :: BrazilJS</ title >
6
+
5
7
< meta charset ="utf-8 ">
6
- < title > Conf Boilerplate</ title >
7
- < link rel ="stylesheet " href ="/assets/css/main.css ">
8
+ < meta name ="author " content ="">
9
+ < meta name ="description " content ="">
10
+ < meta name ="viewport " content ="width=device-width ">
11
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
12
+
13
+ < link rel ="shortcut icon " href ="favicon.ico " type ="image/x-icon " />
14
+
15
+ < link rel ="stylesheet " type ="text/css " href ="assets/css/reset.css ">
16
+ < link rel ="stylesheet " type ="text/css " href ="assets/css/base.css ">
17
+ < link rel ="stylesheet " type ="text/css " href ="assets/css/theme.css ">
8
18
9
19
</ head >
10
20
< body >
11
21
12
- < div id ="wrapper ">
13
- {{ content }}
22
+ < div class ="global ">
23
+
24
+ {% include nav.html %}
25
+ {% include header.html %}
26
+
27
+ <!-- CONTENT -->
28
+ < section class ="content " id ="content ">
29
+ < div class ="wrapper ">
30
+ {{ content }}
31
+ </ div >
32
+ </ section >
33
+ <!-- / CONTENT -->
34
+
35
+ < hr />
36
+
37
+ <!-- FOOTER -->
38
+ < footer class ="footer "> </ footer >
39
+ <!-- / FOOTER -->
40
+
14
41
</ div >
15
42
16
43
</ body >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- {% include nav.html %}
6
- {% include intro.html %}
7
-
8
5
{% include section/about.html %}
9
6
{% include section/location.html %}
10
7
{% include section/speakers.html %}
You can’t perform that action at this time.
0 commit comments