-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Styling: Add footer, favicon, and minor tweaks
- Loading branch information
Arthur Gorka
committed
Jul 5, 2020
1 parent
9c0270e
commit 8e345bb
Showing
5 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
|
||
<!DOCTYPE html> | ||
<head> | ||
<meta | ||
name="viewport" | ||
content="minimum-scale=1, initial-scale=1, width=device-width" | ||
/> | ||
</head> | ||
<html> | ||
<head> | ||
<title>Roll - Your Favorite Dice Roller</title> | ||
<meta name="description" content="Dice roller for D&D and other RPG adventures."> | ||
<meta | ||
name="viewport" | ||
content="minimum-scale=1, initial-scale=1, width=device-width" | ||
/> | ||
<link rel="icon" type="image/png" href="/favicon.png"/> | ||
</head> | ||
<body> | ||
<div id="roll"></div> | ||
<script type="text/javascript" src="dist/js/main.js"></script> | ||
<script type="text/javascript" src="js/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React from "react"; | ||
import { Box, Link } from "@material-ui/core"; | ||
|
||
const Footer = () => ( | ||
<Box textAlign="center" fontSize={"10px"} color="#606060" mt={6}> | ||
Created and maintained by{" "} | ||
<Link | ||
target="_blank" | ||
rel="noopener" | ||
rel="noreferrer" | ||
href="https://github.com/atribed/" | ||
> | ||
@atribed | ||
</Link> | ||
. | ||
</Box> | ||
); | ||
|
||
export default Footer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8e345bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: