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
6cff2bb6
Commit
6cff2bb6
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
footer, some documents stuff
parent
4f2fe408
Changes
5
Show whitespace changes
Inline
Side-by-side
README.md
View file @
6cff2bb6
...
@@ -40,7 +40,6 @@ To-do
...
@@ -40,7 +40,6 @@ To-do
---
---
Note-- this should also be on the wiki
Note-- this should also be on the wiki
*
A footer
*
Links
*everywhere*
*
Links
*everywhere*
*
Consistent color scheming-- bring in some greens and golds
*
Consistent color scheming-- bring in some greens and golds
*
The meeting page needs to have forms for the secretary to take notes, and pagination
*
The meeting page needs to have forms for the secretary to take notes, and pagination
...
@@ -51,6 +50,7 @@ Note-- this should also be on the wiki
...
@@ -51,6 +50,7 @@ Note-- this should also be on the wiki
*
Some sort of a calendar plugin for the calendar page
*
Some sort of a calendar plugin for the calendar page
*
Add stuff to the events page-- same idea as meeting page, forms, pagination, and RSS
*
Add stuff to the events page-- same idea as meeting page, forms, pagination, and RSS
*
Have js follow the librejs tagging rules
*
Have js follow the librejs tagging rules
*
Requires being able to log in in order for the secretary to take notes, etc
About GMU SRCT
About GMU SRCT
---
---
...
...
srctweb/website/static/css/style.css
View file @
6cff2bb6
...
@@ -11,14 +11,14 @@ height:100%;
...
@@ -11,14 +11,14 @@ height:100%;
min-height
:
100%
;
min-height
:
100%
;
height
:
auto
;
height
:
auto
;
/* Negative indent footer by its height */
/* Negative indent footer by its height */
margin
:
0
auto
-
4
0px
;
margin
:
0
auto
-
3
0px
;
/* Pad bottom by footer height */
/* Pad bottom by footer height */
padding
:
0
0
4
0px
;
padding
:
0
0
3
0px
;
padding-top
:
25px
;
padding-top
:
25px
;
}
}
/* Set the fixed height of the footer here */
/* Set the fixed height of the footer here */
#footer
{
#footer
{
height
:
4
0px
;
height
:
3
0px
;
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
}
}
srctweb/website/templates/documents.html
View file @
6cff2bb6
...
@@ -12,23 +12,36 @@ SRCT | Documents
...
@@ -12,23 +12,36 @@ SRCT | Documents
</div>
</div>
</div>
</div>
<table
class=
"table table-hover"
>
<div
class=
"row"
>
<div
class=
"col-lg-offset-2 col-lg-8"
>
<table
class=
"table table-hover"
>
<thead>
<thead>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>
SRCT
Constitution
</td>
<td>
Constitution
</td>
</tr>
</tr>
<tr>
<tr>
<td>
Usage Policy
</td>
<td>
Usage Policy
</td>
</tr>
</tr>
<tr>
<td>
Terms of Service
</td>
</tr>
<tr>
<td>
Privacy Policy
</td>
</tr>
<tr>
<tr>
<td>
Intellectual Property
</td>
<td>
Intellectual Property
</td>
</tr>
</tr>
<tr>
<td>
Software Freedom
</td>
</tr>
<tr>
<tr>
<td>
Logos
</td>
<td>
Logos
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
</div>
</div>
{% endblock %}
{% endblock %}
srctweb/website/templates/layouts/footer.html
View file @
6cff2bb6
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<div
class=
"col-lg-12 text-center"
>
Hello World!
A
<a
href=
"http://srct.gmu.edu/projects"
>
project
</a>
of
<a
href=
"https://www.gmu.edu"
>
Mason
</a>
<a
href=
"http://srct.gmu.edu"
>
SRCT
</a>
. Read
<a
href=
"http://wiki.srct.gmu.edu/wiki/index.php/SRCTweb"
>
documentation
</a>
and
<a
href=
"https://www.gnu.org/licenses/gpl-3.0.html"
>
contribute
</a>
to
<a
href=
"http://git.gmu.edu/srct/srctweb"
>
our code
</a>
.
Read our
<a
href=
"http://universitypolicy.gmu.edu/policies/responsible-use-of-computing/"
>
Usage Policy
</a>
,
<a
href=
"#termsofservice"
>
Terms of Service
</a>
, and
<a
href=
"#privacypolicy"
>
Privacy Policy
</a>
, and
<a
href=
"#constitution"
>
Constitution
</a>
.
<a
href=
"#contact"
>
Contact
</a>
Us.
<a
href=
"#login"
>
Log In
</a>
.
</div>
</div>
</div>
</div>
</div>
</div>
srctweb/website/templates/layouts/navbar.html
View file @
6cff2bb6
...
@@ -13,11 +13,6 @@
...
@@ -13,11 +13,6 @@
<li><a
href=
"documents"
>
Documents
</a>
<li><a
href=
"documents"
>
Documents
</a>
<li><a
href=
"contact"
>
Contact
</a>
<li><a
href=
"contact"
>
Contact
</a>
</ul>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<!-- would probably better to have login as a dropdown -->
<!-- username on top of password -->
<li><a
href=
"#login"
>
Log In
</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.nav-collapse -->
</div>
</div>
</nav>
</nav>
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