mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-20 19:20:17 -04:00
update letter
This commit is contained in:
parent
6133f368cd
commit
8e621aedf6
25
css/main.css
25
css/main.css
|
@ -228,32 +228,22 @@ footer {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: #616161;
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
/*background-image: url('../img/bg.jpg');
|
|
||||||
background-size: cover;
|
|
||||||
background-position-x: center;
|
|
||||||
background-position-y: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#wrapper:before {
|
#wrapper:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
top: 0vh;
|
top: 0vh;
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
background-image: url('../img/bg.jpg');
|
}
|
||||||
background-size: cover;
|
|
||||||
background-position-x: center;
|
|
||||||
background-position-y: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
section {
|
section {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intro > h1 {
|
#intro > h1 {
|
||||||
|
@ -268,7 +258,12 @@ section {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intro > span, #intro > p {
|
#logo {
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#letter {
|
||||||
width: calc(100% - 1em);
|
width: calc(100% - 1em);
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
|
@ -37,7 +37,10 @@
|
||||||
<div id="wrapper" class="fluid">
|
<div id="wrapper" class="fluid">
|
||||||
<section id="about">
|
<section id="about">
|
||||||
<div id="intro" class="fluid">
|
<div id="intro" class="fluid">
|
||||||
<span id="letter">
|
<div id="logo">
|
||||||
|
<img src="img/logo.png" alt="TJSGA Logo" />
|
||||||
|
</div>
|
||||||
|
<div id="letter">
|
||||||
<p>
|
<p>
|
||||||
Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government Association's new home on the web! As you know, TJ is going through some very exciting times, and we want you to be a part of it with us.
|
Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government Association's new home on the web! As you know, TJ is going through some very exciting times, and we want you to be a part of it with us.
|
||||||
</p>
|
</p>
|
||||||
|
@ -47,7 +50,7 @@
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
Please don't hesitate to contactme or SGA at anytime with any concerns, suggestions, or questions and we'll do our best to address them.
|
Please don't hesitate to contact me or SGA at anytime with any concerns, suggestions, or questions and we'll do our best to address them.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
|
@ -55,7 +58,7 @@
|
||||||
Tim Cho<br />
|
Tim Cho<br />
|
||||||
SGA President 2016-17
|
SGA President 2016-17
|
||||||
</p>
|
</p>
|
||||||
</span>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!--<section id="photos">
|
<!--<section id="photos">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user