Skip to content

Commit 90a6bfb

Browse files
committed
refactor: rename user
1 parent ec357f0 commit 90a6bfb

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<h3 align="center">Simple site to group all my profiles on social networks in one place.</h3>
33

44
<p align="center">
5-
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/jchn146/linktree?color=04D361&labelColor=000000">
5+
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/johnggli/linktree?color=04D361&labelColor=000000">
66

7-
<a href="https://www.linkedin.com/in/jchn146/">
7+
<a href="https://www.linkedin.com/in/johnggli/">
88
<img alt="Made by" src="https://img.shields.io/static/v1?label=made%20by&message=John%20Emerson&color=04D361&labelColor=000000">
99
</a>
1010

11-
<img alt="Repository size" src="https://img.shields.io/github/repo-size/jchn146/linktree?color=04D361&labelColor=000000">
11+
<img alt="Repository size" src="https://img.shields.io/github/repo-size/johnggli/linktree?color=04D361&labelColor=000000">
1212

13-
<a href="https://github.com/jchn146/linktree/commits/master">
14-
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/jchn146/linktree?color=04D361&labelColor=000000">
13+
<a href="https://github.com/johnggli/linktree/commits/master">
14+
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/johnggli/linktree?color=04D361&labelColor=000000">
1515
</a>
1616
</p>
1717

@@ -25,22 +25,22 @@
2525
---
2626

2727
<p align="center">
28-
<img alt="preview" src="preview.png">
28+
<img alt="screenshot" src="screenshot.png">
2929
</p>
3030

3131
---
3232

3333
## 💡 About the project
3434

3535
This is an open source project that serves as a free alternative to the Linktree website.
36-
- [Demo](https://jchn146.github.io/linktree)
36+
- [Demo](https://johnggli.github.io/linktree)
3737

3838
## 🚀 Getting started
3939

4040
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.
41-
[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:
41+
[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:
4242
```bash
43-
git clone https://github.com/jchn146/linktree
43+
git clone https://github.com/johnggli/linktree
4444
```
4545
- Once the files are on your machine, open the _linktree_ folder in [Visual Studio Code](https://code.visualstudio.com/).
4646
- 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
6363

6464
---
6565

66-
Made with ❤️ by John Emerson :wave: [Get in touch](https://jchn146.github.io/linktree)
66+
Made with ❤️ by John Emerson :wave: [Get in touch](https://johnggli.github.io/linktree)

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@
4040
</div>
4141

4242
<div id="userName">
43-
@jchn146
43+
@johnggli
4444
</div>
4545

4646
<div id="links">
47-
<a class="link" href="https://github.com/jchn146" target="_blank">
47+
<a class="link" href="https://github.com/johnggli" target="_blank">
4848
<i class="fab fa-github">&nbsp;</i>Github
4949
</a>
50-
<a class="link" href="https://www.linkedin.com/in/jchn146" target="_blank">
50+
<a class="link" href="https://www.linkedin.com/in/johnggli" target="_blank">
5151
<i class="fab fa-linkedin">&nbsp;</i>Linkedin
5252
</a>
53-
<a class="link" href="https://www.facebook.com/jchn146" target="_blank">
53+
<a class="link" href="https://www.facebook.com/johnggli" target="_blank">
5454
<i class="fab fa-facebook">&nbsp;</i>Facebook
5555
</a>
56-
<a class="link" href="https://www.instagram.com/jchn146" target="_blank">
56+
<a class="link" href="https://www.instagram.com/johnggli" target="_blank">
5757
<i class="fab fa-instagram">&nbsp;</i>Instagram
5858
</a>
59-
<a class="link" href="https://twitter.com/jchn146" target="_blank">
59+
<a class="link" href="https://twitter.com/johnggli" target="_blank">
6060
<i class="fab fa-twitter">&nbsp;</i>Twitter
6161
</a>
62-
<a class="link" href="https://myanimelist.net/profile/jchn146" target="_blank">
62+
<a class="link" href="https://myanimelist.net/profile/johnggli" target="_blank">
6363
<i class="fa fa-play-circle">&nbsp;</i>MyAnimeList
6464
</a>
6565
</div>

preview.png

-157 KB
Binary file not shown.

screenshot.png

178 KB
Loading

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:root {
44
--bgColor: #223344;
55
--bgColor2: #090a0f;
6-
--accentColor: #E6E6E6;
6+
--accentColor: #FFF;
77
--font: 'Karla', sans-serif;
88
--delay: .3s;
99
}
@@ -28,7 +28,7 @@ body {
2828
width: 96px;
2929
height: 96px;
3030
display: block;
31-
margin: 35px auto 20px;
31+
margin: 40px auto 20px;
3232
border-radius: 50%;
3333
-webkit-tap-highlight-color: transparent;
3434
}

0 commit comments

Comments
 (0)