-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
148 lines (123 loc) · 6.85 KB
/
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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<title>Contact-Us</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<a class="navbar-brand text-light" href="#"> <span class="badge badge-warning">iCoder</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link text-light" href="/html/bootstrap/index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link text-light " href="/html/bootstrap/about.html">About-Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-light active" href="/html/bootstrap/contact.html">Contact-Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-light" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Topics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Technology</a>
<a class="dropdown-item" href="#"> Development</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Support</a>
<a class="dropdown-item" href="#">Write-for-us</a>
</div>
<!-- <li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>-->
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light my-2 my-sm-0 warning" type="submit">Search</button>
</form>
</div>
</nav>
<h3 class="bg-danger text-light text-center ">Contact-Us</h3>
<div class="container d-flex flex-row justify-content-center">
<div class="col-md-8 ">
<form class="needs-validation" novalidate="">
<div class="row">
<div class="col-md-6 mb-3">
<label for="firstName">First name</label>
<input type="text" class="form-control" id="firstName" placeholder="" value="" required="">
<div class="invalid-feedback">
Valid first name is required.
</div>
</div>
<div class="col-md-6 mb-3">
<label for="lastName">Last name</label>
<input type="text" class="form-control" id="lastName" placeholder="" value="" required="">
<div class="invalid-feedback">
Valid last name is required.
</div>
</div>
</div>
<div class="mb-3">
<label for="username">Username</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">@</span>
</div>
<input type="text" class="form-control" id="username" placeholder="Username" required="">
<div class="invalid-feedback" style="width: 100%;">
Your username is required.
</div>
</div>
</div>
<div class="mb-3">
<label for="email">Email-id <br> </label>
<input type="email" class="form-control" id="email" placeholder="[email protected]">
<div class="invalid-feedback">
Please enter a valid email address for any updates.
</div>
<div class="mb-3">
<label for="tel">Contact-No <br> </label>
<input type="tel" class="form-control" id="tel" placeholder="+91">
<div class="mb-3">
<label for="text">Message<br> </label>
<textarea name="name" id="text" cols="20" rows="5" placeholder="Enter your messsage"
class="form-control"></textarea>
</textarea>
</div>
</div>
</form>
</div>
<hr class="mb-4">
<button class="btn btn-primary btn-lg btn-block" type="submit">Submit</button>
</form>
</div>
</div>
</body>
<footer class="bd-footer text-muted bg-dark my-5">
<div class="container-fluid p-3 p-md-5">
<ul class="bd-footer-links d-flex justify-content-center">
<li class="list-unstyled"><a class="m-2" href="https://github.com/twbs">GitHub</a></li>
<li class="list-unstyled"><a class="m-2" href="https://twitter.com/getbootstrap">Twitter</a></li>
<li class="list-unstyled"><a class="m-2" href="/docs/4.6/examples/">Examples</a></li>
<li class="list-unstyled"><a class="m-2" href="/docs/4.6/about/overview/">About</a></li>
</ul>
<p>Designed and built with all the love in the world by <a href="/docs/4.6/about/team/">icoder team</a>
with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
<p>Currently v4.6.2. Code licensed <a href="https://github.com/twbs/bootstrap/blob/main/LICENSE" target="_blank"
rel="license noopener">icoder</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/"
target="_blank" rel="license noopener">CC BY 3.0</a>.</p>
</div>
</footer>