diff --git a/_includes/src/templates/upcoming.html b/_includes/src/templates/upcoming.html index 752eea3..81b61cd 100644 --- a/_includes/src/templates/upcoming.html +++ b/_includes/src/templates/upcoming.html @@ -8,9 +8,9 @@

Upcoming Public Trainings

{{ course['description'] }} [read more ...] -
-
- +
+ +
{% endfor %} diff --git a/_includes/src/upcoming.py b/_includes/src/upcoming.py index 05b1c66..3f7d418 100644 --- a/_includes/src/upcoming.py +++ b/_includes/src/upcoming.py @@ -12,7 +12,7 @@ def parse_upcoming(): d = yaml.load(open(SOURCE).read()) - upcoming = d.pop('upcoming') + upcoming = d.pop('upcoming') or {} for key in d: course = d[key] diff --git a/_includes/upcoming.html b/_includes/upcoming.html index fd55a24..e69de29 100644 --- a/_includes/upcoming.html +++ b/_includes/upcoming.html @@ -1,15 +0,0 @@ -
-

Upcoming Public Trainings

- -
- Python Programming -

August 4-5, 2012 – Bangalore

- -
- Two day course on python programming language. [read more ...] -
-
- -
-
-
diff --git a/_includes/upcoming.yml b/_includes/upcoming.yml index 89ae3ac..e6e0229 100644 --- a/_includes/upcoming.yml +++ b/_includes/upcoming.yml @@ -2,8 +2,8 @@ python: key: python name: Python Programming - dates: Sometime in december? - doattend: + dates: November 17-18, 2012 + doattend: pythontraining-nov2012 description: Hands-on course on introduction to Python programming language. long-description: @@ -34,6 +34,7 @@ httpbottomup: and building web applications in a bottom-up approach. upcoming: - - advanced-python + #- advanced-python + #- python #- httpbottomup diff --git a/_layouts/default.html b/_layouts/default.html index e82d690..7eb0cec 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,9 +5,7 @@ {{ page.title }} - + diff --git a/atom.xml b/atom.xml new file mode 100644 index 0000000..5564125 --- /dev/null +++ b/atom.xml @@ -0,0 +1,30 @@ +--- +layout: nil +--- + + + + Anand Chitipothu + + + {{ site.time | date_to_xmlschema }} + http://anandology.com/ + + Anand Chitipothu + + + {% for post in site.posts %} + + http://anandology.com{{ post.id }} + + {{ post.title }} + {{ post.date | date_to_xmlschema }} + {{ post.date | date_to_xmlschema }} + + Anand Chitipothu + + {{ post.content | xml_escape }} + + {% endfor %} + + diff --git a/css/style.css b/css/style.css index 919e10c..ebef8bb 100644 --- a/css/style.css +++ b/css/style.css @@ -158,8 +158,8 @@ pre { .promo { float: right; width: 300px; - background: #eee; - border: 1px solid #ddd; + background: #ffe; + border: 1px solid #ddb; border-radius: 10px; padding: 10px; text-align: left; @@ -184,4 +184,4 @@ a.anchor { #page h3 { font-size: 1.1em; -} \ No newline at end of file +} diff --git a/index.html b/index.html index aebaac5..3c49fbf 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,11 @@

Blog Posts

Presentations