Skip to content

Commit

Permalink
Increase font size, add meta property tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Aug 23, 2018
1 parent bd131a4 commit 2dd00d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file added ui/assets/preview-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions ui/templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<meta name="application-name" content="Feedbridge">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="Feedbridge is an Open Source tool that generates RSS, Atom and JSON feeds for sites that don't have a feed.">

<head>
<meta property="og:title" content="Feedbridge" />
<meta property="og:image" content="/static/preview-image.jpg" />
</head>

<body class="w-100 bg-green white avenir">
<section class="mw5 mw7-ns center">
Expand All @@ -25,11 +31,11 @@
</div>
</nav>
<section class="mw7 center">
<h2 class="f3 ph3 ph0-l">What is Feedbridge?</h2>
<h1 class="f2 ph3 ph0-l">What is Feedbridge?</h1>
<article class="lh-copy">
<p>Feedbridge is a tool that generates RSS / Atom or JSON feeds for websites that don't have one or only offer
one without the full content. Feedbridge is plugin-based, so for a website to be available here a plugin
to scrape the source needs to be built.
to scrape it needs to be built.
</article>
</section>
<section class="mw7 center">
Expand Down

0 comments on commit 2dd00d8

Please sign in to comment.