Skip to content

Commit 86b705f

Browse files
committed
Cleanup layout and fix a link
1 parent d5a70a4 commit 86b705f

6 files changed

+112
-121
lines changed

_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ <h3 class="masthead-brand"><a href="/">codetswana</a></h3>
6565
</div>
6666
</div>
6767

68-
{{ content }}
68+
<div class="inner cover">
69+
{{ content }}
70+
</div>
6971

7072
{% include footer.html %}
7173

_posts/2014-06-04-online_learning_resources.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,30 @@ summary: Razzi and Alex present free websites where you can improve your skills
66

77
## Free Online Learning Resources:
88

9-
<div class="inner cover">
10-
<table class="table table-striped">
11-
<tr>
12-
<td><a href="http://www.codecademy.com">Codecademy</a></td>
13-
<td>Good for programming practice and learning new technologies</td>
14-
</tr>
15-
<tr>
16-
<td><a href="http://www.microsoftvirtualacademy.com">Microsoft Virtual Academy</a></td>
17-
<td>Up-to-date courses on Microsoft technologies</td>
18-
</tr>
19-
<tr>
20-
<td><a href="http://www.udacity.com">Udacity</a></td>
21-
<td>High-quality video courses taught by Stanford and Google</td>
22-
</tr>
23-
<tr>
24-
<td><a href="http://www.thecodeplayer.com">thecodeplayer.com</a></td>
25-
<td>A fun way to learn html, css, and javascript</td>
26-
</tr>
27-
</table>
28-
29-
<br>
30-
<h4>Slides</h4>
31-
<div class="row">
32-
<div class="col-md-4"><a href="https://speakerdeck.com/codetswana/microsoft-virtual-academy"><img class="img-responsive" src="/img/mva.png"></a></div>
33-
<a href="https://speakerdeck.com/codetswana/channel-9" class="col-md-4"><img class="img-responsive" src="/img/channel9.png"></a>
34-
<a href="http://slides.com/razzi/deck-2#/" class="col-md-4"><img class="img-responsive" src="/img/first_developer_meeting.png"></a>
35-
</div>
36-
<h3><a href="https://github.com/codetswana/4_june_demos">4 June Code Samples</a></h3>
9+
<table class="table table-striped">
10+
<tr>
11+
<td><a href="http://www.codecademy.com">Codecademy</a></td>
12+
<td>Good for programming practice and learning new technologies</td>
13+
</tr>
14+
<tr>
15+
<td><a href="http://www.microsoftvirtualacademy.com">Microsoft Virtual Academy</a></td>
16+
<td>Up-to-date courses on Microsoft technologies</td>
17+
</tr>
18+
<tr>
19+
<td><a href="http://www.udacity.com">Udacity</a></td>
20+
<td>High-quality video courses taught by Stanford and Google</td>
21+
</tr>
22+
<tr>
23+
<td><a href="http://www.thecodeplayer.com">thecodeplayer.com</a></td>
24+
<td>A fun way to learn html, css, and javascript</td>
25+
</tr>
26+
</table>
3727

28+
<br>
29+
<h4>Slides</h4>
30+
<div class="row">
31+
<div class="col-md-4"><a href="https://speakerdeck.com/codetswana/microsoft-virtual-academy"><img class="img-responsive" src="/img/mva.png"></a></div>
32+
<a href="https://speakerdeck.com/codetswana/channel-9" class="col-md-4"><img class="img-responsive" src="/img/channel9.png"></a>
33+
<a href="http://slides.com/razzi/deck-2#/" class="col-md-4"><img class="img-responsive" src="/img/first_developer_meeting.png"></a>
3834
</div>
35+
<h3><a href="https://github.com/codetswana/4_june_demos">4 June Code Samples</a></h3>

_posts/2014-06-17-platforms_for_deployment.md

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,29 @@ layout: default
44
summary: We cover git, Heroku, and Azure and how they can be used to get your application online.
55
---
66

7-
<div class="inner cover">
7+
## Deploying Applications
88

