Skip to content

Commit

Permalink
Integrate forum activity summary into dlang.org front page
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jan 21, 2015
1 parent b70d2d2 commit 4680642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/style.css
Expand Up @@ -959,6 +959,13 @@ input.runButton:active, input.resetButton:active, input.argsButton:active, input
input.resetButton{display: none}
/* Runnable-examples css -end */

iframe#forum-summary {
width: 100%;
height: 254px;
border: 0;
outline: 2px solid #D0D0D0;
}

div#mobile-top, div#mobile-search {
display: none;
}
Expand Down
3 changes: 3 additions & 0 deletions index.dd
Expand Up @@ -10,6 +10,9 @@ $(UL
$(LI $(LINK2 http://dconf.org/2015, $(B $(RED DConf 2015))))
$(LI $(LINK2 https://archive.org/search.php?query=title%3A%28DConf%202014%29&sort=+publicdate, $(B $(RED DConf 2014))))
$(LI $(LINK2 http://dconf.org/2013/schedule/index.html, $(B $(RED DConf 2013)))))

<iframe id="forum-summary" src="http://forum.dlang.org/frame"></iframe>
$(BR)
$(BR)

<div style="text-align: right; font-size: 11px; margin-bottom: -35px; margin-right: 5px; position: relative; z-index: 10000">
Expand Down

0 comments on commit 4680642

Please sign in to comment.