Skip to content

Commit d99df74

Browse files
authored
Removed imgur, updated links & added stargazer graph
1 parent 4abca3c commit d99df74

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

README.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<p align="center">
2-
<img width="200px" src="https://linkstack.org/wp-content/uploads/2023/04/logo-animated.svg"><br>
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" width="400px" srcset="https://i.imgur.com/d1mdtEw.png">
5-
<img width="400px" src="https://i.imgur.com/pPMgaqF.png">
6-
</picture>
2+
<img width="200px" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/logo/svg/logo_animated.svg"><br>
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" width="400px" srcset="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/website_light.png">
5+
<img width="400px" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/website_dark.png">
6+
</picture>
77
</p>
88

99
<h3 align="center"><b>Open-Source Linktree Alternative</b></h3>
@@ -42,7 +42,7 @@
4242
---
4343

4444
<p align="center">
45-
<a href="https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip"><img src="https://i.imgur.com/GZvrPEm.png" alt="Download latest" width="380" ></a>
45+
<a href="https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip"><img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/download_latest.png" alt="Download latest" width="380" ></a>
4646
<br>
4747
<a href="https://github.com/linkstackorg/linkstack/releases"><img alt="GitHub release (latest by date)" src="https://img.llc.ovh/github/v/release/JulianPrieber/LittleLink-Custom?label=Latest%20release"></a>
4848
</p>
@@ -83,7 +83,7 @@ Our goal is to provide a free version of a link-sharing service, similar to Link
8383
<br>
8484

8585
<p align="center">
86-
<a href="https://linkstack.org/instances/"><img src="https://i.imgur.com/9F3MIyL.png" alt="Community instances" width="350" ></a>
86+
<a href="https://linkstack.org/instances"><img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/create_account.png" alt="Community instances" width="350" ></a>
8787
</p>
8888
8989
## Themes
@@ -101,9 +101,9 @@ Contribute by designing your own themes. You can read more about contributing be
101101

102102
<br>
103103

