-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.5 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<title>Cascade</title>
</head>
<body>
<div class="wrapper">
<figure>
<img id="logo" src="images/logo.png" alt=""/>
</figure>
<nav class="navbar">
<ul id="navbar_button">
<li><a href="#"><button id="home" >Home</button></a></li>
<li><a href="#"><button id="about" href="#">About</button></a></li>
<li><a href="#"><button id="services" href="#">Services</button></a></li>
<li><a href="#"><button id="contacts" href="#">Contacts</button></a></li>
<li><a href="#"><button id="feedback" href="#">Feedback</button></a></li>
</ul>
</nav>
<div class="center">
<div id="middle_title">
<p >Welcome To Cascade </br> Create Something New</p>
</div>
<div>
<ul id="home_options">
<li><a href="#"><button id="explore_more" href="#">Explore More</button></a></li>
<li><a href="#"><button id="subscribe_us" href="#">Subscribe Us</button></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>