Skip to content

Commit 2c3d444

Browse files
committed
'Latest News' section of home page is now collapsible.
1 parent 1865edf commit 2c3d444

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
<div class="halfwidth">
3333
<div class="padinner">
3434
<section><iframe style="float:left; width: 44vw; height: 360px;" src="https://www.youtube.com/embed/tH9dlnxqtcU" frameborder="0" allow="encrypted-media" allowfullscreen="yes">Loading...</iframe></section>
35-
<section><h2>Latest News</h2>
36-
<p>Stay up to date with the latest news from Blind Computing by <a target="blank" href="http://blind-computing.blogspot.com">Visiting the blog</a>, <a target="blank" href="https://www.twitter.com/blind_comp">Following us on twitter</a> or <a target="blank" href="https://www.facebook.com/groups/347355422340125/">Joining our facebook group</a>.</section>
35+
<section><details open>
36+
<summary><h2>Latest News</h2></summary>
37+
<p>Stay up to date with the latest news from Blind Computing by <a target="blank" href="http://blind-computing.blogspot.com">Visiting the blog</a>, <a target="blank" href="https://www.twitter.com/blind_comp">Following us on twitter</a> or <a target="blank" href="https://www.facebook.com/groups/347355422340125/">Joining our facebook group</a>.
38+
</details></section>
3739
</div></div>
3840
</main>
3941
</body>

0 commit comments

Comments
 (0)