104-
|![preview1](https://raw.githubusercontent.com/JulianPrieber/stargazer/main/preview.png) |![preview2](https://raw.githubusercontent.com/JulianPrieber/Magic-Kingdom/main/preview.png)|
104+
|![preview1](https://raw.githubusercontent.com/LinkStackOrg/stargazer/main/preview.png) |![preview2](https://raw.githubusercontent.com/LinkStackOrg/Magic-Kingdom/main/preview.png)|
105105
| ------------- |-------------|
106-
|![preview3](https://raw.githubusercontent.com/JulianPrieber/polygon/main/preview.png)|![preview4](https://raw.githubusercontent.com/JulianPrieber/PolySleek/main/preview.png)|
106+
|![preview3](https://raw.githubusercontent.com/LinkStackOrg/polygon/main/preview.png)|![preview4](https://raw.githubusercontent.com/LinkStackOrg/PolySleek/main/preview.png)|
107107

108108
<br>
109109

@@ -126,7 +126,7 @@ Now click on Choose file and select your downloaded theme zip file. Now click on
126126
If you know a bit about CSS, consider making your own theme and adding it to the public directory.
127127
Everything is documented in the dedicated GitHub repository.
128128

129-
[github.com/JulianPrieber/llc-themes/tree/main/contributing](https://github.com/JulianPrieber/llc-themes/tree/main/contributing)
129+
[github.com/LinkStackOrg/linkstack-themes/tree/main/contributing](https://github.com/LinkStackOrg/linkstack-themes/tree/main/contributing)
130130

131131
## Installation
132132

@@ -142,18 +142,18 @@ Everything is documented in the dedicated GitHub repository.
142142
When accessing your instance for the first time, you will be greeted by the first setup page.
143143

144144
<p align="center">
145-
<img width="650" src="https://i.imgur.com/EWGy7iH.png">
145+
<img width="650" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/setup_wizard.png">
146146
</p>
147147

148148
<br>
149149

150150
## Docker
151151

152152
<p align="center">
153-
<a href="https://github.com/JulianPrieber/llc-docker">
153+
<a href="https://github.com/linkstackorg/linkstack-docker">
154154
<picture>
155-
<source media="(prefers-color-scheme: dark)" width="600px" srcset="https://i.imgur.com/tSHEDPv.png">
156-
<img width="600px" src="https://i.imgur.com/0gH7UKM.png">
155+
<source media="(prefers-color-scheme: dark)" width="600px" srcset="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/docker_edition_dark.png">
156+
<img width="600px" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/docker_edition_light.png">
157157
</picture>
158158
</a>
159159
</p>
@@ -162,15 +162,15 @@ The official docker version of [LinkStack](https://github.com/linkstackorg/links
162162

163163
The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/linkstackorg/linkstack).
164164

165-
This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org/), a free and open-source cross-platform web server software. The docker comes with [PHP 8.0](https://www.php.net/releases/8.0/en.php) for high compatibility and performance.
165+
This docker is based on [Alpine Linux](https://www.alpinelinux.org), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org), a free and open-source cross-platform web server software. The docker comes with [PHP 8.0](https://www.php.net/releases/8.0/en.php) for high compatibility and performance.
166166

167167
#### Using the docker is as simple as pulling and deploying.
168168

169169
#### Pull
170170

171171
`docker pull linkstackorg/linkstack`
172172

173-
#### [Learn more about the Docker version](https://github.com/JulianPrieber/llc-docker)
173+
#### [Learn more about the Docker version](https://github.com/LinkStackOrg/linkstack-docker)
174174

175175
<br>
176176

@@ -202,7 +202,7 @@ If you switched your database to MySQL, your database will not be included in th
202202
<br>
203203

204204
<p align="center">
205-
<a href="https://discord.linkstack.org"><img src="https://i.imgur.com/zRSnxjk.png" alt="Join the Discord" width="600" ></a>
205+
<a href="https://discord.linkstack.org"><img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/discord.png" alt="Join the Discord" width="600" ></a>
206206
</p>
207207

208208
<br>
@@ -252,7 +252,7 @@ You can support LinkStack [here](https://linkstack.org/sponsor).
252252
Thank you for improving LinkStack!
253253

254254
<p>
255-
<a href="https://github.com/linkstackorg/linkstack/graphs/contributors"><img src="https://components.linkstack.org/contributors/" alt="Contributors" width="600" ></a>
255+
<a href="https://github.com/linkstackorg/linkstack/graphs/contributors"><img src="https://components.linkstack.org/contributors" alt="Contributors" width="600" ></a>
256256
</p>
257257

258258
<br>
@@ -262,13 +262,21 @@ Thank you for improving LinkStack!
262262
Thank you for all your efforts!
263263

264264
<p>
265-
<a href="https://linkstack.org/beta-tester"><img src="https://components.linkstack.org/beta-testers/" alt="Contributors" width="600" ></a>
265+
<a href="https://linkstack.org/beta-tester"><img src="https://components.linkstack.org/beta-testers" alt="Contributors" width="600" ></a>
266266
</p>
267267

268268
[Become a beta tester](https://linkstack.org/beta-tester)
269269

270270
<br>
271271

272+
### Stargazers
273+
274+
<a href="https://star-history.com/#LinkStackOrg/LinkStack&LinkStackOrg/linkstack-docker&LinkStackOrg/linkstack-themes&Date">
275+
<img alt="Star History Chart" width="700px" src="https://api.star-history.com/svg?repos=LinkStackOrg/LinkStack,LinkStackOrg/linkstack-docker,LinkStackOrg/linkstack-themes&type=Date">
276+
</a>
277+
278+
<br>
279+
272280
## Additional-credit
273281

274282
- [laravel](https://github.com/laravel/laravel)

0 commit comments

Comments
 (0)