https://github.com/lourot/fork-me-on-gitlab
A simple HTML "Fork me on GitLab" button.
https://github.com/lourot/fork-me-on-gitlab
button fork gitlab
Last synced: 15 days ago
JSON representation
A simple HTML "Fork me on GitLab" button.
- Host: GitHub
- URL: https://github.com/lourot/fork-me-on-gitlab
- Owner: lourot
- License: unlicense
- Created: 2015-07-22T13:41:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T13:36:43.000Z (over 7 years ago)
- Last Synced: 2025-02-22T00:41:58.730Z (over 1 year ago)
- Topics: button, fork, gitlab
- Language: HTML
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fork-me-on-gitlab

A simple HTML `Fork me on GitLab` button:
```html
```
See
[result](http://htmlpreview.github.io/?https://github.com/AurelienLourot/fork-me-on-gitlab/blob/master/example-inline.html).
## Idea
I couldn't find any `Fork me on GitLab` button or ribbon. So I've decided to make one following
GitLab's fork button style.
## Examples
### In the text
[example-inline.html](example-inline.html)
See
[result](http://htmlpreview.github.io/?https://github.com/AurelienLourot/fork-me-on-gitlab/blob/master/example-inline.html).
### In the corner
```html
```
See
[result](http://htmlpreview.github.io/?https://github.com/AurelienLourot/fork-me-on-gitlab/blob/master/example-corner.html).
## Initial author
[Aurelien Lourot](https://ghuser.io/AurelienLourot)