This commit is contained in:
William Zhang 2017-06-27 23:06:57 -04:00
parent 8cf398eca5
commit 6133f368cd
4 changed files with 29 additions and 9 deletions

View File

@ -84,7 +84,7 @@ nav#menu {
min-height: 280px; min-height: 280px;
width: 100vw; width: 100vw;
color: #000; color: #000;
background-color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.6);
box-shadow: 0 28px 79px 0 rgba(66,129,121,.27); box-shadow: 0 28px 79px 0 rgba(66,129,121,.27);
} }
@ -96,10 +96,11 @@ nav#menu {
top: 0vh; top: 0vh;
content: ''; content: '';
display: block; display: block;
background-color: #010318;
background-image: url('../img/bg.jpg'); background-image: url('../img/bg.jpg');
background-size: cover; background-size: cover;
background-position-x: center; background-position-x: center;
background-position-y: -10vh; background-position-y: 7.5vh;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
z-index: -2; z-index: -2;
@ -255,24 +256,25 @@ section {
height: 100vh; height: 100vh;
} }
#desc > h1 { #intro > h1 {
font-size: 3.5em; font-size: 3.5em;
margin-top: 0.5em; margin-top: 0.5em;
} }
#desc > h2 { #intro > h2 {
width: calc(100% - 1em); width: calc(100% - 1em);
font-size: 1.2em; font-size: 1.2em;
padding: 0.5em 0; padding: 0.5em 0;
display: inline-block; display: inline-block;
} }
#desc > span { #intro > span, #intro > p {
width: calc(100% - 1em); width: calc(100% - 1em);
padding: 0 0.5em; padding: 0 0.5em;
font-size: 1.2em; font-size: 1.2em;
display: inline-block; display: inline-block;
margin: 0.5em 0; margin: 0.5em 0;
color: #fff;
clear: both; clear: both;
} }

BIN
img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -7,7 +7,7 @@
<meta content="William Zhang" name="author"> <meta content="William Zhang" name="author">
<meta name="theme-color" content="#1976D2" /> <meta name="theme-color" content="#1976D2" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"/> <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"/>
<link href="icons/favicon.ico" rel="icon" type="image/ico"> <link href="img/favicon.ico" rel="icon" type="image/ico">
<link href="css/main.css" rel="stylesheet" /> <link href="css/main.css" rel="stylesheet" />
<title>Home - TJSGA</title> <title>Home - TJSGA</title>
</head> </head>
@ -22,7 +22,7 @@
<button class="menu-item fluid">Home</button> <button class="menu-item fluid">Home</button>
</a> </a>
<a class="menu-item" href="about.html"> <a class="menu-item" href="about.html">
<button class="menu-item fluid">About Us</button> <button class="menu-item fluid">About</button>
</a> </a>
<a class="menu-item" href="forms.html"> <a class="menu-item" href="forms.html">
<button class="menu-item fluid">Forms</button> <button class="menu-item fluid">Forms</button>
@ -36,8 +36,26 @@
</header> </header>
<div id="wrapper" class="fluid"> <div id="wrapper" class="fluid">
<section id="about"> <section id="about">
<div id="desc" class="fluid"> <div id="intro" class="fluid">
<span id="letter">
<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.
</p>
<br />
<p>
Here at Jefferson, we not only challenge ourselves academically, but also extracurricularly. And so, tjSGA is pushing forward this year to not only continue school-wide traditions such as Homecoming Week, Dancing with the Faculty, Service Week, and J-Day, but also both establish new and revive discontinued traditions such as the February Snow Ball and March Volleyball tournament. Moreover, as we face obstacles such as the stigma against mental illness and TJ Renovation restrictions, we hope to continually find effective solutions for the student body.
</p>
<br />
<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.
</p>
<br />
<p>
Sincerely,<br />
Tim Cho<br />
SGA President 2016-17
</p>
</span>
</div> </div>
</section> </section>
<!--<section id="photos"> <!--<section id="photos">