Skip to content

Commit

Permalink
added ashe image to the heaader + replaced some web-app / meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
baenans committed Oct 31, 2016
1 parent 652782a commit 3490db4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
Binary file added images/ashe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">

<title>My App</title>
<meta name="description" content="My App description">
<title>LAN Party - ETSI Informática</title>
<meta name="description" content="LAN Party - ETSI Informática">

<link rel="icon" href="/images/favicon.ico">

Expand All @@ -27,12 +27,12 @@

<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="My App">
<meta name="application-name" content="LAN Party - ETSI Informática">

<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="My App">
<meta name="apple-mobile-web-app-title" content="LAN Party - ETSI Informática">

<!-- Homescreen icons -->
<link rel="apple-touch-icon" href="/images/manifest/icon-48x48.png">
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "My App",
"short_name": "My App",
"name": "LAN Party - ETSI Informática",
"short_name": "LAN Party - ETSI Informática",
"start_url": "/?homescreen=1",
"display": "standalone",
"theme_color": "#3f51b5",
Expand Down
7 changes: 4 additions & 3 deletions polymer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"entrypoint": "index.html",
"shell": "src/my-app.html",
"fragments": [
"src/my-view1.html",
"src/my-view2.html",
"src/my-view3.html",
"src/my-home.html",
"src/my-inscribete.html",
"src/my-torneos.html",
"src/my-contacto.html",
"src/my-view404.html"
],
"sourceGlobs": [
Expand Down
4 changes: 2 additions & 2 deletions src/my-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
color: white;
background-color: var(--app-primary-color);
--app-header-background-front-layer: {
background-image: url(http://app-layout-assets.appspot.com/assets/bg1.jpg);
background-image: url(/images/ashe.jpg);
background-position: left center;
};
--app-header-background-rear-layer: {
background-image: url(http://app-layout-assets.appspot.com/assets/bg2.jpg);
/*background-image: url(http://app-layout-assets.appspot.com/assets/bg2.jpg);*/
background-position: left center;
};
}
Expand Down

0 comments on commit 3490db4

Please sign in to comment.