created about section
This commit is contained in:
parent
ed5f7331b2
commit
70fe025e20
@ -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%;
|
||||
}
|
||||
@ -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>
|
||||
Loading…
x
Reference in New Issue
Block a user