Skip to content

Commit 700a547

Browse files
committed
Bumped up app tagline size
1 parent 77f857a commit 700a547

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

_config.yml

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,21 @@ ios_app_id : 618783545
44
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
55
playstore_link : # Enter Google Play Store URL.
66
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
7-
Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
7+
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
88

99
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
1010
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
1111
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
12-
app_description : Wherever some that and kiwi that well
13-
dolphin alas this the mindfully jeepers
14-
one aside canny one preparatory up less therefore
15-
hello oh amid goodness checked.
12+
app_description : Write a short tagline for your app.
1613

1714
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
1815

1916

2017

2118
# Information About Yourself
22-
your_name : Emil Baehr # Your name. Will be shown in the footer.
23-
your_link : https://emilbaehr.com # Link to a website of your choice when your name is clicked.
24-
your_city : Copenhagen # Tell people where you're from.
19+
your_name : Emil Baehr
20+
your_link : https://emilbaehr.com
21+
your_city : Copenhagen
2522
email_address : [email protected]
2623
facebook_username :
2724
instagram_username : ebaehr
@@ -31,7 +28,7 @@ youtube_username :
3128

3229

3330

34-
# Feature List # Edit, add or remove features to be presented.
31+
# Feature List Edit, add or remove features to be presented.
3532
features :
3633

3734
- title : GitHub Pages Jekyll Theme
@@ -77,35 +74,35 @@ features :
7774

7875

7976
# Theme Settings
80-
header_image : assets/headerimage.png # Replace with alternative image path or image URL.
81-
device_color : black # Set to: blue, black, yellow, coral or white.
77+
topbar_color : "#000000"
78+
topbar_transparency : 0.1
79+
topbar_title_color : "#ffffff"
80+
81+
cover_image : assets/headerimage.png # Replace with alternative image path or image URL.
82+
cover_overlay_color : "#363b3d"
83+
cover_overlay_transparency : 0.8
8284

83-
body_color : "ffffff"
85+
device_color : black # Set to: blue, black, yellow, coral or white.
8486

85-
accent_color : "#1d63ea"
87+
body_background_color : "ffffff"
8688

87-
header_title_color : "#ffffff"
89+
link_color : "#1d63ea"
8890

8991
app_title_color : "#ffffff"
9092
app_price_color : "#ffffff"
9193
app_description_color : "#ffffff"
9294

9395
feature_title_color : "#000000"
9496
feature_text_color : "#666666"
95-
footer_text_color : "#666666"
96-
97-
header_color : "#000000"
98-
header_transparency : 0.1
99-
100-
image_overlay_color : "#363b3d"
101-
image_overlay_transparency : 0.8
10297

10398
feature_icons_foreground_color : "#1d63ea"
10499
feature_icons_background_color : "#e6e6e6"
105100

106101
social_icons_foreground_color : "#666666"
107102
social_icons_background_color : "#e6e6e6"
108103

104+
footer_text_color : "#666666"
105+
109106

110107

111108

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Smart App Banner -->
1313
{% if site.enable_smart_app_banner %}
14-
<meta name="apple-itunes-app" content="app-id={{ site.ios_app_id }}">
14+
<meta name="apple-itunes-app" content="app-id={{ site.ios_app_id }}">
1515
{% endif %}
1616

1717
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">

_sass/layout.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ nav > ul li a:active {
131131
grid-area: i;
132132
display: flex;
133133
flex-wrap: wrap;
134-
padding-top: 113px;
134+
padding-top: 140px;
135135
align-content: flex-start;
136136
}
137137

@@ -197,6 +197,9 @@ nav > ul li a:active {
197197
}
198198

199199
.appDescriptionContainer {
200+
font-size: 2.5rem;
201+
font-weight: normal;
202+
width: 100%;
200203
align-items: flex-start;
201204
margin-top: 45px;
202205
flex: 0 1 auto;

main.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# Front matter comment to ensure Jekyll properly reads file.
33
---
44

5-
$body-color: {{ site.body_color }};
5+
$body-color: {{ site.body_background_color }};
66

7-
$header-image: "{{ site.header_image }}";
7+
$header-image: "{{ site.cover_image }}";
88
$device-color: "assets/{{ site.device_color }}.png";
99

10-
$accent-color: {{ site.accent_color }};
10+
$accent-color: {{ site.link_color }};
1111

12-
$header-title-color: {{ site.header_title_color }};
12+
$header-title-color: {{ site.topbar_title_color }};
1313
$app-title-color: {{ site.app_title_color }};
1414
$app-price-color: {{ site.app_price_color }};
1515
$app-description-color: {{ site.app_description_color }};
@@ -18,11 +18,11 @@ $feature-title-color: {{ site.feature_title_color }};
1818
$feature-text-color: {{ site.feature_text_color }};
1919
$footer-text-color: {{ site.footer_text_color }};
2020

21-
$header_color: {{ site.header_color }};
22-
$header_transparency: {{ site.header_transparency }};
21+
$header_color: {{ site.topbar_color }};
22+
$header_transparency: {{ site.topbar_transparency }};
2323

24-
$image-overlay-color: {{ site.image_overlay_color }};
25-
$image-overlay-transparency: {{ site.image_overlay_transparency }};
24+
$image-overlay-color: {{ site.cover_overlay_color }};
25+
$image-overlay-transparency: {{ site.cover_overlay_transparency }};
2626

2727
$feature-icons-foreground-color: {{ site.feature_icons_foreground_color }};
2828
$feature-icons-background-color: {{ site.feature_icons_background_color }};

0 commit comments

Comments
 (0)