-
Notifications
You must be signed in to change notification settings - Fork 0
/
rate.html
118 lines (64 loc) · 1.88 KB
/
rate.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style type="text/css" media="screen">
.bc {
background-image:url("bg.jpg")
}
label {
color:black;
font-size:25px;
}
h1 {
color:Black;
font-size:50px;
padding:10px;
}
</style>
</head>
<body class="bc">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="Front1.html">Browse</a>
</div>
<div>
<ul class="nav navbar-nav">
<li class="active"><a href="newpro2.html">Home</a></li>
<li><a href="desk1.html">ABOUT</a></li>
<li><a href="qw.html">ABUSES OF TECHNOLOGY</a></li>
<li><a href="ini2.html">INITIATIVES</a></li>
<li><a href="rate.html">CONTACT US</a></li>
</ul>
</div>
</div>
</nav>
<h4><center>dada</center></h4>
<h1><center><b>Contact Us</b></center</h1>
<center>
<div class="col-xs-4">
<label for="usr">Name:</label>
<input type="text" class="form-control" id="usr"placeholder="Enter Your Name">
</div>
<div class="col-xs-4">
<label for="pwd">E-mail:</label>
<input type="text" class="form-control" id="usr" placeholder="Enter Your Email">
</div>
<div class="col-xs-4">
<label for="usr">Phone:</label>
<input type="text" class="form-control" id="usr" placeholder="Enter Your Phone Number">
</div>
</center>
<center>
<div class="container">
<form role="form">
<div class="form-group">
<label for="comment"><center>Message:</center></label>
<textarea class="form-control" rows="5" id="comment" placeholder="Type Your Message"></textarea>
</div>
</center>
<center><button type="button" class="btn-lg">Submit</button></center>
</body>
</html>