Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: get-involved/get-code/
Date: Sun, 31 Jan 2016 01:06:56
Message-Id: 1454202402.7a8f6cce70dd10ef872cc1b3605e978dd89dfdc8.a3li@gentoo
1 commit: 7a8f6cce70dd10ef872cc1b3605e978dd89dfdc8
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sun Jan 31 01:06:42 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 01:06:42 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=7a8f6cce
7
8 Get the Code: Make Git and CVS panels full width
9
10 get-involved/get-code/index.html | 82 ++++++++++++++++++----------------------
11 1 file changed, 37 insertions(+), 45 deletions(-)
12
13 diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html
14 index b4a9556..43840b2 100644
15 --- a/get-involved/get-code/index.html
16 +++ b/get-involved/get-code/index.html
17 @@ -11,55 +11,47 @@ nav2-weight: 60
18 Here is all the code that powers Gentoo, only one <kbd>git clone</kbd> away:
19 </p>
20
21 -<div class="row">
22 - <div class="col-xs-12 col-md-8 col-md-offset-2">
23 - <div class="panel panel-default">
24 - <div class="panel-heading">
25 - <h3 class="panel-title"><span class="fa fa-fw fa-git"></span> Git Repositories</h3>
26 - </div>
27 - <div class="panel-body">
28 - <p>
29 - Repositories containing our <a href="https://gitweb.gentoo.org/repo/gentoo.git/">main package repository</a>,
30 - overlays, website code, and other project code are available in Git repositories.
31 - <br>
32 - We offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser.
33 - </p>
34 - <br>
35 - <div class="alert alert-info">
36 - You can find the URLs needed to clone repositories on the project pages in the source code browser.
37 - Unless you have an account on <tt>git.gentoo.org</tt>, please use the <tt>anongit.gentoo.org</tt> URL.
38 - </div>
39 +<div class="panel panel-default">
40 + <div class="panel-heading">
41 + <h3 class="panel-title"><span class="fa fa-fw fa-git"></span> Git Repositories</h3>
42 + </div>
43 + <div class="panel-body">
44 + <p>
45 + Repositories containing our <a href="https://gitweb.gentoo.org/repo/gentoo.git/">main package repository</a>,
46 + overlays, website code, and other project code are available in Git repositories.
47 + <br>
48 + We offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser.
49 + </p>
50 + <br>
51 + <div class="alert alert-info">
52 + You can find the URLs needed to clone repositories on the project pages in the source code browser.
53 + Unless you have an account on <tt>git.gentoo.org</tt>, please use the <tt>anongit.gentoo.org</tt> URL.
54 + </div>
55
56 - <hr>
57 + <hr>
58
59 - Additionally, we mirror some repositories on GitHub to facilitate contributions.
60 - You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>.
61 - </div>
62 - <div class="panel-footer text-right">
63 - <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a>
64 - <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
65 - <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>
66 - </div>
67 - </div>
68 + Additionally, we mirror some repositories on GitHub to facilitate contributions.
69 + You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>.
70 + </div>
71 + <div class="panel-footer text-right">
72 + <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a>
73 + <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
74 + <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>
75 </div>
76 </div>
77
78 -<div class="row">
79 - <div class="col-xs-12 col-md-8 col-md-offset-2">
80 - <div class="panel panel-default">
81 - <div class="panel-heading">
82 - <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3>
83 - </div>
84 - <div class="panel-body">
85 - Historical repositories are still available via CVS.
86 - <br>
87 - We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
88 - </div>
89 - <div class="panel-footer text-right">
90 - <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
91 - <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
92 - </div>
93 - </div>
94 +<div class="panel panel-default">
95 + <div class="panel-heading">
96 + <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3>
97 + </div>
98 + <div class="panel-body">
99 + Historical repositories are still available via CVS.
100 + <br>
101 + We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
102 + </div>
103 + <div class="panel-footer text-right">
104 + <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
105 + <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
106 </div>
107 </div>
108
109 @@ -67,4 +59,4 @@ nav2-weight: 60
110 <p>
111 Please contact the listed repository owners to find out their contribution policy.
112 The main ebuild repository requires you to be a <a href="/get-involved/become-developer">Gentoo Developer</a> to commit.
113 -</p>
114 \ No newline at end of file
115 +</p>