Skip to content

Commit 9b3bb87

Browse files
committed
adding logos. working on new pages
1 parent 7f9efaf commit 9b3bb87

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

content/pages/02-development-environments/18-github.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Git repositories can also be hosted for
1616

1717
<a href="https://github.com/" style="border:none"><img src="/img/logos/github.png" width="100%" alt="GitHub logo." class="technical-diagram"></a>
1818

19-
<div class="well see-also">GitHub is an implementation of the <a href="/hosted-source-control-services.html">hosted source control services</a> concept. Learn how these parts fit together in the <a href="/development-environments.html">development environments</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
19+
<!--<div class="well see-also">GitHub is an implementation of the <a href="https://github.com/hosted-source-control-services.html">hosted source control services</a> concept. Learn how these parts fit together in the <a href="https://github.com/development-environments.html">development environments</a> chapter or view <a href="https://github.com/table-of-contents.html">all topics</a>.</div>-->
2020

2121
### GitHub resources
2222
* [A Beginner’s Git and GitHub Tutorial](http://blog.udacity.com/2015/06/a-beginners-git-github-tutorial.html)

content/pages/02-development-environments/19-bitbucket.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ with a user interface, comparison tools and backup for Git projects. There
1414
are many features in BitBucket focused on making it easier for groups of
1515
developers to work on projects together.
1616

17-
17+
<a href="https://bitbucket.org/" style="border:none"><img src="/img/logos/bitbucket.png" width="100%" alt="GitHub logo." class="technical-diagram"></a>

static/img/logos/bitbucket.png

15.8 KB
Loading

static/img/logos/gitlab.jpg

35.9 KB
Loading

static/img/logos/v8.png

131 KB
Loading

theme/templates/table-of-contents.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,14 @@ <h4 class="toc-subsection">2.2 <a href="/source-control.html">Source Control</a>
4747
<div class="toc"><a href="/mercurial.html">Mercurial</a></div>
4848
<div class="toc"><a href="/apache-subversion.html">Apache Subversion</a></div>
4949

50-
<h4 class="toc-subsection">2.3 <a href="/local-development.html">Local development</a></h4>
50+
<h4 class="toc-subsection">2.3 <span class="soon">Environment configuration</span></h4>
5151
<div class="toc"><a href="/application-dependencies.html">Application dependencies</a></div>
52+
<div class="toc soon">Dependency isolation</div>
53+
<div class="toc soon">virtual environments (virtualenv)</div>
54+
<div class="toc soon">Environment variables</div>
55+
<div class="toc soon">Localhost tunnels</div>
56+
57+
<!--
5258
<div class="toc"><a href="/dependency-isolation.html">Dependency isolation</a></div>
5359
<div class="toc"><a href="/virtual-environments-virtualenvs.html">virtual environments (virtualenv)</a></div>
5460
<div class="toc"><a href="/environment-variables.html">Environment variables</a></div>
@@ -58,6 +64,12 @@ <h4 class="toc-subsection">2.4 <a href="/hosted-source-control-services.html">Ho
5864
<div class="toc"><a href="/github.html">GitHub</a></div>
5965
<div class="toc"><a href="/bitbucket.html">BitBucket</a></div>
6066
<div class="toc"><a href="/gitlab.html">GitLab</a></div>
67+
-->
68+
69+
<h4 class="toc-subsection">2.4 <span class="soon">Hosted Source Control Services</span></h4>
70+
<div class="toc"><a href="/github.html">GitHub</a></div>
71+
<div class="toc"><a href="/bitbucket.html">BitBucket</a></div>
72+
<div class="toc soon">GitLab</div>
6173

6274

6375
<h3>3. <a href="/python-programming-language.html">Core Python Language</a></h3>

0 commit comments

Comments
 (0)