update letter

This commit is contained in:
William Zhang 2017-06-28 22:58:38 -04:00
parent 6133f368cd
commit 8e621aedf6
2 changed files with 16 additions and 18 deletions

View File

@ -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;

View File

@ -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>
@ -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">