Skip to content

Commit

Permalink
Updated favicon and CSS and added manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
noowz committed Jul 25, 2023
1 parent 2e4c1f1 commit 4d9a652
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 16 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<p align="center">
<a target="_blank" href="https://github.com/noowz/devlinks" title="DevLinks">
<img src="https://i.imgur.com/uyjIoIK.png" width="256" alt="DevLinks" draggable="false">
</a>
</p>

---
<h1 align="center">DEVLINKS</h1>

<p align="center">
<a href="#-about">About</a> |
Expand All @@ -19,7 +13,7 @@

This project is part of an exclusive and free program promoted by <a href="https://rocketseat.com.br" target="_blank">Rocketseat</a> for teaching Web technologies.

DevLinks is a link aggregator to use as an online business card, like <a href="https://linktr.ee" target="_blank">Linktree</a>, <a href="https://ayo.so" target="_blank">Ayo</a> or <a href="https://carrd.co" target="_blank">Carrd</a>.
This project is a link aggregator to use as an online business card, like <a href="https://linktr.ee" target="_blank">Linktree</a>, <a href="https://ayo.so" target="_blank">Ayo</a> or <a href="https://carrd.co" target="_blank">Carrd</a>.

---

Expand Down
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap');

@media (prefers-color-scheme: dark) {
* {
margin: 0;
Expand Down
Binary file removed img/favicon.ico
Binary file not shown.
Binary file added img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@
<meta name="description" content="Link aggregator to use as an online business card.">
<meta name="author" content="Noowz">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en_US">
<meta property="og:title" content="Noowz | DevLinks">
<meta property="og:type" content="website">
<meta property="og:url" content="https://noowz-devlinks.pages.dev">
<meta property="og:image" content="https://i.imgur.com/JXTWnTw.png">
<meta property="og:description" content="Link aggregator to use as an online business card.">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="pt_PT">
<meta property="og:locale:alternate" content="pt_BR">
<meta property="og:locale:alternate" content="fr_FR">
<meta property="og:site_name" content="Noowz | DevLinks">
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap">
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="css/style.css">
<link rel="manifest" href="manifest.json">
<script src="https://kit.fontawesome.com/69bb8dd1b2.js" crossorigin="anonymous"></script>
</head>

Expand Down
19 changes: 19 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Noowz | DevLinks",
"short_name": "Noowz | DevLinks",
"description": "Link aggregator to use as an online business card.",
"start_url": "index.html",
"theme_color": "#5865F2",
"background_color": "#36393F",
"orientation": "any",
"display": "standalone",
"icons": [
{
"src": "img/favicon.png",
"sizes": "16x16",
"type": "image/png"
}
],
"lang": "en",
"scope": "/"
}

0 comments on commit 4d9a652

Please sign in to comment.