diff --git a/README.md b/README.md index 3506aa8..c0fe8be 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@

Simple site to group all my profiles on social networks in one place.

- GitHub top language + GitHub top language - + Made by - Repository size + Repository size - - GitHub last commit + + GitHub last commit

@@ -25,7 +25,7 @@ ---

- preview + screenshot

--- @@ -33,14 +33,14 @@ ## 💡 About the project This is an open source project that serves as a free alternative to the Linktree website. -- [Demo](https://jchn146.github.io/linktree) +- [Demo](https://johnggli.github.io/linktree) ## 🚀 Getting started If you installed git you can clone the code to your machine, or download a ZIP of all the files directly. -[Download the ZIP from this location](https://github.com/jchn146/linktree/archive/master.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine: +[Download the ZIP from this location](https://github.com/johnggli/linktree/archive/master.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine: ```bash -git clone https://github.com/jchn146/linktree +git clone https://github.com/johnggli/linktree ``` - Once the files are on your machine, open the _linktree_ folder in [Visual Studio Code](https://code.visualstudio.com/). - With the files open in Visual Studio Code, press the **Go Live** button at the bottom of the window to launch the files with [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). @@ -63,4 +63,4 @@ This project is under the MIT license. See the [LICENSE](LICENSE.md) file for mo --- -Made with ❤️ by John Emerson :wave: [Get in touch](https://jchn146.github.io/linktree) +Made with ❤️ by John Emerson :wave: [Get in touch](https://johnggli.github.io/linktree) diff --git a/index.html b/index.html index abbbbdb..7bef718 100644 --- a/index.html +++ b/index.html @@ -40,26 +40,26 @@
- @jchn146 + @johnggli
diff --git a/preview.png b/preview.png deleted file mode 100644 index 66b1254..0000000 Binary files a/preview.png and /dev/null differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..a6dffa0 Binary files /dev/null and b/screenshot.png differ diff --git a/style.css b/style.css index d908fb2..4748676 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ :root { --bgColor: #223344; --bgColor2: #090a0f; - --accentColor: #E6E6E6; + --accentColor: #FFF; --font: 'Karla', sans-serif; --delay: .3s; } @@ -28,7 +28,7 @@ body { width: 96px; height: 96px; display: block; - margin: 35px auto 20px; + margin: 40px auto 20px; border-radius: 50%; -webkit-tap-highlight-color: transparent; }