Skip to content

Commit

Permalink
Brand Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sethcottle committed Apr 28, 2023
1 parent 9a2fd05 commit cf4bd2f
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 17 deletions.
2 changes: 1 addition & 1 deletion css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ button:hover,
/* Default (this is great for your own brand color!) */
.button.button-default {
color: #ffffff;
background-color: #0085ff;
background-color: #2457F5;
}
.button.button-default:hover,
.button.button-default:focus {
Expand Down
4 changes: 2 additions & 2 deletions css/skeleton-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ p {
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #0085ff;
color: #4899F7;
}
a:hover {
color: #0085ff;
color: #7AB8FF;
}

/* Code
Expand Down
4 changes: 2 additions & 2 deletions css/skeleton-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ p {
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #0085ff;
color: #4899F7;
}
a:hover {
color: #0085ff;
color: #7AB8FF;
}

/* Code
Expand Down
4 changes: 2 additions & 2 deletions css/skeleton-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ p {
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #0085ff;
color: #2457F5;
}
a:hover {
color: #0085ff;
color: #083BDA;
}

/* Code
Expand Down
Binary file removed images/avatar.png
Binary file not shown.
5 changes: 0 additions & 5 deletions images/avatar.svg

This file was deleted.

Binary file removed images/[email protected]
Binary file not shown.
10 changes: 9 additions & 1 deletion images/icons/littlelink.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 images/littlelink.png
Loading
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 images/littlelink.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 images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>LittleLink</title>
<meta name="description" content="Find us online!">
<meta name="description" content="https://littlelink.io">
<meta name="author" content="Seth Cottle">

<!-- Mobile Specific Metas
Expand All @@ -32,7 +32,7 @@

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/avatar.png">
<link rel="icon" type="image/png" href="images/littlelink.png">

</head>

Expand Down Expand Up @@ -63,13 +63,13 @@
-->

<!-- Your Image Here -->
<img src="images/avatar.png" class="avatar" srcset="images/[email protected] 2x" alt="LittleLink Logo">
<img src="images/littlelink.svg" class="avatar" srcset="images/littlelink.svg 2x" alt="LittleLink Logo">

<!-- Title -->
<h1>LittleLink</h1>

<!-- Short Bio -->
<p>LittleLink is an open source DIY alternative to services like <a href="https://linktr.ee" target="_blank" rel="noopener">Linktree</a> and <a href="https://many.link" target="_blank" rel="noopener">many.link</a>. LittleLink was built using <a href="http://www.getskeleton.com" target="_blank" rel="noopener">Skeleton</a>, a dead simple, responsive boilerplate—we've just created some branded buttons and stripped out the things you won't need. 😊</p>
<p>LittleLink is an open source DIY alternative to services like <a href="https://linktr.ee" target="_blank" rel="noopener">Linktree</a>.</p>

<!--
Expand Down

0 comments on commit cf4bd2f

Please sign in to comment.