Skip to content

Commit 2fc6f98

Browse files
committed
Merge pull request #1 from fukayatsu/fix-section-id
Fix section id
2 parents fe149e3 + a73c88f commit 2fc6f98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,18 @@ <h2 class="section">In the real world</h2>
146146
</section>
147147

148148

149-
<section id="developers">
149+
<section id="presentations">
150150
<h2 class="section">Publications</h2>
151151
<div class="row" >
152-
152+
153153
<div class="span5">
154154
<p class="presentation_title">RubyConf 2012</p>
155155
<iframe width="360" height="202" src="http://www.youtube.com/embed/HuPOizo6pSE" frameborder="0" style="border:0; padding:0; margin:0 0 0 4px; " allowfullscreen></iframe>
156156
<a href="https://github.com/masuidrive/mobiruby-rubyconf2012" align="center">Slides and script</a>
157157
</div>
158158
<div class="span4">
159159
<p class="presentation_title">mruby &amp; MobiRuby intro<p>
160-
<iframe src="http://speakerdeck.com/embed/85ad13b057710130191f12313d0539fd" width="300" height="285" style="border:0; padding:0; margin:0 0 0 32px;" mozallowfullscreen="true" webkitallowfullscreen="true" frameborder="0" allowtransparency="true" class="speakerdeck"></iframe>
160+
<iframe src="http://speakerdeck.com/embed/85ad13b057710130191f12313d0539fd" width="300" height="285" style="border:0; padding:0; margin:0 0 0 32px;" mozallowfullscreen="true" webkitallowfullscreen="true" frameborder="0" allowtransparency="true" class="speakerdeck"></iframe>
161161
</div>
162162

163163
</div>
@@ -179,7 +179,7 @@ <h2 class="section">Who is bulding MobiRuby?</h2>
179179
<footer>
180180
<p>&copy; <a href="https://github.com/mobiruby/mobiruby-ios/blob/master/AUTHORS">MobiRuby developers</a> 2012</p>
181181
</footer>
182-
182+
183183
</div> <!-- /container -->
184184

185185
<!-- Le javascript

0 commit comments

Comments
 (0)