9-
<h2>Deploying Applications</h2>
9+
<br>
1010

11-
<br>
11+
Here you can find useful resources for deploying servers. More information coming soon.
1212

13-
<p>Here you can find useful resources for deploying servers. More information coming soon.</p>
13+
<br>
1414

15-
<br>
16-
17-
<table class="table table-striped">
18-
<tr>
19-
<td><a href="http://www.heroku.com">Heroku</a></td>
20-
<td>Cloud deployment that is easy-to-use and free for one server.</td>
21-
</tr>
22-
<tr>
23-
<td><a href="http://azure.microsoft.com/">Microsoft Azure</a></td>
24-
<td>Microsoft's platform for deploying applications</td>
25-
</tr>
26-
<tr>
27-
<td><a href="http://pages.github.com">Github Pages</a>
28-
<td>Free static site hosting.</td>
29-
</tr>
30-
<tr>
31-
<td><a href="http://aws.amazon.com">Amazon Web Services</a>
32-
<td>Amazon's powerful infrastructure-as-a-service.</td>
33-
</tr>
34-
</table>
35-
</td>
36-
</div>
15+
<table class="table table-striped">
16+
<tr>
17+
<td><a href="http://www.heroku.com">Heroku</a></td>
18+
<td>Cloud deployment that is easy-to-use and free for one server.</td>
19+
</tr>
20+
<tr>
21+
<td><a href="http://azure.microsoft.com/">Microsoft Azure</a></td>
22+
<td>Microsoft's platform for deploying applications</td>
23+
</tr>
24+
<tr>
25+
<td><a href="http://pages.github.com">Github Pages</a></td>
26+
<td>Free static site hosting.</td>
27+
</tr>
28+
<tr>
29+
<td><a href="http://aws.amazon.com">Amazon Web Services</a></td>
30+
<td>Amazon's powerful infrastructure-as-a-service.</td>
31+
</tr>
32+
</table>

_posts/2016-08-31-update.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ layout: default
44
summary: Stay tuned...
55
---
66

