Skip to content

Commit

Permalink
Merge pull request #6 from AsithaIndrajith/master
Browse files Browse the repository at this point in the history
changed github-pages uis
  • Loading branch information
AsithaIndrajith authored Dec 30, 2019
2 parents 4c10f32 + 5ebd4cf commit bf77da7
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
app:
name: Sri Lankan National Parks App # REQUIRED - Enter your app name
ios_id: # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
#ios_id: # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
android_id: 912209541 # Optional - Enter Android app id like: com.example.app

icon: images/app-icon-512.png # Leave blank to auto-magically populate
Expand All @@ -22,7 +22,7 @@ app:
# e.g. images/app-favicon.png - can be .ico or .png
# 16px or greater, square

screenshot: images/app-screen-640x1136.jpg # Leave blank to auto-magically populate
#screenshot: images/app-screen-640x1136.jpg # Leave blank to auto-magically populate
# To update use path relative to project root with no leading slash:
# e.g. images/app-screen-640x1136.png
# 640x1136px
Expand Down Expand Up @@ -81,7 +81,7 @@ device: iphone-se-silver-vertical # REQUIRED
# Theme Settings
#
background_color: "#989898" # Optional
background_image: /images/backgrounds/58-usersthink-stock-image-web.jpg # Optional - Use Relative path e.g. images/backgrounds/image.jpg
background_image: /images/backgrounds/11-udawalawa.jpg # Optional - Use Relative path e.g. images/backgrounds/image.jpg
text_color: white # Optional
link_color: # Optional
social_link_color: white # Optional
Expand All @@ -93,7 +93,7 @@ download_button_text_color: white; # Optional
#
# If you want specific meta info for your <head></head> tags
#
title: # Optional - Enter your site title
title: Sri Lankan National Parks # Optional - Enter your site title
description: # Optional - Enter your site description

#
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Sri Lankan National Parks App</title>
<title>Sri Lankan National Parks</title>
<meta name="description" content="">

<!-- Favicon -->
Expand Down
Binary file added docs/_site/images/backgrounds/11-udawalawa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_site/images/devices/iphone-se-silver-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Sri Lankan National Parks App</title>
<title>Sri Lankan National Parks</title>
<meta name="description" content="">

<!-- Favicon -->
Expand Down Expand Up @@ -92,11 +92,7 @@ <h2 class="marketing-header">Travel and Snap</h2>

<p class="marketing-desc">Sri Lankan National Parks App is basically designed with the details of most national parks and observations uploaded by the community. Not only that app is also capable of uploading new observations while travelers roaming around the parks.</p>
<div class="download-buttons">
<a
class="download-btn btn btn-lg"
href="https://itunes.apple.com/app/id?mt=8">
<i class="fa fa-apple fa-lg" aria-hidden="true"></i> App Store
</a>



<a
Expand All @@ -117,7 +113,7 @@ <h2 class="marketing-header">Travel and Snap</h2>

<img
class="app-screenshot"
src="images/app-screen-640x1136.jpg"

/>

</div>
Expand Down
2 changes: 2 additions & 0 deletions docs/_site/themes/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ <h2 class="marketing-header">{{ site.marketing_header }}</h2>

<p class="marketing-desc">{{ site.marketing_desc }}</p>
<div class="download-buttons">
{% if site.app.ios_id %}
<a
class="download-btn btn btn-lg"
href="https://itunes.apple.com/app/id{{ site.app.ios_id }}?mt=8">
<i class="fa fa-apple fa-lg" aria-hidden="true"></i> App Store
</a>
{% endif %}

{% if site.app.android_id %}
<a
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/themes/default/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/images/backgrounds/11-udawalawa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/devices/iphone-se-silver-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/themes/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ <h2 class="marketing-header">{{ site.marketing_header }}</h2>

<p class="marketing-desc">{{ site.marketing_desc }}</p>
<div class="download-buttons">
{% if site.app.ios_id %}
<a
class="download-btn btn btn-lg"
href="https://itunes.apple.com/app/id{{ site.app.ios_id }}?mt=8">
<i class="fa fa-apple fa-lg" aria-hidden="true"></i> App Store
</a>
{% endif %}

{% if site.app.android_id %}
<a
Expand Down

0 comments on commit bf77da7

Please sign in to comment.