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
5a3c0977
Commit
5a3c0977
authored
Feb 20, 2014
by
Daniel W Bond
Browse files
added real links for all nondocument paes
parent
731967cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5a3c0977
...
...
@@ -42,11 +42,14 @@ To-do
Note-- this should also be on the wiki
*
Logo in navbar
*
Set up the documents with ability to download pdfs and latex files
*
Figure out intellectual property with GMU
*
finish writing privacy policy
*
Logo image download permalinks
*
Use real links, not the direct file locations (yes, I know that's going to be really annoying to fix-- sorry)
*
add piwik opt out link
*
set some stuff up, e.g. with the people page, so adding new individuals doesn't involve touching the template
Further Requirements
*
Figure out intellectual property with GMU
*
finish writing privacy policy
EVENTS AND MEETING NOTES
*
**note: events and meeting notes might be on the wiki page... undecided**
...
...
srctweb/website/templates/documents.html
View file @
5a3c0977
...
...
@@ -17,25 +17,25 @@ SRCT | Documents
</thead>
<tbody>
<tr>
<td><a
href=
"
/documents/
constitution"
>
Constitution
</a></td>
<td><a
href=
"
{{ url_for('
constitution
') }}
"
>
Constitution
</a></td>
</tr>
<tr>
<td><a
href=
"
/documents/
usage
_p
olicy"
>
Usage Policy
</a></td>
<td><a
href=
"
{{ url_for('
usage
P
olicy
') }}
"
>
Usage Policy
</a></td>
</tr>
<tr>
<td><a
href=
"
/documents/terms_of_service
"
>
Terms of Service
</a></td>
<td><a
href=
"
{{ url_for('termsOfService') }}
"
>
Terms of Service
</a></td>
</tr>
<tr>
<td><a
href=
"
documents/
privacy
_p
olicy"
>
Privacy Policy
</a></td>
<td><a
href=
"
{{ url_for('
privacy
P
olicy
') }}
"
>
Privacy Policy
</a></td>
</tr>
<tr>
<td><a
href=
"
/documents/
intellectual
_p
roperty"
>
Intellectual Property
</a></td>
<td><a
href=
"
{{ url_for('
intellectual
P
roperty
') }}
"
>
Intellectual Property
</a></td>
</tr>
<tr>
<td><a
href=
"
/documents/
software
_f
reedom"
>
Software Freedom
</a></td>
<td><a
href=
"
{{ url_for('
software
F
reedom
') }}
"
>
Software Freedom
</a></td>
</tr>
<tr>
<td><a
href=
"
/documents/logos
"
>
Logos
</a></td>
<td><a
href=
"
{{ url_for('logos') }}
"
>
Logos
</a></td>
</tr>
</tbody>
</table>
...
...
srctweb/website/templates/index.html
View file @
5a3c0977
...
...
@@ -26,16 +26,18 @@ enhances student computing at our school by establishing and maintaining system
that provide specific services for Mason's community.
</p>
<p>
We were founded in 2011 to be a place where students could work together,
share their knowledge, and build really neat projects for the benefit of everyone
at Mason. See some of the ways we've improved life on campus on the
<a
href=
"/projects"
>
projects page
</a>
.
</p>
at Mason. See some of the ways we've improved life on campus on the
<a
href=
"{{ url_for('projects') }}"
>
projects page
</a>
.
</p>
<p>
This is a link to the
<a
href=
"{{ url_for('calendar') }}"
>
calendar page
</a>
.
</p>
<legend><strong>
Getting Involved
</strong></legend>
<p>
To learn more about SRCT, check out our
<a
href=
"
http://srct.gmu.edu/
projects"
>
projects
</a>
, active, under development, or proposed, or talk to one of the
<a
href=
"
http://srct.gmu.edu/
people"
>
members
</a>
! Technical documentation is
<a
href=
"
{{ url_for('
projects
') }}
"
>
projects
</a>
, active, under development, or proposed, or talk to one of the
<a
href=
"
{{ url_for('
people
') }}
"
>
members
</a>
! Technical documentation is
available on our
<a
href=
"http://wiki.srct.gmu.edu"
>
wiki
</a>
, and all of our
code is visible on the
<a
href=
"http://git.gmu.edu/public"
>
public page
</a>
of
our student git repository.
</p>
<p>
You can come to any of our planned
<a
href=
"
/
events"
>
events
</a>
. We hold
<p>
You can come to any of our planned
<a
href=
"
{{ url_for('
events
') }}
"
>
events
</a>
. We hold
numerous events each semester, from traveling to hackathons and conferences to
doing local outreach, holding large programming events, and hosting speakers.
</p>
<p>
We're on
<a
href=
"https://www.facebook.com/MasonSRCT"
>
Facebook
</a>
and
...
...
@@ -43,11 +45,11 @@ doing local outreach, holding large programming events, and hosting speakers.</p
<a
href=
"http://lists.srct.gmu.edu/mailman/listinfo"
>
active mailing lists
</a>
and an
<a
href=
"https://en.wikipedia.org/wiki/Internet_Relay_Chat"
>
IRC
</a>
channel on
<a
href=
"https://www.freenode.net/"
>
freenode
</a>
, #srct. More ways to
contact us are on our
<a
href=
"
/
contact"
>
contact page
</a>
.
</p>
contact us are on our
<a
href=
"
{{ url_for('
contact
') }}
"
>
contact page
</a>
.
</p>
<legend><strong>
Next Meeting
</strong></legend>
<p>
Our next meeting is scheduled for
<em>
TBA
</em>
. For more information, check
out our
<a
href=
"
http://srct.gmu.edu/
calendar"
>
calendar
</a>
, or visit our
out our
<a
href=
"
{{ url_for('
calendar
') }}
"
>
calendar
</a>
, or visit our
<a
href=
"https://www.facebook.com/MasonSRCT"
>
Facebook
</a>
or
<a
href=
"https://www.twitter.com/MasonSRCT"
>
Twitter
</a>
pages.
</p>
...
...
srctweb/website/templates/projects.html
View file @
5a3c0977
...
...
@@ -117,7 +117,7 @@
<div
class=
"row"
>
<legend><strong><a
href=
"http://wiki.srct.gmu.edu/wiki/index.php/SRCTweb"
>
SRCTweb
</a></strong>
|
<a
href=
"
http://srct.gmu.edu
"
>
srct.gmu.edu
</a></legend>
|
<a
href=
"
/
"
>
srct.gmu.edu
</a></legend>
<div
class=
"col-lg-4 text-center"
>
<span
class=
"label label-default"
><strong>
Project Manager
</strong></span>
Daniel Bond
</div>
...
...
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