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%;
text-align: center;
}
a:hover {
text-decoration: none;
}
#date {
margin-top:1%;
max-width: 60%;
@ -135,4 +140,10 @@ h1 {
.fa:hover {
color: #FF746B;
}
.about {
margin-top: 217%;
margin-left: 3.5%;
font-size: 110%;
}

View File

@ -48,11 +48,14 @@
{{> loginButtons}}
{{#if allowed}}
<input type="text" class="form-control" id="date">
<select id="post">
<option value="AC">AC</option>
<option value="Health">Health</option>
</select>
<button>Submit</button>
<select id="post">
<option value="AC">AC</option>
<option value="Health">Health</option>
</select>
<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}}
</div>
</template>