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
3082ec95
Commit
3082ec95
authored
Jan 07, 2017
by
Daniel W Bond
Browse files
belated nander13 css fixes merge commit-- love you long time nander13 bb srry
parents
fa891f9d
6985c0d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
3082ec95
...
...
@@ -51,6 +51,7 @@ a[name] {
.smidgen
{
padding-bottom
:
5px
;
}
/** People Page **/
.people-left
{
padding-left
:
0
;
padding-right
:
0
;
...
...
@@ -59,6 +60,27 @@ a[name] {
padding-right
:
0
;
padding-left
:
0
;
}
.gravatar
{
width
:
80px
;
height
:
80px
;
}
.devs
tr
>
td
:first-of-type
,
.devs2
tr
>
td
:first-of-type
{
width
:
50%
;
}
#executive
td
{
vertical-align
:
middle
;
}
@media
(
max-width
:
992px
)
{
#executive
td
:first-of-type
,
#executive
th
:first-of-type
{
display
:
none
;
}
.devs2
thead
{
display
:
none
;
}
.devs
{
margin-bottom
:
0
;
}
}
@media
(
min-width
:
992px
){
.people-left
{
padding-right
:
15px
;
...
...
@@ -67,6 +89,7 @@ a[name] {
padding-left
:
15px
;
}
}
/** Calendar Page **/
/**
* A cool little hack I found to try to allow a responsive Google Cal:
* http://themeloom.com/2013/02/tips-embed-google-maps-and-calendars-in-a-responsive-wordpress-theme/
...
...
srctweb/website/templates/people.html
View file @
3082ec95
...
...
@@ -6,7 +6,7 @@ SRCT | People
People
{% endblock %}
{% block description %}
The people who make up this community of developers!
The
awesome
people who make up this community of developers!
{% endblock %}
{% block content %}
<div
class=
"row"
>
...
...
@@ -14,7 +14,7 @@ The people who make up this community of developers!
<a
href=
"http://wiki.srct.gmu.edu/Executive_Board"
>
Executive Board
</a>
</strong></legend>
<table
class=
"table table-hover"
>
<table
class=
"table table-hover"
id=
"executive"
>
<thead>
<tr>
<th></th>
...
...
@@ -25,7 +25,7 @@ The people who make up this community of developers!
</thead>
<tbody>
<tr>
<td><img
class=
"img-circle img-responsive center center-block"
src=
"{{ 'jyeoman2@gmu.edu' | gravatar }}"
alt
=
"gravatar image"
</
td
>
<td><img
class=
"img-circle
gravatar
img-responsive center center-block"
src=
"{{ 'jyeoman2@gmu.edu' | gravatar }}"
alt
=
"gravatar image"
</
td
>
<td><h5>
Jason Yeomans
</h5></td>
<td>
<a
href=
"http://wiki.srct.gmu.edu/President"
><h5>
President
</h5></a>
...
...
@@ -33,7 +33,7 @@ The people who make up this community of developers!
<td><h5><em>
jyeoman2
</em></h5></td>
</tr>
<tr>
<td><img
class=
"img-circle img-responsive center center-block"
src=
"{{ 'mbaile18@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><img
class=
"img-circle
gravatar
img-responsive center center-block"
src=
"{{ 'mbaile18@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><h5>
Michael Bailey
</h5></td>
<td>
<a
href=
"http://wiki.srct.gmu.edu/Systems_Administrator"
><h5>
Systems Admininstrator
</h5></a>
...
...
@@ -41,7 +41,7 @@ The people who make up this community of developers!
<td><h5><em>
mbaile18
</em></h5></td>
</tr>
<tr>
<td><img
class=
"img-circle img-responsive center center-block"
src=
"{{ 'dhaynes3@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><img
class=
"img-circle
gravatar
img-responsive center center-block"
src=
"{{ 'dhaynes3@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><h5>
David Haynes
</h5></td>
<td>
<a
href=
"http://wiki.srct.gmu.edu/Vice_President"
><h5>
Vice President
</h5></a>
...
...
@@ -49,7 +49,7 @@ The people who make up this community of developers!
<td><h5><em>
dhaynes3
</em></h5></td>
</tr>
<tr>
<td><img
class=
"img-circle img-responsive center center-block"
src=
"{{ 'tkegel@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><img
class=
"img-circle
gravatar
img-responsive center center-block"
src=
"{{ 'tkegel@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><h5>
Thomas Kegel
</h5></td>
<td>
<a
href=
"http://wiki.srct.gmu.edu/Treasurer"
><h5>
Treasurer
</h5></a>
...
...
@@ -57,7 +57,7 @@ The people who make up this community of developers!
<td><h5><em>
tkegel
</em></h5></td>
</tr>
<tr>
<td><img
class=
"img-circle img-responsive center center-block"
src=
"{{ 'mstengle@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><img
class=
"img-circle
gravatar
img-responsive center center-block"
src=
"{{ 'mstengle@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><h5>
Mark Stenglein
</h5></td>
<td>
<a
href=
"http://wiki.srct.gmu.edu/Secretary"
><h5>
Secretary
</h5></a>
...
...
@@ -66,7 +66,7 @@ The people who make up this community of developers!
</tr>
<!--
<tr>
<td><img class="img-circle img-responsive center center-block" src="{{ 'asonntag@gmu.edu' | gravatar }}" alt = "gravatar image"</td>
<td><img class="img-circle
gravatar
img-responsive center center-block" src="{{ 'asonntag@gmu.edu' | gravatar }}" alt = "gravatar image"</td>
<td><h5>Audrey Sonntag</h5></td>
<td>
<a href="http://wiki.srct.gmu.edu/Historian"><h5>Historian</h5></a>
...
...
@@ -76,7 +76,7 @@ The people who make up this community of developers!
<tr>
-->
<tr>
<td><img
class=
"img-circle img-responsive center center-block"
src=
"{{ 'kdobolyi@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><img
class=
"img-circle
gravatar
img-responsive center center-block"
src=
"{{ 'kdobolyi@gmu.edu' | gravatar }}"
alt =
"gravatar image"
</
td
>
<td><h5>
Kinga Dobolyi
</h5></td>
<td>
<a
href=
"http://wiki.srct.gmu.edu/Faculty_Advisor"
><h5>
Faculty Advisor
</h5></a>
...
...
@@ -92,7 +92,7 @@ The people who make up this community of developers!
<a
href=
"http://wiki.srct.gmu.edu/Developers"
>
Developers
</a>
</strong></legend>
<div
class=
"col-md-6 people-left"
>
<table
class=
"table table-hover"
>
<table
class=
"
devs
table table-hover"
>
<thead>
<tr>
<th><h4>
Name
</h4></th>
...
...
@@ -191,7 +191,7 @@ The people who make up this community of developers!
Alumni
</strong></legend>
<div
class=
"col-md-6 people-left"
>
<table
class=
"table table-hover"
>
<table
class=
"
devs2
table table-hover"
>
<thead>
<tr>
<th><h4>
Name
</h4></th>
...
...
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