Skip to content

Commit c66ae43

Browse files
committed
HTML fixes
1 parent 858a91b commit c66ae43

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
_site
22
*.swp
3+
Gemfile.lock

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

_posts/2013-10-28-meetup-gae.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@ The meetup was held on Oct 26, 2013 with a talk on GAE by Akshay Mathur.
1212

1313
Here are the slides of the talk
1414

15-
<iframe src="http://www.slideshare.net/slideshow/embed_code/26088398" width="597" height="486" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/AkshayMathur7/using-google-app-engine-python" title="Using Google App Engine Python" target="_blank">Using Google App Engine Python</a> </strong> from <strong><a href="http://www.slideshare.net/AkshayMathur7" target="_blank">Akshay Mathur</a></strong> </div>
15+
<iframe src="http://www.slideshare.net/slideshow/embed_code/26088398" width="597"
16+
height="486" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"
17+
style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px"
18+
allowfullscreen="true"> </iframe>
19+
<div style="margin-bottom:5px">
20+
<strong>
21+
<a href="https://www.slideshare.net/AkshayMathur7/using-google-app-engine-python"
22+
title="Using Google App Engine Python" target="_blank">
23+
Using Google App Engine Python
24+
</a>
25+
</strong> from
26+
<strong>
27+
<a href="http://www.slideshare.net/AkshayMathur7" target="_blank">Akshay Mathur</a>
28+
</strong> </div>
1629

17-
Akshay has also published a blog post at [Google App Engine Python](http://facebook-programming.blogspot.in/2013/09/using-google-app-engine-python.html)
30+
Akshay has also published a blog post at
31+
[Google App Engine Python](http://facebook-programming.blogspot.in/2013/09/using-google-app-engine-python.html)
1832

0 commit comments

Comments
 (0)