From 70fe025e20f3591fc47f124130e1a9ec64b78047 Mon Sep 17 00:00:00 2001 From: yamanq Date: Tue, 9 Feb 2016 17:45:16 -0500 Subject: [PATCH] created about section --- scheduleac/client/client.css | 11 +++++++++++ scheduleac/client/client.html | 13 ++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/scheduleac/client/client.css b/scheduleac/client/client.css index b076797..4797d73 100644 --- a/scheduleac/client/client.css +++ b/scheduleac/client/client.css @@ -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%; } \ No newline at end of file diff --git a/scheduleac/client/client.html b/scheduleac/client/client.html index 17fd942..d87bdc3 100644 --- a/scheduleac/client/client.html +++ b/scheduleac/client/client.html @@ -48,11 +48,14 @@ {{> loginButtons}} {{#if allowed}} - - + + +
+

Developed by Yaman Qalieh and Kenny Jao Github

+
{{/if}} \ No newline at end of file