Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
1bda9860
Commit
1bda9860
authored
Feb 28, 2014
by
Daniel W Bond
Browse files
meetings gone, events links to hackmason
parent
ae42f81a
Changes
6
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1bda9860
...
...
@@ -53,7 +53,6 @@ only review by peers
*
add piwik opt out link
*
Set up the documents with ability to download pdfs and latex files
*
finish writing privacy policy
*
the meetings page links to the wiki (is this good usability? does anyone go on the page to find old meeting notes? We should weigh deleting it
*
Events links to hackmason
---
...
...
srctweb/website/templates/events.html
deleted
100644 → 0
View file @
ae42f81a
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Events
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Events
</strong></h1>
</div>
</div>
<!-- <p>Along the lines of Meetings- a form for creating events, pagination, RSS feed</p> -->
<p>
Will link to an as yet not created page on the wiki.
</p>
<p>
The beginnings of setting it up on the wiki is there, but it's not there yet.
</p>
{% endblock %}
srctweb/website/templates/index.html
View file @
1bda9860
...
...
@@ -12,10 +12,12 @@ SRCT
<div
class=
"jumbotron jumbostyle"
>
<!-- <li class="layer" data-depth="0.00"> -->
<div
class=
"container"
>
<div
class=
"text-center transparency"
>
<h1><strong>
SRCT
</strong></h1>
<p><h2>
Student-Run Computing and Technology
</h2></p>
</div>
</div>
<!-- </li> -->
</div>
...
...
srctweb/website/templates/layouts/navbar.html
View file @
1bda9860
...
...
@@ -14,8 +14,7 @@
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"{{ url_for('projects')}}"
>
Projects
</a></li>
<li><a
href=
"{{ url_for('people')}}"
>
People
</a></li>
<li><a
href=
"{{ url_for('events')}}"
>
Events
</a></li>
<li><a
href=
"{{ url_for('meetings')}}"
>
Meetings
</a></li>
<li><a
href=
" //hackmason.org "
>
Events
</a></li>
<li><a
href=
"{{ url_for('calendar')}}"
>
Calendar
</a>
<li
class=
"dropdown"
>
<a
id=
"drop1"
href=
"#"
role=
"button"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Documents
<b
class=
"caret"
></b></a>
...
...
srctweb/website/templates/meetings.html
deleted
100644 → 0
View file @
ae42f81a
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Meetings
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Meetings
</strong></h1>
</div>
</div>
<p>
Will link to an as yet not created page on the wiki with meeting minutes.
</p>
<p>
Page will need RSS support.
</p>
<!-- <p>Transfer over meeting notes.</p> -->
<!-- <p>Presumably make some sort of form so that notes can be taken directly
here and not done through modifying the html</p> -->
<!-- <p>Along with that, an RSS feed</p> -->
{% endblock %}
srctweb/website/views.py
View file @
1bda9860
...
...
@@ -25,18 +25,6 @@ def documents():
)
@
website
.
route
(
'/events/'
)
def
events
():
return
render_template
(
"events.html"
,
)
@
website
.
route
(
'/meetings/'
)
def
meetings
():
return
render_template
(
"meetings.html"
,
)
@
website
.
route
(
'/people/'
)
def
people
():
return
render_template
(
"people.html"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment