aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-08 11:04:46 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-08 11:04:46 +0000
commit6cf72dacf4708971a16b367b353154ceef5db409 (patch)
treed1013c6a241f94400fed83580cb8a83604ef90e2 /index.html
parentcc9868ed00c421aed359ce895d17c2220f423b8b (diff)
parent3da63e765354c7878ad6cc21d709542f9cdaa22e (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/index.html b/index.html
index 0493483..ee16fc7 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="top-bar">
@@ -31,7 +32,7 @@
</div>
<main>
-
+
<div id='search'>
<h2>The solutions to all your problems.</h2>
<!--<img src="assets/images/down.png">-->
@@ -43,15 +44,15 @@
<footer>
- <nav>
- <ul>
- <li><a href="#">Contact</a></li>
- <li><a href="#">About Us</a></li>
- <li><a href="#">Terms of Use</a></li>
- </ul>
- </nav>
+ <div id="footer-container">
+ <nav>
+ <a href="#">Contact</a>
+ <a href="#">About Us</a>
+ <a href="#">Terms of Use</a>
+ </nav>
+ <h6>Copyright 2016</h6>
+ </div>
- <h6>Copyright 2016</h6>
</footer>
</body>
</html> \ No newline at end of file