-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml.html.html
211 lines (205 loc) · 8.38 KB
/
html.html.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
202
203
204
205
206
207
208
209
210
<! -- pestaña de inicio -- >
<!DOCTYPE html>
<html>
<head>
<title>MI ALMACEN</title>
<link rel="stylesheet" href="Style.css" />
</head>
<body>
<header>
<h1>MI ALMACEN</h1>
<form>
<label for="⇦ ⇨ ⟳"> ⇦ ⇨ ⟳</label>
<input id="⇦ ⇨ ⟳" name="⇦ ⇨ ⟳" placeholder="Inicio"/>
</form>
</header>
</body>
<link rel="stylesheet" href="Style.css" />
<p class="container">Maximiza la eficacia de tus operaciones.</p>
<div style="text-align: center;">
<button class="Registrarse">Registrarse</button>
<button class="sesión">Inicio de sesión </button>
</div>
<ul style="text-align: center;">
<li style="list-style-type: none;"> Alta operatividad</li>
<li style="list-style-type: none;"> Mejoras de rendimiento</li>
<li style="list-style-type: none;"> Reportes claros y completos</li>
<li style="list-style-type: none;"> información en tiempo real</li>
</ul>
</html>
<! -- pestaña de registro -- >
<!DOCTYPE html>
<html>
<head>
<title>MI ALMACEN</title>
<link rel="stylesheet" href="Style.css" />
</head>
<body>
<header>
<h1>MI ALMACEN</h1>
<form class="Barra">
<label for="⇦ ⇨ ⟳"> ⇦ ⇨ ⟳</label>
<input id="⇦ ⇨ ⟳" name="⇦ ⇨ ⟳" placeholder="Inicio/Registro"/>
</form>
</header>
</body>
<link rel="stylesheet" href="Diseño.css" />
<form>
<div>
<Label for="Nombre">Nombre:</Label>
<input id="Nombre" name="Nombre" placeholder="# de documento"/>
</div>
<div>
<Label for="Cargo">Cargo:</Label>
<input id="Cargo" name="Cargo"/>
</div>
<div>
<Label for="N. Documento">N. Documento:</Label>
<input id="N. Documento" name="N. Documento" placeholder="Cédula"/>
</div>
<div>
<Label for="Ingrese Contraseña">Ingrese Contraseña:</Label>
<input type="password" id="Ingrese Contraseña" name="Ingrese Contraseña" placeholder="Maximo 6 caracteres"/>
</div>
<div>
<Label for="Confirme Contraseña">Confirme Contraseña:</Label>
<input type="password" id="Confirme Contraseña" name="Confirme Contraseña" placeholder="Maximo 6 caracteres"/>
</div>
</form>
<! -- pestaña inicio de sesion-- >
<!DOCTYPE html>
<html>
<head>
<title>MI ALMACEN</title>
<link rel="stylesheet" href="Style.css" />
<script src="JavaScript.js"></script>
</head>
<body>
<header>
<h1>MI ALMACEN</h1>
<form class="Barra">
<label for="⇦ ⇨ ⟳"> ⇦ ⇨ ⟳</label>
<input id="⇦ ⇨ ⟳" name="⇦ ⇨ ⟳" placeholder="Inicio/Registro"/>
</form>
</header>
<main>
<div class="container">
<div class="form-group">
<label for="Usuario">Usuario</label>
<input type="text" class="form-control" id="Usuario" placeholder="Ingrese su usuario">
</div>
<div class="form-group">
<label for="Contraseña">Contraseña</label>
<input type="password" class="form-control" id="Contraseña" placeholder="Ingrese su contraseña">
</div>
<div class="form-group">
<a href="#">¿Olvido su contraseña?</a>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Iniciar sesión</button>
</div>
</div>
</main>
</body>
</html>
<! -- pestaña agregar nuevos materiales -- >
<!DOCTYPE html>
<html>
<head>
<title>MI ALMACEN</title>
<link rel="stylesheet" href="Style.css" />
<script src="JavaScript.js"></script>
</head>
<body>
<header>
<h1>MI ALMACEN</h1>
<form class="Barra">
<label for="⇦ ⇨ ⟳"> ⇦ ⇨ ⟳</label>
<input id="⇦ ⇨ ⟳" name="⇦ ⇨ ⟳" placeholder="Inicio/Registro"/>
</form>
</header>
<main>
<div class="container">
<div class="form-group">
<label for="Usuario">Usuario</label>
<input type="text" class="form-control" id="Usuario" placeholder="Ingrese su usuario">
</div>
<div class="form-group">
<label for="Contraseña">Contraseña</label>
<input type="password" class="form-control" id="Contraseña" placeholder="Ingrese su contraseña">
</div>
<div class="form-group">
<a href="#">¿Olvido su contraseña?</a>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Iniciar sesión</button>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-6">
<a href="#">Nuevo elemento</a>
</div>
<div class="col-md-6">
<p>Dando clic en Nuevo elemento podrá agregar un elemento a su lista de elementos.</p>
<p>Está a un paso de darle un nuevo orden a su negocio.</p>
</div>
</div>
</div>
</div>
</main>
</body>
</html>
<! -- pestaña registro nuevo material -- >
<!DOCTYPE html>
<html>
<head>
<title>MI ALMACEN</title>
<link rel="stylesheet" href="Style.css" />
<script src="JavaScript.js"></script>
</head>
<body>
<header>
<h1>MI ALMACEN</h1>
<form class="Barra">
<label for="⇦ ⇨ ⟳"> ⇦ ⇨ ⟳</label>
<input id="⇦ ⇨ ⟳" name="⇦ ⇨ ⟳" placeholder="Inicio/Registro"/>
</form>
</header>
<main>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<button type="button" class="btn btn-primary" id="Agregar elemento">Agregar elemento</button>
<div class="submenu">
<button type="button" class="btn btn-primary" id="Tornillería">Tornillería</button>
<div class="submenu">
<button type="button" class="btn btn-primary" id="Autoperforantes">Autoperforantes</button>
<button type="button" class="btn btn-primary" id="Rosca fina">Rosca fina</button>
<button type="button" class="btn btn-primary" id="Rosca normal">Rosca normal</button>
<button type="button" class="btn btn-primary" id="Anclas">Anclas</button>
<button type="button" class="btn btn-primary" id="Acerados">Acerados</button>
<button type="button" class="btn btn-primary" id="Remaches">Remaches</button>
<button type="button" class="btn btn-primary" id="Agregar nuevo elemento">Agregar nuevo elemento</button>
</div>
<button type="button" class="btn btn-primary" id="Acrílicos">Acrílicos</button>
<button type="button" class="btn btn-primary" id="Vinilos">Vinilos</button>
<button type="button" class="btn btn-primary" id="Perfilería">Perfilería</button>
<button type="button" class="btn btn-primary" id="Pintura">Pintura</button>
<button type="button" class="btn btn-primary" id="Eléctricos">Eléctricos</button>
<button type="button" class="btn btn-primary" id="Otros">Otros</button>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<button type="button" class="btn btn-primary" id="Programe alertas">Programe alertas</button>
<button type="button" class="btn btn-primary" id="Alertas">Alertas</button>
<button type="button" class="btn btn-primary" id="Lista de proveedores">Lista de proveedores</button>
</div>
</div>
</div>
</div>
</main>
</body>
</html>