Skip to content

Commit

Permalink
Added upcoming trainings to /trainings/ page.
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Jan 26, 2013
1 parent dff018f commit 8a3766c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Empty file removed _includes/upcoming.html
Empty file.
12 changes: 6 additions & 6 deletions _includes/upcoming.yml
Expand Up @@ -2,8 +2,8 @@
python: python:
key: python key: python
name: Python Programming name: Python Programming
dates: November 17-18, 2012 dates: February 16-17, 2013
doattend: pythontraining-nov2012 doattend: pythontraining-feb2013
description: description:
Hands-on course on introduction to Python programming language. Hands-on course on introduction to Python programming language.
long-description: long-description:
Expand All @@ -17,8 +17,8 @@ python:
advanced-python: advanced-python:
key: advanced_python key: advanced_python
name: Advanced Python Programming name: Advanced Python Programming
dates: October 6-7, 2012 dates: January 26-27, 2013
doattend: advancedpython doattend: advancedpython-jan2013
description: description:
Hands-on course on advanced features of Python programming language. Hands-on course on advanced features of Python programming language.
long-description: long-description:
Expand All @@ -34,7 +34,7 @@ httpbottomup:
and building web applications in a bottom-up approach. and building web applications in a bottom-up approach.


upcoming: upcoming:
#- advanced-python - advanced-python
#- python - python
#- httpbottomup #- httpbottomup


1 change: 1 addition & 0 deletions css/style.css
Expand Up @@ -163,6 +163,7 @@ pre {
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;
text-align: left; text-align: left;
margin-left: 20px;
} }


.promo-item { .promo-item {
Expand Down
2 changes: 2 additions & 0 deletions trainings/index.html
Expand Up @@ -3,6 +3,8 @@
title: Trainings title: Trainings
--- ---


{% include upcoming.html %}

<h1>Trainings</h1> <h1>Trainings</h1>


<p>I offer the following public training classes in Bangalore in semi-regular basis. Please look at the <a href="/">home page</a> for upcoming trainings. <p>I offer the following public training classes in Bangalore in semi-regular basis. Please look at the <a href="/">home page</a> for upcoming trainings.
Expand Down

0 comments on commit 8a3766c

Please sign in to comment.