xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit a87db7c7448cd59cd2f56fb108c5ed12f01d4e06

More design stuff.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-06-09 16:04
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-06-09 16:04
Parent(s): c363832f1e7c6bc3672f823ac5c0c2f3244b4615
Signing key:
Tree: b82601d2190bafbed4b0991ae0a4aeb98bcd423c
File Lines added Lines deleted
root/themes/default/index.html 4 1
root/themes/default/main.css 9 8
root/themes/default/main.html 1 1
File root/themes/default/index.html changed (mode: 100644) (index cbf0c92..14f850c)
12 12
13 13 <div id="header"> <div id="header">
14 14 <div class="logo"> <div class="logo">
15 <a href="/">RocketGit</a> Rocket your launch!
15 <a href="/">RocketGit</a>
16 16 </div> </div>
17 17
18 18 <div class="user"> <div class="user">
 
50 50 <img src="@@IMG:logo/rg6.png@@" alt="RocketGit logo" /><br /> <img src="@@IMG:logo/rg6.png@@" alt="RocketGit logo" /><br />
51 51 <div class="logo"> <div class="logo">
52 52 <a href="/">RocketGit</a> <a href="/">RocketGit</a>
53 <br />
54 Rocket your launch!
53 55 </div> </div>
56 <br />
54 57 </div> </div>
55 58
56 59 <div id="footer_info"> <div id="footer_info">
File root/themes/default/main.css changed (mode: 100644) (index 6c5e54c..4e88821)
... ... form input[type="submit"] {
69 69 float: left; float: left;
70 70 font-size: 16pt; font-size: 16pt;
71 71 font-weight: bold; font-weight: bold;
72 padding: 10px 15px;
72 padding: 5px 15px;
73 73 xxx-vertical-align: bottom; xxx-vertical-align: bottom;
74 74 color: yellow; color: yellow;
75 75 font-style: italic; font-style: italic;
76 line-height: 120%;
76 77 } }
77 78 .logo a { .logo a {
78 79 text-shadow: 0 0 2px yellow; text-shadow: 0 0 2px yellow;
 
... ... form input[type="submit"] {
99 100 font-size: 11pt; font-size: 11pt;
100 101 font-weight: bold; font-weight: bold;
101 102 text-decoration: none; text-decoration: none;
102 color: #000000;
103 text-shadow: 0 0 3px #ffffff;
104 padding-left: 15px;
103 color: #fff;
104 text-shadow: 0 0 2px #000;
105 padding: 6px;
105 106 } }
107 .user a:hover { color: #f00; }
106 108
107 109 .menus { .menus {
108 110 } }
 
... ... form input[type="submit"] {
122 124 font-size: 13pt; font-size: 13pt;
123 125 font-weight: bold; font-weight: bold;
124 126 padding: 2px 15px; padding: 2px 15px;
127 text-shadow: 0 0 2px #000;
125 128 } }
126 .menu ul li a:hover { color: red; }
129 .menu ul li a:hover { color: #f00; }
127 130 .menu ul li.selected a { border-bottom: 2px solid #f00; } .menu ul li.selected a { border-bottom: 2px solid #f00; }
128 .menu ul li.selected a:hover { color: red; }
129 131
130 132 .menu2 { background-color: #AAA; } .menu2 { background-color: #AAA; }
131 133 .menu2 ul li.selected a { border-bottom: 2px solid #f00; } .menu2 ul li.selected a { border-bottom: 2px solid #f00; }
 
... ... form input[type="submit"] {
160 162
161 163 #header { #header {
162 164 overflow: hidden; overflow: hidden;
163 box-shadow: 0px 4px 6px #666666;
164 background-color: #888888;
165 165 background-color: #aaa; background-color: #aaa;
166 box-shadow: 0px 4px 6px #666;
166 167 width: 100%; width: 100%;
167 168 margin-bottom: 6px; margin-bottom: 6px;
168 169 line-height: 120%; line-height: 120%;
File root/themes/default/main.html changed (mode: 100644) (index f537f53..1b9b125)
1 1 <div class="islands"> <div class="islands">
2 <div class="main_title">Welcome to RocketGit!</div>
3 2
4 3 <div class="island_row"> <div class="island_row">
5 4 <div class="island_cell"> <div class="island_cell">
6 5 <div class="island"> <div class="island">
6 <div class="island_title">Welcome to RocketGit!</div>
7 7 FLOS (free, libre and open-source) software for managing Git projects, FLOS (free, libre and open-source) software for managing Git projects,
8 8 both public and private. both public and private.
9 9 <font color="red">Beta.</font> <font color="red">Beta.</font>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master