diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -15,7 +15,7 @@ </head> <body> <div id="nav"> - <div><img src="./images/favicon.png" id="logo" /></div> + <div><a href="#welcome"><img src="./images/favicon.png" id="logo" /></a></div> <hr /> <div id="business-hours"> <h3>Business Hours</h3> @@ -31,6 +31,17 @@ <a class="link" href="#xxx">Kitchen Staff</a> </div> </div> - <div id="content"><p>Hello, world!</p></div> + <div id="content"> + <div id="welcome"> + <div> + <p style="font-size: 2rem">Welcome to</p> + <h1>CSCI 1300</h1> + <p style="font-size: 2rem">User Interfaces and User Experience</p> + </div> + </div> + <div id="xxx" style="height: 100vh;"> + content here + </div> + </div> </body> </html> |
