created about section

This commit is contained in:
yamanq 2016-02-09 17:45:16 -05:00
parent ed5f7331b2
commit 70fe025e20
2 changed files with 19 additions and 5 deletions

View File

@ -21,6 +21,11 @@ h1 {
font-size: 300%; font-size: 300%;
text-align: center; text-align: center;
} }
a:hover {
text-decoration: none;
}
#date { #date {
margin-top:1%; margin-top:1%;
max-width: 60%; max-width: 60%;
@ -136,3 +141,9 @@ h1 {
.fa:hover { .fa:hover {
color: #FF746B; color: #FF746B;
} }
.about {
margin-top: 217%;
margin-left: 3.5%;
font-size: 110%;
}

View File

@ -53,6 +53,9 @@
<option value="Health">Health</option> <option value="Health">Health</option>
</select> </select>
<button>Submit</button> <button>Submit</button>
<div class='about'>
<p>Developed by Yaman Qalieh and Kenny Jao <a target="_blank" href="https://github.com/yamanq/scheduleac">Github</a> </p>
</div>
{{/if}} {{/if}}
</div> </div>
</template> </template>