commit: 7a8f6cce70dd10ef872cc1b3605e978dd89dfdc8 Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Sun Jan 31 01:06:42 2016 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Sun Jan 31 01:06:42 2016 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=7a8f6cce
Get the Code: Make Git and CVS panels full width get-involved/get-code/index.html | 82 ++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 45 deletions(-) diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html index b4a9556..43840b2 100644 --- a/get-involved/get-code/index.html +++ b/get-involved/get-code/index.html @@ -11,55 +11,47 @@ nav2-weight: 60 Here is all the code that powers Gentoo, only one <kbd>git clone</kbd> away: </p> -<div class="row"> - <div class="col-xs-12 col-md-8 col-md-offset-2"> - <div class="panel panel-default"> - <div class="panel-heading"> - <h3 class="panel-title"><span class="fa fa-fw fa-git"></span> Git Repositories</h3> - </div> - <div class="panel-body"> - <p> - Repositories containing our <a href="https://gitweb.gentoo.org/repo/gentoo.git/">main package repository</a>, - overlays, website code, and other project code are available in Git repositories. - <br> - We offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser. - </p> - <br> - <div class="alert alert-info"> - You can find the URLs needed to clone repositories on the project pages in the source code browser. - Unless you have an account on <tt>git.gentoo.org</tt>, please use the <tt>anongit.gentoo.org</tt> URL. - </div> +<div class="panel panel-default"> + <div class="panel-heading"> + <h3 class="panel-title"><span class="fa fa-fw fa-git"></span> Git Repositories</h3> + </div> + <div class="panel-body"> + <p> + Repositories containing our <a href="https://gitweb.gentoo.org/repo/gentoo.git/">main package repository</a>, + overlays, website code, and other project code are available in Git repositories. + <br> + We offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser. + </p> + <br> + <div class="alert alert-info"> + You can find the URLs needed to clone repositories on the project pages in the source code browser. + Unless you have an account on <tt>git.gentoo.org</tt>, please use the <tt>anongit.gentoo.org</tt> URL. + </div> - <hr> + <hr> - Additionally, we mirror some repositories on GitHub to facilitate contributions. - You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>. - </div> - <div class="panel-footer text-right"> - <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a> - <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a> - <a href="https://github.com/gentoo/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-github-alt"></span> Gentoo on GitHub</a> - </div> - </div> + Additionally, we mirror some repositories on GitHub to facilitate contributions. + You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>. + </div> + <div class="panel-footer text-right"> + <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a> + <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a> + <a href="https://github.com/gentoo/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-github-alt"></span> Gentoo on GitHub</a> </div> </div> -<div class="row"> - <div class="col-xs-12 col-md-8 col-md-offset-2"> - <div class="panel panel-default"> - <div class="panel-heading"> - <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3> - </div> - <div class="panel-body"> - Historical repositories are still available via CVS. - <br> - We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories. - </div> - <div class="panel-footer text-right"> - <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a> - <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a> - </div> - </div> +<div class="panel panel-default"> + <div class="panel-heading"> + <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3> + </div> + <div class="panel-body"> + Historical repositories are still available via CVS. + <br> + We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories. + </div> + <div class="panel-footer text-right"> + <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a> + <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a> </div> </div> @@ -67,4 +59,4 @@ nav2-weight: 60 <p> Please contact the listed repository owners to find out their contribution policy. The main ebuild repository requires you to be a <a href="/get-involved/become-developer">Gentoo Developer</a> to commit. -</p> \ No newline at end of file +</p>
