项目作者: AurelienLourot

项目描述 :
A simple HTML "Fork me on GitLab" button.
高级语言: HTML
项目地址: git://github.com/AurelienLourot/fork-me-on-gitlab.git
创建时间: 2015-07-22T13:41:36Z
项目社区:https://github.com/AurelienLourot/fork-me-on-gitlab

开源协议:The Unlicense

下载


fork-me-on-gitlab

Screenshot

A simple HTML Fork me on GitLab button:

  1. <iframe src="http://htmlpreview.github.io/?https://github.com/AurelienLourot/fork-me-on-gitlab/master/button.html?href=https://gitlab.com/you"
  2. frameborder="0" scrolling="0" width="180px" height="35px"></iframe>

See
result.

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

See
result.

In the corner

  1. <iframe src="http://htmlpreview.github.io/?https://github.com/AurelienLourot/fork-me-on-gitlab/master/button.html?href=https://gitlab.com/you"
  2. style="position: absolute; top: 15px; right: 15px;"
  3. frameborder="0" scrolling="0" width="180px" height="35px"></iframe>

See
result.

Initial author

Aurelien Lourot