-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforms.html
201 lines (193 loc) · 11.7 KB
/
forms.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A theme for the Nevada Legislature site">
<meta name="theme-color" content="#30415b"/>
<link rel="shortcut icon" href="/Nelis-theme/images/favicon.ico">
<link rel="preconnect" href="https://kit.fontawesome.com/" crossorigin="anonymous" />
<link rel="preconnect" href="https://stackpath.bootstrapcdn.com/" crossorigin="anonymous"/>
<title>NELIS Bootstrap Theme - Forms</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="/Nelis-theme/styles/styles.css">
<script src="https://kit.fontawesome.com/d174097705.js" crossorigin="anonymous" async></script>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
</head>
<body class="bg-body bootstrap-fs-modal">
<header id="mainMenu">
</header>
<nav id="nelisMenu" class="navbar navbar-light bg-complement navbar-expand-md sticky-top justify-content-between navbar-shadow navbar-without-dd-arrow nelis-menu">
</nav>
<main id="main-content" tabindex="-2" class="container-fluid pb-md-4">
<div class="row">
<div id="sidebar" class="col-lg-3 pt-4">
</div>
<div class="col-lg-9 pt-4 pb-5 main-content">
<h1>NELIS Bootstrap Theme - Forms</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Second layer</a></li>
<li class="breadcrumb-item active" aria-current="page">Current page</li>
</ol>
</nav>
<p>Lorem ipsum dolor amet portland cloud bread jean shorts austin pug tumeric <a href="">messenger
bag</a>. Pabst heirloom 90's pok pok aesthetic coloring book kitsch succulents pork belly
church-key street art fingerstache quinoa messenger bag. Scenester sustainable activated charcoal
meditation truffaut tumeric, godard offal vape coloring book lyft. Single-origin coffee truffaut
fashion axe PBR&B, craft beer kickstarter deep v try-hard cloud bread selfies church-key. Ugh blue
bottle woke, tilde mustache sriracha selfies literally gochujang deep v waistcoat fam cronut.
</p>
<div class="row m-5">
<div class="col">
<h2>Forms</h2>
<hr class="my-2">
<form>
<div class="form-group">
<label for="exampleInputEmail0">Name</label>
<input type="text" class="form-control form-control-lg" id="exampleInputEmail0"
placeholder=".form-control-lg">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1"
aria-describedby="emailHelp" placeholder="default size with helper text">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with
anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control form-control-sm" id="exampleInputPassword1"
placeholder=".form-control-sm">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
<hr class="my-2">
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputEmail4">Email</label>
<input type="email" class="form-control" id="inputEmail4">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Password</label>
<input type="password" class="form-control" id="inputPassword4">
</div>
</div>
<div class="form-group">
<label for="inputAddress">Address</label>
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St">
</div>
<div class="form-group">
<label for="inputAddress2">Address 2</label>
<input type="text" class="form-control" id="inputAddress2"
placeholder="Apartment, studio, or floor">
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputCity">City</label>
<input type="text" class="form-control" id="inputCity">
</div>
<div class="form-group col-md-4">
<label for="inputState">State</label>
<select id="inputState" class="form-control">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
<div class="form-group col-md-2">
<label for="inputZip">Zip</label>
<input type="text" class="form-control" id="inputZip">
</div>
</div>
<div class="input-group">
<input type="text" class="form-control" placeholder="Recipient's username"
aria-label="Recipient's username with two button addons"
aria-describedby="button-addon4">
<div class="input-group-append" id="button-addon4">
<button class="btn btn-outline-secondary" type="button">Button</button>
<button class="btn btn-outline-secondary" type="button">Button</button>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Toggle this switch
element</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" disabled id="customSwitch2">
<label class="custom-control-label" for="customSwitch2">Disabled switch
element</label>
</div>
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Check me out
</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1">Check this custom
checkbox</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-radio">
<input type="radio" id="customRadio1" name="customRadio"
class="custom-control-input">
<label class="custom-control-label" for="customRadio1">Toggle this custom
radio</label>
</div>
<div class="custom-control custom-radio">
<input type="radio" id="customRadio2" name="customRadio"
class="custom-control-input">
<label class="custom-control-label" for="customRadio2">Or toggle this other custom
radio</label>
</div>
</div>
<button type="submit" class="btn btn-primary">Sign in</button>
</form>
</div>
</div>
</div>
</div>
</main>
<div class="drag-target"></div>
<div class="tap-target"></div>
<footer id="footer">
</footer>
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<!--here for testing touch functionality-->
<!-- <script src="touchemulator.js"></script>
<script>
TouchEmulator();
</script> -->
<!--end testing script-->
<script src="/Nelis-themesrc/hammer.min.js"></script>
<script src="/Nelis-themesrc/jquery.hammer.js"></script>
<script src="/Nelis-themesrc/app.js"></script>
<script>
$(document).ready(function() {
$("#mainMenu").load('header.html');
$("#nelisMenu").load('menu.html');
$("#sidebar").load('sidebar.html');
$("#footer").load('footer.html');
});
</script>
</body>
</html>