Skip to content

Commit

Permalink
removed unnessesary files and added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-hetzel committed Oct 28, 2019
1 parent f89e9bc commit 59fd1b9
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 195 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

Binary file added android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
49 changes: 33 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,47 @@
<head>
<meta charset="utf-8" />
<title>Cloneterest</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="./style.css" />
<script src="index.js"></script>
</head>
<body>
<div id="header_div">
<div id="contact">
<a
href="https://github.com/Seanhetzel/cloneterest"
target="_blank"
href="https://github.com/Seanhetzel/cloneterest"
target="_blank"
>
<img
id="github_img"
src="http://blogs.vmware.com/management/files/2019/04/25231.png"
alt="GitHub"
/>
</a>
<img
id="github_img"
src="http://blogs.vmware.com/management/files/2019/04/25231.png"
alt="GitHub"
/>
</a>
</div>
<h1 id="title">C L O N E T E R E S T</h1>
</div>
<h1 id="title">C L O N E T E R E S T</h1>
</div>

<div id="new_pin_div">
<h2>Add Pin</h2>
</div>
<div class="parent" id="pins_div"></div>


<div id="new_pin_div">
<h2>Add Pin</h2>
</div>
<div class="parent" id="pins_div"></div>
</body>
</html>
174 changes: 0 additions & 174 deletions pins.json

This file was deleted.

1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 59fd1b9

Please sign in to comment.