From fb52027bb1f2a177a9f0dc24e7b7687f0343d398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20R=2E=20=C3=81vila?= Date: Mon, 14 Sep 2020 22:23:06 -0500 Subject: [PATCH] Readme links --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ec233e3..a7a6671 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - [Home Page](#as-home-page) - [New Tab](#as-new-tab) - [Customization](#customization) + - [Links and Icons](#links-and-icons) - [Colors](#colors) - [Wather Widget](#weather-widget) - [Image Background](#image-background) @@ -46,9 +47,26 @@ ### Customization +> All the code is using variables and is comented, It's easy to customize the project to your own, and this sections are the principal customizable elements in the Startpage: + +#### Links and Icons +You can change the links (and the icons too) in the HTML Code: + +

+ +

+ +Change the link in the `href` property with the link you want. (The `target="blank"` makes the link to open a new tab with the link you choose). +The Project uses `https://feathericons.com/` for the icons, and you can change them in the `data-feather=""` property with the name of the icon. + + #### Colors In the CSS code you can always change the variables for both themes (Dark and Light) +

+ +

+ #### Weather Widget For setting up the Weather widget you're going to need an API Key in: `https://openweathermap.org/`. Once you have your Key you'll need to set yourlatitude and longitude, you can use: `https://www.latlong.net/` to get them. Once you have the data, you'll need to set them in the `weather.js` in the **js** folder. The code is