-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
27 lines (26 loc) · 919 Bytes
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SAHAY - Empowering Farmers</title>
<link rel="stylesheet" href="styles2.css">
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<a href="/" class="logo-link">
<img src="logo(1).png" alt="SAHAY Icon" class="icon-logo">
<h1>SAHAY</h1>
</a>
<nav class="header-right">
<ul>
<li><a href="#forum">Forum</a></li>
<li><a href="#about">About</a></li>
<li><a href="login.html" class="login-button">Login</a></li>
</ul>
</nav>
</div>
</div>
</header