diff --git a/CNAME b/CNAME index 0f91e48..bdf8c7a 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -www.codetswana.com +codetswana.com diff --git a/_config.yml b/_config.yml index 202d6a5..199bf78 100644 --- a/_config.yml +++ b/_config.yml @@ -4,5 +4,3 @@ defaults: path: "" values: layout: "default" - -markdown: rdiscount diff --git a/_layouts/default.html b/_layouts/default.html index 5c94d4c..bebbafc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -65,7 +65,9 @@

codetswana

- {{ content }} +
+ {{ content }} +
{% include footer.html %} diff --git a/_posts/2014-06-04-online_learning_resources.md b/_posts/2014-06-04-online_learning_resources.md index ee6b26f..8ffd5fb 100644 --- a/_posts/2014-06-04-online_learning_resources.md +++ b/_posts/2014-06-04-online_learning_resources.md @@ -6,33 +6,30 @@ summary: Razzi and Alex present free websites where you can improve your skills ## Free Online Learning Resources: -
- - - - - - - - - - - - - - - - - -
CodecademyGood for programming practice and learning new technologies
Microsoft Virtual AcademyUp-to-date courses on Microsoft technologies
UdacityHigh-quality video courses taught by Stanford and Google
thecodeplayer.comA fun way to learn html, css, and javascript
- -
-

Slides

-
-
- - -
-

4 June Code Samples

+ + + + + + + + + + + + + + + + + +
CodecademyGood for programming practice and learning new technologies
Microsoft Virtual AcademyUp-to-date courses on Microsoft technologies
UdacityHigh-quality video courses taught by Stanford and Google
thecodeplayer.comA fun way to learn html, css, and javascript
+
+

Slides

+
+
+ +
+

4 June Code Samples

diff --git a/_posts/2014-06-17-platforms_for_deployment.md b/_posts/2014-06-17-platforms_for_deployment.md index 0f1ab52..4c4404f 100644 --- a/_posts/2014-06-17-platforms_for_deployment.md +++ b/_posts/2014-06-17-platforms_for_deployment.md @@ -4,33 +4,29 @@ layout: default summary: We cover git, Heroku, and Azure and how they can be used to get your application online. --- -
+## Deploying Applications -

Deploying Applications

+
-
+Here you can find useful resources for deploying servers. More information coming soon. -

Here you can find useful resources for deploying servers. More information coming soon.

+
-
- - - - - - - - - - - - - - - - -
HerokuCloud deployment that is easy-to-use and free for one server.
Microsoft AzureMicrosoft's platform for deploying applications
Github Pages - Free static site hosting.
Amazon Web Services - Amazon's powerful infrastructure-as-a-service.
- -
\ No newline at end of file + + + + + + + + + + + + + + + + + +
HerokuCloud deployment that is easy-to-use and free for one server.
Microsoft AzureMicrosoft's platform for deploying applications
Github PagesFree static site hosting.
Amazon Web ServicesAmazon's powerful infrastructure-as-a-service.
diff --git a/_posts/2016-08-31-update.md b/_posts/2016-08-31-update.md new file mode 100644 index 0000000..26083fe --- /dev/null +++ b/_posts/2016-08-31-update.md @@ -0,0 +1,7 @@ +--- +title: Codetswana is back online! +layout: default +summary: Stay tuned... +--- + +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 codetswana@gmail.com diff --git a/index.html b/index.html index 01a904e..b1c2c81 100644 --- a/index.html +++ b/index.html @@ -3,19 +3,18 @@ layout: default --- -
-
- -

Empowering developers and entrepreneurs in Botswana.

-
-
-
-

Upcoming Events:

-

Thursday 19 June: HTML5 and the Modern Web

-

Latest news:

+
+ +

Empowering developers and entrepreneurs in Botswana.

+
- {% assign post = site.posts.first %} +
+
-

{{ post.date | date_to_string }} {{ post.title }}

-

{{ post.summary }}

-
+Latest news: + +{% assign post = site.posts.first %} + +

{{ post.date | date_to_string }} {{ post.title }}

+ +{{ post.summary }} diff --git a/resources.html b/resources.html index ac8ce67..e322868 100644 --- a/resources.html +++ b/resources.html @@ -3,56 +3,55 @@ layout: default --- -
-

Free Online Learning Resources

- - - - - - - - - - - - - - - - - -
CodecademyGood for programming practice and learning new technologies
Microsoft Virtual AcademyUp-to-date courses on Microsoft technologies
UdacityHigh-quality video courses taught by Stanford and Google
thecodeplayer.comA fun way to learn html, css, and javascript
+

Free Online Learning Resources

+ + + + + + + + + + + + + + + + + +
CodecademyGood for programming practice and learning new technologies
Microsoft Virtual AcademyUp-to-date courses on Microsoft technologies
UdacityHigh-quality video courses taught by Stanford and Google
thecodeplayer.comA fun way to learn html, css, and javascript
-
+
-

Web Application Frameworks

- - - - - - - - - -
DjangoA popular Python web framework with good support for databases.
ASP MVCMicrosoft's C# web application framework
+

Web Application Frameworks

+ + + + + + + + + +
DjangoA popular Python web framework with good support for databases.
ASP MVCMicrosoft's C# web application framework
-
+
-

Server Deployment Platforms

- - - - - - - - - - - - -
HerokuServer platform supporting a variety of languages. Free for one server.
Microsoft AzureMicrosoft's platform for deploying applications
Amazon Web Services - Amazon's powerful infrastructure-as-a-service.
-
+

Server Deployment Platforms

+ + + + + + + + + + + + + +
HerokuServer platform supporting a variety of languages. Free for one server.
Microsoft AzureMicrosoft's platform for deploying applications
Amazon Web Services + Amazon's powerful infrastructure-as-a-service.