-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (168 loc) · 10.5 KB
/
Copy pathindex.html
File metadata and controls
168 lines (168 loc) · 10.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/svg" href="images/fevicon.svg">
<title>Create Account -Material Design</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div style="background-color: indigo; width: 350px; right: 0;" id="containerA">
<a class="btn bg-white a" id="A" onclick="sideSlider(this)" href="#" style="right: 290px; top: 200px; position: absolute;">
<h6 class="h6 mt-2">
<i class="bi bi-gear-fill"></i>
</h6>
</a>
<div class="container bg-white p-0" id="container" style="width: 300px; height: 100%; right: 0px; transition: 0.8s linear; top:0; position: absolute; overflow-y: scroll; overflow-x: hidden;">
<div class="nav-side-header shadow-lg navbar">
<span class="text-muted">THEME CUSTOMIZER*</span>
</div>
<div class="m-3" style="z-index: -1;">
<span class="">Change the theme type!</span>
<div class="d-flex p-2 gap-2">
<button class="btn btn-light text-center">LIGHT</button>
<button class="btn btn-dark">DARK</button>
<button class="btn btn-primary">PRIMARY</button>
</div>
</div>
<div class="m-3">
<span class="">Try a pre-built swatch!</span>
<div class="d-flex flex-wrap gap-3 mt-3">
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-primary"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-secondary"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-info"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-dark"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-success"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-danger"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-warning"></i></button>
<button class="btn pb-0 pt-0 mybuttons" style="border-radius: 50%;"><i class="bi bi-alexa fs-1 text-danger"></i></button>
</div>
</div>
<div class="">
<span class="m-3 text-muted">Or choose your own colors...</span>
<div class="m-2">
<button type="button" class="btn btn-primary w-100 mb-2" data-bs-container="body" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-placement="left" data-bs-content="Primary">
Primary #6200ea
</button>
<button type="button" class="btn btn-secondary w-100 mb-2" data-bs-container="body" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-placement="left" data-bs-content="Secondary">
Secondary #9c27b0
</button>
<button type="button" class="btn btn-success w-100 mb-2" data-bs-container="body" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-placement="left" data-bs-content="Success">
Success #2e7d32
</button>
<button type="button" class="btn btn-danger w-100 mb-2" data-bs-container="body" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-placement="left" data-bs-content="Danger">
Danger #d32f2f
</button>
<button type="button" class="btn btn-warning w-100 mb-2" data-bs-container="body" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-placement="left" data-bs-content="Warning">
Warning #ffb300
</button>
<button type="button" class="btn btn-info w-100 mb-2" data-bs-container="body" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-placement="left" data-bs-content="Info">
Info #26a69a
</button>
</div>
</div>
<div class="mt-3" style="border-bottom:1px solid gray; margin:3px 8px;">
<span class="text-muted mx-3">Need ideas? Randomize!</span>
<div class="mx-2 mt-1">
<button class="btn btn-outline-dark w-100 mb-2 myBtn fw-bold gap-3" type="button">
<span class="">Randomize Colors<span> <i class="bi bi-shuffle float-end fw-bold text-dark"></i>
</button>
</div>
</div>
<div class="mt-3" style="border-bottom:1px solid gray; margin:3px 10px;">
<span class="text-muted mx-3">Finished? Export your color</span>
<span class="text-muted mx-3">palette file with install</span>
<span class="text-muted mx-3">instructions!</span>
<div class="mx-2 mt-1">
<button class="btn btn-outline-dark w-100 mb-2 myBtn fw-bold gap-3" type="button" style="border-color: indigo;">
<span class="" style="color: indigo;">Export<i class="bi bi-file-earmark-plus-fill float-end fw-bold"></i>
</button>
</div>
</div>
<div class="m-3">
<p class="text-muted">
* Note: This customizer web component is an online-only tool and is not part of the download package when purchasing the theme.
</p>
</div>
</div>
</div>
<main class="container bg-white mt-5 text-center p-5 pb-4 rounded" style="width: 65%; margin-left: 200px;">
<div>
<img class="mb-3 bg-danger rounded bg-white mb-0" src="images/background.svg" height="60px" alt="">
<h1 class="fs-2 mb-0">Create New Account</h1>
<p class="fs-5">to continue to app</p>
</div>
<div class="mb-0">
<form class="form" action="" method="post">
<div class="row">
<div class="col">
<div class="form-floating mb-3">
<input type="text" class="form-control" id="floatingFirstName" placeholder="First Name">
<label class="label" for="floatingFirstName"><span>First Name</span></label>
</div>
</div>
<div class="col">
<div class="form-floating">
<input type="text" class="form-control" id="floatingLastName" placeholder="Last Name">
<label for="floatingLastName">Last Name</label>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingEmail" placeholder="Email">
<label for="floatingEmail">Email Address</label>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="form-floating mb-3">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Password</i></label>
<i style="position: absolute; left: 92%; top: 12px;" class="bi bi-eye-slash-fill fs-4 float-end text-end text-secondary"></i>
</div>
</div>
<div class="col">
<div class="form-floating">
<input type="password" class="form-control" id="floatingConfirmPassword" placeholder="Confirm Password">
<label for="floatingConfirmPassword">Verify Password</label>
<i style="position: absolute; left: 92%; top: 12px;" class="bi bi-eye-slash-fill fs-4 float-end text-end text-secondary"></i>
</div>
</div>
</div>
<div class="form-check d-flex justify-content-start gap-3 mx-3 my-2">
<input class="form-check-input" type="checkbox" value="" id="acb">
<label class="form-label text-dark" for="acb"> I agree to the website terms and conditions</label>
</div>
<div class="row mt-5 mb-2">
<div class="col float-start mx-0 text-start"><a class="fw-bold text-decoration-none" href="login.html">Sign in instead</a></div>
<div class="col float-end text-end"><a class="btn btn1 fw-bold" href="login.html" role="button">CREATE ACCOUNT</a></div>
</div>
</form>
</div>
</main>
<footer class="m-3 text-white">
<div class="row container-fluid m-2">
<div class="col justify-content-start">Copyright © Your Website 2021</div>
<div class="col justify-content-end d-flex gap-4">
<div>Privacy</div>
<div>Terms</div>
<div>Help</div>
</div>
</div>
</footer>
<script src="side.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<script>
const popoverTriggerList = document.querySelectorAll('[data-bs-toggle="popover"]')
const popoverList = [...popoverTriggerList].map(popoverTriggerEl => new bootstrap.Popover(popoverTriggerEl))
</script>
</body>
</html>