Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srctweb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Renfred Harper
srctweb
Commits
0f153bd7
Commit
0f153bd7
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
projects, contact, and people
parent
5685dbcf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
108 additions
and
9 deletions
+108
-9
srctweb/website/templates/contact.html
srctweb/website/templates/contact.html
+16
-3
srctweb/website/templates/people.html
srctweb/website/templates/people.html
+63
-3
srctweb/website/templates/projects.html
srctweb/website/templates/projects.html
+29
-3
No files found.
srctweb/website/templates/contact.html
View file @
0f153bd7
{% extends "base.html" %}
{% extends "
layouts/
base.html" %}
{% block title %}
SRCT | Contact
SRCT | Contact
{% endblock %}
{% block content %}
<h1>
Contact!
</h1>
<h1>
Contact!
</h1>
<p>
exec@srct.gmu.edu — Leadership team
</p>
<p>
srct-general@lists.srct.gmu.edu — Members and interested members of the community.
</p>
<address>
<strong>
Mason SRCT
</strong>
George Mason University
4400 University Drive MSN 2D6
Fairfax, VA 22030
</address>
Social Media
{% endblock %}
srctweb/website/templates/people.html
View file @
0f153bd7
{% extends "base.html" %}
{% extends "
layouts/
base.html" %}
{% block title %}
SRCT | People
SRCT | People
{% endblock %}
{% block content %}
<h1>
People
</h1>
<legend>
Officers
</legend>
<table
class=
"table table-hover"
>
<thead>
<tr>
<th>
Name
</th>
<th>
Position
</th>
<th>
Username
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Michel Rouly
</td>
<td>
President
</td>
<td>
jrouly
</td>
</tr>
<tr>
<td>
Daniel Bond
</td>
<td>
Vice President
</td>
<td>
dbond2
</td>
</tr>
<tr>
<td>
Chris Reffett
</td>
<td>
SysAdmin
</td>
<td>
creffett
</td>
</tr>
<tr>
<td>
Kara Mahoney
</td>
<td>
Secretary
</td>
<td>
kmahone5
</td>
</tr>
<tr>
<td>
Renfred Harper
</td>
<td>
Treasurer
</td>
<td>
rharper2
</td>
</tr>
<tr>
<td>
Kinga Dobolyi
</td>
<td>
Faculty Advisor
</td>
<td>
kdobolyi
</td>
</tr>
</tbody>
</table>
<legend>
Developers
</legend>
<table
class=
"table table-hover"
>
<thead>
<tr>
<th>
Name
</th>
<th>
Project
</th>
<th>
Username
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Student
</td>
<td>
example
</td>
<td>
project
</td>
</tr>
<tbody>
</table>
{% endblock %}
srctweb/website/templates/projects.html
View file @
0f153bd7
{% extends "base.html" %}
{% extends "
layouts/
base.html" %}
{% block title %}
SRCT | Projects
SRCT | Projects
{% endblock %}
{% block content %}
<h1>
Projects!
</h1>
<div
class=
"row well"
>
<div
class=
"row"
>
Git
</div>
<div
class=
"row"
>
Go
</div>
<div
class=
"row"
>
Whatsopen
</div>
<div
class=
"row"
>
Bookshare
</div>
<div
class=
"row"
>
Advisor
</div>
<div
class=
"row"
>
Mirrors
</div>
<div>
{% endblock %}
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