Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelOToole committed Mar 1, 2024
1 parent 86bec41 commit 89309ed
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Dependencies
node_modules

# System Files
.DS_Store
Thumbs.db
.map

*.map
Binary file added src/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 src/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 src/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 src/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion src/images/responsive-video-poster-logo.svg

This file was deleted.

Binary file removed src/images/responsive-video-poster-social.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/images/share-url-logo.svg
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 src/images/share-url-social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<title>Share URL - Share a URL with Web Share and copying to the clipboard</title>
<meta name="description" content="Share a URL with Web Share and copying to the clipboard">

<!-- <meta property="og:title" content="Share URL">
<meta property="og:title" content="Share URL">
<meta property="og:description" content="Share a URL with Web Share and copying to the clipboard">
<meta property="og:site_name" content="Share URL">
<meta property="og:url" content="https://nigelotoole.github.io/share-url/">
<meta property="og:image" content="https://nigelotoole.github.io/share-url/images/share-url-social.png">
<meta property="og:image:alt" content="Share URL">
<meta name="twitter:card" content="summary_large_image"> -->
<meta name="twitter:card" content="summary_large_image">

<!-- <link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" href="favicon.ico" sizes="any">
<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="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">

<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/share-url.css">
Expand Down Expand Up @@ -47,7 +47,7 @@ <h1 class="logo-text">Share URL</h1>
<div class="heading page-intro">
<h2 class="page-heading">Share a URL with Web Share and copying to the clipboard</h2>

<!-- <img src="images/share-url-logo.svg" class="page-intro-img" width="80" height="80" alt="Share URL logo"> -->
<img src="images/share-url-logo.svg" class="page-intro-img" width="80" height="80" alt="Share URL logo">
</div>

<h3>Features</h3>
Expand Down
4 changes: 3 additions & 1 deletion src/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/styles/share-url.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/styles/site/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.page-heading {
font-size: 2.3rem;
font-size: 3rem;
}
.page-intro-img {
Expand Down

0 comments on commit 89309ed

Please sign in to comment.