File tree Expand file tree Collapse file tree 5 files changed +25
-7
lines changed Expand file tree Collapse file tree 5 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ features :
77
77
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
78
78
79
79
# Theme Settings
80
- body_color : " #ffffff "
80
+ body_color : " #000 "
81
81
82
82
accent_color : " #1d63ea"
83
83
Original file line number Diff line number Diff line change 10
10
} ) ;
11
11
</ script >
12
12
{% elsif file.path contains 'assets/videos/' %}
13
- < script >
14
- $ ( function ( ) {
15
- $ ( ".iphoneScreen" ) . addClass ( "hidden" ) ;
16
- console . log ( "remove screenshot" ) ;
17
- } ) ;
18
- </ script >
13
+ {% unless file.path contains 'assets/videos/Place-video-files-here.txt' %}
14
+ < script >
15
+ $ ( function ( ) {
16
+ $ ( ".iphoneScreen" ) . addClass ( "hidden" ) ;
17
+ console . log ( "remove screenshot" ) ;
18
+ } ) ;
19
+ </ script >
20
+ {% endunless %}
19
21
{% if file.extname == ".mov" or file.extname == ".mp4" %}
20
22
< script >
21
23
$ ( function ( ) {
Original file line number Diff line number Diff line change 32
32
body {
33
33
-webkit-font-smoothing : antialiased ;
34
34
-moz-osx-font-smoothing : grayscale ;
35
+ background-color : $body-color ;
35
36
}
36
37
37
38
a :link ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ header {
65
65
66
66
.logo {
67
67
display : flex ;
68
+ width : 100% ;
68
69
justify-content : flex-start ;
69
70
align-items : center ;
70
71
height : 115px ;
Original file line number Diff line number Diff line change
1
+ Place video files in this folder.
2
+
3
+ Formats for Chrome & Firefox:
4
+ .webm
5
+ .ogg
6
+
7
+ Formats for Safari:
8
+ .mp4
9
+ .mov
10
+
11
+ Optimal video resolutions:
12
+ 828x1792
13
+ 1125x2436
14
+ 1242x2688
You can’t perform that action at this time.
0 commit comments