-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (51 loc) · 2.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> K - Dynasty Network </title>
<link href="style.css" rel="stylesheet" type="text/css"></link>
</head>
<body style="background-color:hsla(197, 94%, 50%, 0.5);">>
<div class="container12">
<header style="background-color:rgb(189, 26, 167);">
<div class="row">
<div class="hLogo" id="hloo">
<h1 style="padding:0 0 0 0;"> Trade A Product</h1>
</div>
<div class="Login">
<ul>
<li><a href="login.html" >Login Here </a></li>
</ul>
</div>
</div>
</header>
<h3 id="Need">Need Something? <a style="color: green;"> Someone might like to Barter.</a></h3>
<div class="form1">
<form action="" method="post" align="center">
<div class="alert"></div>
<div class="row">
<div class="column4" id="need-this">
<input type="text" class="large-fld" name="ineed" placeholder="I need this ..." style="padding:20px;">
</div>
<div class="column5">
<input type="text" class="large-fld" name="ioffer" placeholder="I can offer this ..." style="padding:20px 20;">
</div>
<div class="column3">
<input type="submit" class="large-fld large-magnify" name="submit1" style="color:#C71585;" value="Find Matches" >
</div>
</div>
</form>
</div>
<p id="home-info" style="text-align: center"> Seperate your wants and offers with a comma. <span>Eg: Baby sitter, Wisher fixed, cheap cars, Computers, Smart Phones.....</span></p>
</div>
</body>
<footer style=" float:bottom; padding:5px" align="center">
<p ><a style="font-size:20;"> Copyright <a style="color:green; font-size:20;">® 2018 </a>Hudson S. I. Kattieh</a></p>
</footer>
</html>