Skip to content

Commit

Permalink
Update frontal image
Browse files Browse the repository at this point in the history
  • Loading branch information
luisddm committed Nov 7, 2019
1 parent 2c4fefc commit 4250157
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="description" content="{{ site.description }} @ {{ site.event_details }} {{ site.hashtag }}">
<meta name="keywords" content="evento, meetup, conferencia, madrid, software, comunidad, front-end, frontend, html, css, javascript, desarrollo web" />
<meta name="theme-color" content="#222">
<meta name="theme-color" content="#FFE7DE">

<!-- twitter card -->
<meta name="twitter:card" content="summary" />
Expand Down
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--padding-left-right: 5rem;
--padding-top-bottom: 4rem;
--padding-top-bottom-small: 3rem;
--font-relative-size: 75%;
--font-relative-size: 87.5%;
}
}

Expand Down Expand Up @@ -116,7 +116,7 @@ body {
font-weight: normal;
text-align: right;
color: white;
background-image: url('../img/calleAlcalaColor.jpg');
background-image: url('../img/calleAlcalaBW.jpg');
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
Expand Down
Binary file modified assets/img/cto.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 removed assets/img/cto_.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Localización</h1>
</div>
<div class="venue-right">
<div class="venue-right-img">
<img src="{{ '/assets/img/cto_.jpg' | relative_url }}">
<img src="{{ '/assets/img/cto.jpg' | relative_url }}">
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"start_url": "./",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#F5B63F",
"background_color": "#FFFFFF"
"theme_color": "#FFE7DE",
"background_color": "#000000"
}

0 comments on commit 4250157

Please sign in to comment.