aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-08 07:57:31 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-08 07:57:31 +0000
commit0160f4967008dd08dd07f0332774eb487f528095 (patch)
tree0efe10dd32f5c644da1a5915587350def747fa50 /index.html
parentc13c53139ca6bff3cbe9153227b8d4dc712a8b4d (diff)
Completed main. Positioning problems need fizing
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/index.html b/index.html
index 13f509e..b78473b 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
</head>
<body>
<div id="top-bar">
- <a href="#"><img src="assets/images/logo.png"></a>
+ <div id="logo"><a href="#"><img src="assets/images/placeholder.png"></a></div>
<nav>
<ul>
<li><a href="#">Register</a></li>
@@ -28,7 +28,16 @@
</ul>
</nav>
- <h2>The solutions to all your problems.</h2>
+ <main>
+ <div id='search'>
+ <h2>The solutions to all your problems.</h2>
+ <!--<img src="assets/images/down.png">-->
+ <input type="text" name="search" placeholder="Enter course name">
+ </div>
+
+ </main>
+
+
<footer>
<nav>
@@ -40,7 +49,6 @@
</nav>
<h6>Copyright 2016</h6>
-
- </footer>
+</footer>
</body>
</html> \ No newline at end of file