7-
<div class="inner cover">
8-
9-
This website is powered by [https://github.com/codetswana/codetswana.github.io](https://github.com/codetswana/codetswana.github.io). If you're not already a member of the github organization, email [email protected]
10-
11-
</div>
7+
This website is powered by [https://github.com/codetswana/codetswana.github.io](https://github.com/codetswana/codetswana.github.io). If you're not already a member of the github organization, email [email protected]

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
layout: default
44
---
55

6-
<div class="inner cover">
7-
<div class="row">
8-
<img class="col-xs-5" src="img/logo.png">
9-
<h1 class="cover-heading col-xs-6 col-sm-offset-1">Empowering developers and entrepreneurs in Botswana.</h1>
10-
</div>
11-
<br>
12-
<br>
13-
<p>Latest news:</p>
6+
<div class="row">
7+
<img class="col-xs-5" src="img/logo.png">
8+
<h1 class="cover-heading col-xs-6 col-sm-offset-1">Empowering developers and entrepreneurs in Botswana.</h1>
9+
</div>
1410

15-
{% assign post = site.posts.first %}
11+
<br>
12+
<br>
1613

17-
<h3>{{ post.date | date_to_string }} <a href="{{ post.url }}">{{ post.title }}</a></h3>
18-
<p>{{ post.summary }}</p>
19-
</div>
14+
Latest news:
15+
16+
{% assign post = site.posts.first %}
17+
18+
<h3>{{ post.date | date_to_string }} <a href="{{ post.url }}">{{ post.title }}</a></h3>
19+
20+
{{ post.summary }}

resources.html

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,55 @@
33
layout: default
44
---
55

6-
<div class="cover">
7-
<h3>Free Online Learning Resources</h3>
8-
<table class="table table-striped">
9-
<tr>
10-
<td><a href="http://www.codecademy.com">Codecademy</a></td>
11-
<td>Good for programming practice and learning new technologies</td>
12-
</tr>
13-
<tr>
14-
<td><a href="http://www.microsoftvirtualacademy.com">Microsoft Virtual Academy</a></td>
15-
<td>Up-to-date courses on Microsoft technologies</td>
16-
</tr>
17-
<tr>
18-
<td><a href="http://www.udacity.com">Udacity</a></td>
19-
<td>High-quality video courses taught by Stanford and Google</td>
20-
</tr>
21-
<tr>
22-
<td><a href="http://www.thecodeplayer.com">thecodeplayer.com</a></td>
23-
<td>A fun way to learn html, css, and javascript</td>
24-
</tr>
25-
</table>
6+
<h3>Free Online Learning Resources</h3>
7+
<table class="table table-striped">
8+
<tr>
9+
<td><a href="http://www.codecademy.com">Codecademy</a></td>
10+
<td>Good for programming practice and learning new technologies</td>
11+
</tr>
12+
<tr>
13+
<td><a href="http://www.microsoftvirtualacademy.com">Microsoft Virtual Academy</a></td>
14+
<td>Up-to-date courses on Microsoft technologies</td>
15+
</tr>
16+
<tr>
17+
<td><a href="http://www.udacity.com">Udacity</a></td>
18+
<td>High-quality video courses taught by Stanford and Google</td>
19+
</tr>
20+
<tr>
21+
<td><a href="http://www.thecodeplayer.com">thecodeplayer.com</a></td>
22+
<td>A fun way to learn html, css, and javascript</td>
23+
</tr>
24+
</table>
2625

27-
<br>
26+
<br>
2827

29-
<h3>Web Application Frameworks</h3>
30-
<table class="table table-striped">
31-
<tr>
32-
<td><a href="http://www.djangoproject.com">Django</a></td>
33-
<td>A popular Python web framework with good support for databases.</td>
34-
</tr>
35-
<tr>
36-
<td><a href="http://www.asp.net/mvc">ASP MVC</a></td>
37-
<td>Microsoft's C# web application framework</td>
38-
</tr>
39-
</table>
28+
<h3>Web Application Frameworks</h3>
29+
<table class="table table-striped">
30+
<tr>
31+
<td><a href="http://www.djangoproject.com">Django</a></td>
32+
<td>A popular Python web framework with good support for databases.</td>
33+
</tr>
34+
<tr>
35+
<td><a href="http://www.asp.net/mvc">ASP MVC</a></td>
36+
<td>Microsoft's C# web application framework</td>
37+
</tr>
38+
</table>
4039

41-
<br>
40+
<br>
4241

43-
<h3>Server Deployment Platforms</h3>
44-
<table class="table table-striped">
45-
<tr>
46-
<td><a href="http://www.heroku.com">Heroku</a></td>
47-
<td>Server platform supporting a variety of languages. Free for one server.</td>
48-
</tr>
49-
<tr>
50-
<td><a href="http://azure.microsoft.com/">Microsoft Azure</a></td>
51-
<td>Microsoft's platform for deploying applications</td>
52-
</tr>
53-
<tr>
54-
<td><a href="http://aws.amazon.com">Amazon Web Services</a>
55-
<td>Amazon's powerful infrastructure-as-a-service.</td>
56-
</tr>
57-
</table>
58-
</div>
42+
<h3>Server Deployment Platforms</h3>
43+
44+
<table class="table table-striped">
45+
<tr>
46+
<td><a href="http://www.heroku.com">Heroku</a></td>
47+
<td>Server platform supporting a variety of languages. Free for one server.</td>
48+
</tr>
49+
<tr>
50+
<td><a href="http://azure.microsoft.com/">Microsoft Azure</a></td>
51+
<td>Microsoft's platform for deploying applications</td>
52+
</tr>
53+
<tr>
54+
<td><a href="http://aws.amazon.com">Amazon Web Services</a>
55+
<td>Amazon's powerful infrastructure-as-a-service.</td>
56+
</tr>
57+
</table>

0 commit comments

Comments
 (0)