mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
moved data files to subfolders
This commit is contained in:
parent
b4c5f78b25
commit
7290263a30
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"title" : "Freshman Election Forms",
|
||||
"name": "Freshman Elections",
|
||||
"items": [
|
||||
{
|
||||
"name": "",
|
|
@ -28,9 +28,9 @@ orgs: ["officers", "excomm", "senators", "sponsors"]
|
|||
</div>
|
||||
</section>
|
||||
<hr />
|
||||
{% for org_name in site.data %}
|
||||
{% for org_name in site.data.about %}
|
||||
{% assign name = page.orgs[forloop.index0] %}
|
||||
{% assign org = site.data[name] %}
|
||||
{% assign org = site.data.about[name] %}
|
||||
<section id="{{ org.username }}">
|
||||
<h2>{{ org.name }}</h2>
|
||||
{% for member in org.members %}
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
max-width: 100vw;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 2.5vh;
|
||||
}
|
||||
|
||||
#contact>.desc {
|
||||
|
|
|
@ -19,10 +19,6 @@ footer {
|
|||
vertical-align: middle;
|
||||
}*/
|
||||
|
||||
#contact {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
|
||||
button.social {
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
|
|
|
@ -63,7 +63,7 @@ nav#menu {
|
|||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
border-bottom: 3px solid rgb(164, 38, 44);
|
||||
box-shadow: 0 28px 79px 0 rgba(66, 129, 121, .27);
|
||||
/*box-shadow: 0 28px 79px 0 rgba(66, 129, 121, .27);*/
|
||||
}
|
||||
|
||||
a.menu-item {
|
||||
|
@ -130,7 +130,7 @@ button.menu-item:active {
|
|||
background-image: url('../img/bg.jpg');
|
||||
background-size: cover;
|
||||
background-position-x: center;
|
||||
background-position-y: 7.5vh;
|
||||
background-position-y: 5vh;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
z-index: -2;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@media screen and (max-width: 1150px) {
|
||||
#dome:after {
|
||||
background-position-y: 1vh;
|
||||
background-position-y: 0;
|
||||
background-size: 100%;
|
||||
}
|
||||
#banner {
|
||||
|
@ -107,6 +107,9 @@
|
|||
#banner > h1 {
|
||||
display: none;
|
||||
}
|
||||
#dome:after {
|
||||
background-position-y: 5vh;
|
||||
}
|
||||
.officers-intro,
|
||||
.excomm-intro,
|
||||
.senators-intro,
|
||||
|
@ -156,9 +159,6 @@
|
|||
.list>ul {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#dome:after {
|
||||
background-position-y: 2.5vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1800px) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user