Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Commit

Permalink
Add robots.txt, favicon, and touch icons
Browse files Browse the repository at this point in the history
I'm not a graphic designer! If someone else comes up with better images, I'll
be way more happy than disappointed to see these go. I Just thought I'd lay the
ground work for serving static content from the root, and get something
acceptable up in the mean time :)
  • Loading branch information
uniphil committed Feb 7, 2017
1 parent f768935 commit ee73ea8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Binary file added public/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/browserconfig.xml
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
</tile>
</msapplication>
</browserconfig>
Binary file added public/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions public/robots.txt
@@ -0,0 +1,3 @@
# Allow crawling of all content
User-agent: *
Disallow:
Binary file added public/tile-wide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/tile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions templates/container.hbs
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<title>Rust Contributors</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="/styles/bootstrap.css" />
<link rel="stylesheet" href="/styles/styles.css" />
<link rel="stylesheet" href="/styles/custom.css" />
Expand Down

0 comments on commit ee73ea8

Please sign in to comment.