From: Luigi Pinca Date: Fri, 10 Mar 2017 17:25:40 +0000 (+0100) Subject: moved logos to public/img/ X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=13d670ef0b7691c994e80d4f109f40342edcfa79;p=binbsis50.git moved logos to public/img/ --- diff --git a/README.md b/README.md index 48b937a..e21ffaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![binb](https://dl.dropbox.com/u/58444696/binb-logo.png) +![binb](https://raw.githubusercontent.com/lpinca/binb/master/public/img/binb-logo.png) binb is a simple, realtime, multiplayer, competitive music listening game. diff --git a/lib/email/template.jade b/lib/email/template.jade index 3f42480..37338ff 100644 --- a/lib/email/template.jade +++ b/lib/email/template.jade @@ -6,7 +6,7 @@ html body(style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;") div(style="width:600px;margin:0 auto;border:3px solid #CCC;border-radius:5px;background-color:#F0F0F0;") div(style="padding:16px 16px 0;font-size:15px;color:#505050;") - img(alt="logo",src="https://dl.dropbox.com/u/58444696/binb-logo.png") + img(alt="logo",src="https://binb.co/static/img/binb-logo.png") h2 Password recovery p To initiate the password reset process for your binb account, | click the link below: diff --git a/public/img/binb-logo-200.png b/public/img/binb-logo-200.png new file mode 100644 index 0000000..d859aee Binary files /dev/null and b/public/img/binb-logo-200.png differ diff --git a/public/img/binb-logo.png b/public/img/binb-logo.png new file mode 100644 index 0000000..2f96111 Binary files /dev/null and b/public/img/binb-logo.png differ diff --git a/views/layout.jade b/views/layout.jade index 31b7247..5d83ccd 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -6,7 +6,7 @@ html meta(name="author", content="Luigi Pinca") meta(name="description", content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!") meta(property="og:description", content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!") - meta(property="og:image", content="https://dl.dropbox.com/u/58444696/binb-logo-200.png") + meta(property="og:image", content="https://binb.co/static/img/binb-logo-200.png") meta(property="og:title", content="binb") meta(property="og:type", content="game") meta(property="og:url", content="https://binb.co/")