Skip to content

Commit 6379bd1

Browse files
committed
Fixing Readme, adding link preview image and meta tags
1 parent 57917ea commit 6379bd1

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ Die schnellste Möglichkeit, Abfahrtsinformationen in Dresden zu erhalten.
66

77
*The fastest way to get your departure infos in Dresden*
88
<br>
9-
<style>
10-
.openButton{
11-
background-color:#ffc107;color:black;padding:12px;overflow:hidden;border-radius:5px; font-size:20px
12-
}
13-
.openButton:hover{
14-
background-color:#ffd54f!important;
15-
}
16-
</style>
17-
<a class="openButton" href="https://dvbfast.github.io" target="_blank" style="background-color:#ffc107;color:black;padding:12px;overflow:hidden;border-radius:5px; font-size:20px">Öffnen</a>
18-
</div>
9+
<h2><a class="openButton" href="https://dvbfast.github.io" target="_blank" style="background-color:#ffc107;color:black;padding:12px;overflow:hidden;border-radius:5px; font-size:20px">Webseite öffnen</a>
10+
</div></h2>
1911
<br>
2012
<br>
2113

assets/images/linkpreview.jpg

23.2 KB
Loading

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<link type="text/css" rel="stylesheet" href="assets/frameworks/materialize/css/materialize.min.css"
1010
media="screen,projection" />
1111

12+
<meta property="og:url" content="https://dvbfast.github.io" />
13+
<meta property="og:type" content="article" />
14+
<meta property="og:title" content="DVBFast - Die schnellste Abfahrtsanzeige für Dresden" />
15+
<meta property="og:description" content="Basierend auf dem Standort werden die Abfahrtszeiten der umliegenden Haltestellen angezeigt - ganz ohne Eingabe oder Suche!" />
16+
<meta property="og:image" content="http://dvbfast.github.io/assets/images/linkpreview.jpg" />
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta property="og:site_name" content="DVBFast">
19+
<meta name="twitter:image:alt" content="Logo of DVBFast">
20+
1221
<meta charset="utf-8">
1322
<meta name="mobile-web-app-capable" content="yes">
1423
<meta name="apple-mobile-web-app-capable" content="yes">

other/linkpreview.afdesign

14.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)