File tree 6 files changed +40
-19
lines changed
6 files changed +40
-19
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+ < main class ="content " role ="main ">
5
+ < img class ="logo " src ="../resources/webarkit-logo-social.jpg " alt ="webarkit logo "/>
6
+ < section class ="main-content ">
7
+ {{ content }}
8
+ {% include footer.html %}
9
+ </ section >
10
+ </ main >
Original file line number Diff line number Diff line change 2
2
< html lang ="{{ site.lang | default: "en-US " }}">
3
3
{% include head.html %}
4
4
< body >
5
- < section class ="page-header ">
6
- < h1 class ="project-name "> {{ site.title | default: site.github.repository_name }}</ h1 >
7
- < h2 class ="project-tagline "> {{ site.description | default: site.github.project_tagline }}</ h2 >
8
- {% if site.github.is_project_page %}
9
- < a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
10
- {% endif %}
11
- {% if site.show_downloads %}
12
- < a href ="{{ site.github.zip_url }} " class ="btn "> Download .zip</ a >
13
- < a href ="{{ site.github.tar_url }} " class ="btn "> Download .tar.gz</ a >
14
- {% endif %}
15
- </ section >
16
-
17
- < section class ="main-content ">
18
- < img src ="resources/webarkit-logo-social.jpg " alt ="webarkit logo "/>
19
- {{ content }}
20
- {% include footer.html %}
21
- </ section >
5
+ {{ content }}
22
6
23
7
{% if site.google_analytics %}
24
8
< script >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+ < main class ="content " role ="main ">
5
+ < section class ="page-header ">
6
+ < h1 class ="project-name "> {{ site.title | default: site.github.repository_name }}</ h1 >
7
+ < h2 class ="project-tagline "> {{ site.description | default: site.github.project_tagline }}</ h2 >
8
+ {% if site.github.is_project_page %}
9
+ < a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
10
+ {% endif %}
11
+ {% if site.show_downloads %}
12
+ < a href ="{{ site.github.zip_url }} " class ="btn "> Download .zip</ a >
13
+ < a href ="{{ site.github.tar_url }} " class ="btn "> Download .tar.gz</ a >
14
+ {% endif %}
15
+ </ section >
16
+
17
+ < section class ="main-content ">
18
+ < img src ="../resources/webarkit-logo-social.jpg " alt ="webarkit logo "/>
19
+ {{ content }}
20
+ < a href ="/blog "> Visit our blog page!</ a >
21
+ {% include footer.html %}
22
+ </ section >
23
+ </ main >
Original file line number Diff line number Diff line change 43
43
}
44
44
}
45
45
46
+ .logo {
47
+ max-width : 50%
48
+ }
49
+
46
50
.btn {
47
51
display : inline-block ;
48
52
margin-bottom : 1rem ;
Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
2
+ layout: blog
3
3
title: WebARkit org Blog
4
4
date: 2020-09-18
5
5
seo:
Original file line number Diff line number Diff line change 2
2
# Feel free to add content and custom Front Matter to this file.
3
3
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4
4
5
- layout : default
5
+ layout : home
6
6
---
7
7
## A vision for the future for open source WebAR
8
8
You can’t perform that action at this time.
0 commit comments