Skip to content

Commit db95afc

Browse files
committed
rename remaining milano occurences to hamburg
1 parent c595093 commit db95afc

8 files changed

+19
-19
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "jeffconf-milano",
2+
"name": "jeffconf-hamburg",
33
"version": "0.0.1",
4-
"description": "JeffConf Milano website",
4+
"description": "JeffConf Hamburg website",
55
"scripts": {
66
"dev": "./node_modules/.bin/gulp serve-dev",
77
"build": "./node_modules/.bin/gulp build"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/alexcasalboni/JeffConf-Milano.git"
11+
"url": "git+https://github.com/alexcasalboni/JeffConf-Hamburg.git"
1212
},
1313
"keywords": [
1414
"jeffconf",
@@ -18,9 +18,9 @@
1818
"author": "Alex Casalboni",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/alexcasalboni/JeffConf-Milano/issues"
21+
"url": "https://github.com/alexcasalboni/JeffConf-Hamburg/issues"
2222
},
23-
"homepage": "https://github.com/alexcasalboni/JeffConf-Milano#readme",
23+
"homepage": "https://github.com/alexcasalboni/JeffConf-Hamburg#readme",
2424
"devDependencies": {
2525
"browser-sync": "^2.18.12",
2626
"connect-history-api-fallback": "^1.3.0",

src/jeff.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if (!document.getElementById(elementID)) {
99
return;
1010
}
11-
document.title = "JeffConf Milano 2017 - " + elementID;
11+
document.title = "JeffConf Hamburg 2018 - " + elementID;
1212
window.history.pushState(null, null, "/" + elementID);
1313
changeArticle(elementID);
1414
}

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "JeffConf Italy @ Milan",
3-
"short_name": "JeffConf Milano",
3+
"short_name": "JeffConf Hamburg",
44
"icons": [
55
{
66
"src": "\/imgs\/jeff-italy-small.png",

src/robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Welcome to JeffConf 2017!
1+
# Welcome to JeffConf 2018!
22
User-agent: *
33
Allow: /

src/views/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</p>
1111
<p class="fw1 tl mv0">
1212
<span data-lang="Scrivici a">Email us at</span>
13-
<a id="jeffconf-milano-email-footer" class="fw1 tl mt0 mb1 fw5 white" href="mailto:[email protected]">[email protected]</a>
13+
<a id="jeffconf-hamburg-email-footer" class="fw1 tl mt0 mb1 fw5 white" href="mailto:[email protected]">[email protected]</a>
1414
</p>
1515
<p class="tl">
1616
<a href="https://twitter.com/jeffconf" class="twitter-follow-button" data-show-count="false" data-link-color="#000000" data-text-color="#000000">Follow @jeffconf</a>
@@ -22,7 +22,7 @@
2222

2323
<div class="f6 fw1 w-100 pt1 hamburg-red-bg white-90 pb1">
2424
<p>
25-
Copyright &#169; JeffConf 2017
25+
Copyright &#169; JeffConf 2018
2626
</p>
2727
</div>
2828

src/views/header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<div class="dt w-100 vh-30 center cover">
33
<div class="dtc">
44
<div class="tc-ns mt2 mt3-ns ph3">
5-
<h1 class="dn f2 f1-l fw2 white-90 mb0 lh-title">JeffConf Milano 2017</h1>
6-
<img src="/imgs/jeffconf-italy.png" title="JeffConf Milano" alt="JeffConf Milano" />
5+
<h1 class="dn f2 f1-l fw2 white-90 mb0 lh-title">JeffConf Hamburg 2018</h1>
6+
<img src="/imgs/jeffconf-italy.png" title="JeffConf Hamburg" alt="JeffConf Hamburg" />
77
</div>
88
</div>
99
</div>

src/views/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<head>
44
<title>JeffConf Hamburg 2018</title>
55
<meta charset="utf-8" />
6-
<meta property="og:title" content="JeffConf Milano 2017" />
6+
<meta property="og:title" content="JeffConf Hamburg 2018" />
77
<meta property="og:type" content="website" />
8-
<meta property="og:description" content="A community based conference focusing on Jeff-(Serverless-)based platforms and technologies. Feb 16th 2017 in Hamburg" />
8+
<meta property="og:description" content="A community based conference focusing on Jeff-(Serverless-)based platforms and technologies. Feb 16th 2018 in Hamburg" />
99
<meta property="og:url" content="https://milan.jeffconf.com" />
1010
<meta property="og:image" content="https://milan.jeffconf.com/imgs/jeff-italy.png" />
1111
<meta name="twitter:card" content="summary" />
1212
<meta name="twitter:site" content="@JeffConf"/>
13-
<meta name="twitter:title" content="JeffConf Milano 2017"/>
14-
<meta name="twitter:description" content="A community based conference focusing on Jeff-(Serverless-)based platforms and technologies. Feb 16th 2017 in Hamburg"/>
13+
<meta name="twitter:title" content="JeffConf Hamburg 2018"/>
14+
<meta name="twitter:description" content="A community based conference focusing on Jeff-(Serverless-)based platforms and technologies. Feb 16th 2018 in Hamburg"/>
1515
<meta name="twitter:creator" content="@JeffConf"/>
1616
<meta name="twitter:image" content="https://milan.jeffconf.com/imgs/jeff-italy.png"/>
1717
<meta name="twitter:image:src" content="https://milan.jeffconf.com/imgs/jeff-italy.png"/>
1818
<meta name="twitter:domain" content="milan.jeffconf.com"/>
1919
<meta name="viewport" content="width=device-width, initial-scale=1" />
20-
<meta name="description" content="A community based conference focusing on Jeff-(Serverless-)based platforms and technologies. Feb 16th 2017 in Hamburg"/>
20+
<meta name="description" content="A community based conference focusing on Jeff-(Serverless-)based platforms and technologies. Feb 16th 2018 in Hamburg"/>
2121
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
2222
<link rel="manifest" href="/manifest.json" />
2323
<meta name="theme-color" content="#DC002B" />
@@ -71,7 +71,7 @@
7171
}
7272

7373
.header-img {
74-
background-image: url("/imgs/milano.jpg");
74+
background-image: url("/imgs/hamburg.jpg");
7575
}
7676

7777
iframe#eventbrite {

0 commit comments

Comments
 (0)