File tree 7 files changed +16
-14
lines changed
assets/images/sections/skills
layouts/partials/sections
7 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 2
2
section :
3
3
name : Featured Posts # Title of section (default: "")
4
4
id : featured-posts # url id/slug of section *Required*
5
- enable : true # Boolean to determine if this section is enabled (default: false)
5
+ enable : false # Boolean to determine if this section is enabled (default: false)
6
6
weight : 10 # Order to display section in (default: alphabetical followed by weight)
7
7
showOnNavbar : false # Boolean to determine if a link should be shown for this section on the navbar
8
8
hideTitle : true # Can optionally hide the title in sections (default: false)
Original file line number Diff line number Diff line change @@ -48,4 +48,9 @@ features:
48
48
- name : Open-Source
49
49
# logo: /images/sections/skills/c++.png
50
50
summary : " Developed as an open-source project with a great community of developers and users behind."
51
+ # categories: ["basic", "language"]
52
+
53
+ - name : Rocking documentation
54
+ logo : /images/sections/skills/docs.png
55
+ summary : " Comprehensive documentation to help you get started and understand the internals."
51
56
# categories: ["basic", "language"]
Original file line number Diff line number Diff line change 5
5
enable : true # Boolean to determine if this section is enabled (default: false)
6
6
weight : 20 # Order to display section in (default: alphabetical followed by weight)
7
7
showOnNavbar : false # Boolean to determine if a link should be shown for this section on the navbar
8
- hideTitle : true # Can optionally hide the title in sections (default: false)
8
+ hideTitle : false # Can optionally hide the title in sections (default: false)
9
9
numShow : 4 # Can optionally increase the number of posts to display (default: 3)
10
10
showMoreButton : false # Can optionally show 'More Posts' button (default: false)
Original file line number Diff line number Diff line change 1
1
section :
2
2
name : Project Team
3
3
id : team
4
- enable : true
4
+ enable : false
5
5
weight : 6
6
6
showOnNavbar : true
7
7
hideTitle : false
Original file line number Diff line number Diff line change 13
13
14
14
< div class ="container-fluid intro " id ="intro ">
15
15
< style >
16
- video {
17
- width : 45vw ;
18
- /* 25% of the viewport width */
19
- height : 45vh ;
20
- /* 25% of the viewport height */
16
+ # screenshot {
17
+ width : 80% ;
21
18
}
22
19
23
20
.left-half ,
28
25
}
29
26
30
27
.left-half {
31
- padding : 10% ; /* Border of 20% on each side */
32
- box-sizing : border-box;
28
+ /* Border of 20% on each side */
29
+ padding : 10% ;
30
+ box-sizing : border-box;
33
31
}
34
32
</ style >
35
33
< span class ="on-the-fly-behavior "> </ span >
44
42
</ span >
45
43
</ div >
46
44
< div class ="col-md-6 right-half d-flex justify-content-center align-items-center ">
47
- < video controls class ="video " autoplay loop >
48
- < source src ="videos/screencast.webm " type ="video/webm ">
49
- Your browser does not support the video tag.
50
- </ video >
45
+ < picture id ="screenshot ">
46
+ < img src ="images/screenshot.png " alt ="Screenshot ">
47
+ </ picture >
51
48
</ div >
52
49
{{ if $sections }}
53
50
{{ range first 2 (where (sort $sections "section.weight") ".section.enable" true) }}
You can’t perform that action at this time.
0 commit comments