-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (28 loc) · 862 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Block-Vote</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<header class="site-header clearfix">
<nav>
<div class="logo">
<h1>ICPolls</h1>
</div>
</nav>
<section>
<div class="leftside">
<img src="css/assets/home_page.png">
</div>
<div class="rightside">
<h1>VOTE!</h1>
<p> LET YOUR VOICE BE HEARD! </p>
<a href="signup.html"><button>USER SIGN-UP/LOGIN</button></a>
<a href="admin_login.html"><button>ADMIN-LOGIN</button></a>
</div>
</section>
</header>
</body>
</html>