Skip to content

Commit bacb97f

Browse files
committed
Initial ideas. Includes meetings, projects & googlegroups view
1 parent 491873d commit bacb97f

File tree

2 files changed

+36
-13
lines changed

2 files changed

+36
-13
lines changed

index.html

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,39 @@ <h2>Pune Pythonistas and their discussions and events.</h2>
2828
<section id="main_content">
2929
<h1>PythonPune</h1>
3030

31-
<h2>Discussions</h2>
31+
<h2>Projects</h2>
3232

33-
<ul>
34-
<li>Placeholder for forum discussions </li>
35-
</ul><h2>Projects</h2>
33+
<ul>
34+
<li>Pune Startup Directory (Proposed group project)</li>
35+
</ul>
3636

37-
<ul>
38-
<li>Pune Startup Directory</li>
39-
</ul><h2>Meetings</h2>
37+
<h2>Meetings</h2>
4038

41-
<ul>
42-
<li>December 7, 2012</li>
43-
</ul><p>Page maintained by <a href="https://github.com/dnene" class="user-mention">@dnene</a>. Contact him for corrections / comments / suggestions </p>
39+
<ul>
40+
<li>December 7, 2012</li>
41+
</ul>
42+
43+
<h2>Recent Discussions</h2>
44+
45+
<iframe id="forum_embed"
46+
src="javascript:void(0)"
47+
scrolling="no"
48+
frameborder="0"
49+
width="900"
50+
height="700">
51+
</iframe>
52+
53+
</section>
54+
<section id="footer">
55+
<p><em>Page maintained by <a href="https://github.com/dnene" class="user-mention">@dnene</a>. Contact him for corrections / comments / suggestions </em></p>
4456
</section>
4557
</div>
4658

47-
4859
</body>
49-
</html>
60+
<script type="text/javascript">
61+
document.getElementById("forum_embed").src =
62+
"https://groups.google.com/forum/embed/?place=forum/pythonpune" +
63+
"&theme=default&showtabs=false&hideforumtitle=true&showpopout=true" +
64+
encodeURIComponent(window.location.href);
65+
</script>
66+
</html>

stylesheets/stylesheet.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,10 @@ a {
244244

245245
.cf {
246246
zoom:1;
247-
}
247+
}
248+
249+
/* Added by Dhananjay */
250+
251+
#footer p {
252+
font-size: 8px;
253+
}

0 commit comments

Comments
 (0)