created about section
This commit is contained in:
parent
ed5f7331b2
commit
70fe025e20
@ -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%;
|
||||||
@ -135,4 +140,10 @@ h1 {
|
|||||||
|
|
||||||
.fa:hover {
|
.fa:hover {
|
||||||
color: #FF746B;
|
color: #FF746B;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about {
|
||||||
|
margin-top: 217%;
|
||||||
|
margin-left: 3.5%;
|
||||||
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
@ -48,11 +48,14 @@
|
|||||||
{{> loginButtons}}
|
{{> loginButtons}}
|
||||||
{{#if allowed}}
|
{{#if allowed}}
|
||||||
<input type="text" class="form-control" id="date">
|
<input type="text" class="form-control" id="date">
|
||||||
<select id="post">
|
<select id="post">
|
||||||
<option value="AC">AC</option>
|
<option value="AC">AC</option>
|
||||||
<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>
|
||||||
Loading…
x
Reference in New Issue
Block a user