Skip to content

Commit 5992b20

Browse files
committed
Miscellaneous stuff
Added resources page. Posting policy now accessible via resources page Fixed issue which made all list tems display inline. Updated .gitignore to take away the nagging issue of .swp files
1 parent b3d6f87 commit 5992b20

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.gitignore

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

_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@
2121
<body>
2222

2323
<header>
24-
<div class="container">
24+
<div class="container" id="header_menu">
2525
<h1>PythonPune</h1>
2626
<h2>Pune Pythonistas and their discussions and events.</h2>
2727
<ul>
28+
<li><a href="/">Home</a></li>
2829
<li><a href="/meetings">Meetings</a></li>
2930
<li><a href="/blog">Blog</a></li>
3031
<li><a href="/members">Members</a></li>
3132
<li><a href="http://groups.google.com/group/pythonpune">Google Group</a></li>
33+
<li><a href="/resources">Resources</a></li>
3234
</ul>
3335
</div>
3436
</header>

pages/posting-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ We respect the fact that mails reaching users via our forum demand a small amoun
99

1010
It should be noted, that the following, are explicitly listed as not to be posted on the forum.
1111

12-
* Job Postings (even if related to python). You may consider [Pune Startup Jobs](https://groups.google.com/forum/?fromgroups#!forum/PuneStartupJobs) as an alternative.
13-
* News / Announcements of events of interest to programmers in general, but of no particular direct relevance to python (irrespective of whether these are within or without Pune city). There are a number of other programming related forums / mailing lists. You could post in the appropriate one and perhaps also on the [PuneTechies](https://www.facebook.com/groups/punetechies) page.
12+
* Job Postings (even if related to python).
13+
* News / Announcements of events of interest to programmers in general, but of no particular direct relevance to python (irrespective of whether these are within or without Pune city).

resources/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
<h1>Resources</h1>
5+
6+
<ul>
7+
<li><a href="/pages/posting-policy.html">Posting Policy</a></li>
8+
</ul>

stylesheets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ul li:before {
147147
line-height: 16px;
148148
}
149149

150-
.container ul li {
150+
#header_menu ul li {
151151
display: inline;
152152
padding-left: 40px;
153153
}

0 commit comments

Comments
 (0)