-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 1.07 KB
/
index.html
File metadata and controls
20 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Swati Goyal</title>
<link rel="stylesheet" type="text/css" href="Newfolder/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="./style_front.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="Newfolder/flexslider.css">
<link rel="stylesheet" type="text/css" href="Newfolder/lightbox.css">
</head>
<body>
<div class="banner">
<div class="hd"><h1 style="font-size:4vw"><strong><span class="c1"><i class="fa fa-pagelines" aria-hidden="true"></i><span class="c2"> SMART IRRIGATION SYSTEM</strong></h1></div>
<div class="mid"><p style="font-size:3.2vw"><strong>" It Is Thus With Farming,<br>If You Do One Thing<br>Late, You Will Be<br>Late In All Your Work. "</strong></p></div>
<div class="login"><p style="font-size:2.5vw"><strong>Login : </strong><a class="logicon" href="./signIn.html"><i class="fa fa-user-plus" aria-hidden="true"></i></a></p></div>
</div>
</body>
</html>