-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStructure.html
306 lines (294 loc) · 14 KB
/
Structure.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!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">
<title>Ttech agency| Dashboard</title>
<link rel="shortcut icon" href="./img/svg/logo.svg" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<link rel="stylesheet" href="newstyle.css">
<script src="newscript.js"></script>
</head>
<body>
<div class="layer"></div>
<!-- ! Body -->
<div class="page-flex">
<!-- ! Sidebar -->
<aside class="sidebar">
<div class="sidebar-start">
<div class="sidebar-head">
<a href="index.html" class="logo-wrapper" title="Home">
<span class="sr-only">Home</span>
<div class="logo-text">
<img src="img/Ttech-removebg-preview.png" alt="" width="130px">
</div>
</a>
<button class="sidebar-toggle transparent-btn" title="Menu" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon menu-toggle" aria-hidden="true"></span>
</button>
</div>
<div class="sidebar-body">
<ul class="sidebar-body-menu">
<li>
<a href="index.html"><span class="icon home" aria-hidden="true"></span>Dashboard</a>
</li>
<li>
<a href="branding.html"><span class="icon document" aria-hidden="true"></span>Branding</a>
</li>
<li>
<a href="design.html"> <span class="icon image" aria-hidden="true"></span>Design</a>
</li>
<li>
<a class="active" href="Structure.html"><span class="icon folder" aria-hidden="true"></span></span>Structure</a>
</li>
<!-- <li>
<a href="comments.html"><span class="icon message" aria-hidden="true"></span> Comments </a>
<span class="msg-counter">7</span>
</li> -->
</ul>
<span class="system-menu__title">system</span>
<ul class="sidebar-body-menu">
<li>
<a href="appearance.html"><span class="icon edit" aria-hidden="true"></span>Appearance</a>
</li>
<li>
<a class="show-cat-btn" href="##">
<span class="icon category" aria-hidden="true"></span>Extentions
<span class="category__btn transparent-btn" title="Open list">
<span class="sr-only">Open list</span>
<span class="icon arrow-down" aria-hidden="true"></span>
</span>
</a>
<ul class="cat-sub-menu">
<li>
<a href="extention-01.html">Extentions-01</a>
</li>
<li>
<a href="extention-02.html">Extentions-02</a>
</li>
</ul>
</li>
<li>
<a class="show-cat-btn" href="##">
<span class="icon user-3" aria-hidden="true"></span>Team
<span class="category__btn transparent-btn" title="Open list">
<span class="sr-only">Open list</span>
<span class="icon arrow-down" aria-hidden="true"></span>
</span>
</a>
<ul class="cat-sub-menu">
<li>
<a href="users-01.html">Users-01</a>
</li>
<li>
<a href="users-02.html">Users-02</a>
</li>
</ul>
</li>
<li>
<a href="##"><span class="icon setting" aria-hidden="true"></span>Settings</a>
</li>
</ul>
</div>
</div>
<div class="sidebar-footer">
<a href="tel:+250 733 999 473" class="sidebar-user">
<span class="sidebar-user-img">
<picture><source srcset="./img/avatar/avatar-illustrated-01.webp" type="image/webp"><img src="./img/avatar/avatar-illustrated-01.png" alt="User name"></picture>
</span>
<div class="sidebar-user-info">
<span class="sidebar-user__title">Gusenga th.</span>
<span class="sidebar-user__subtitle">Support manager</span>
</div>
</a>
</div>
</aside>
<div class="main-wrapper">
<!-- ! Main nav -->
<nav class="main-nav--bg">
<div class="container main-nav">
<div class="main-nav-start">
<div class="search-wrapper">
<i data-feather="search" aria-hidden="true"></i>
<input type="text" placeholder="Enter keywords ..." required>
</div>
</div>
<div class="main-nav-end">
<button class="sidebar-toggle transparent-btn" title="Menu" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon menu-toggle--gray" aria-hidden="true"></span>
</button>
<div class="lang-switcher-wrapper">
<button class="lang-switcher transparent-btn" type="button">
EN
<i data-feather="chevron-down" aria-hidden="true"></i>
</button>
<ul class="lang-menu dropdown">
<li><a href="##">English</a></li>
<li><a href="##">French</a></li>
<li><a href="##">kinyarwanda</a></li>
</ul>
</div>
<button class="theme-switcher gray-circle-btn" type="button" title="Switch theme">
<span class="sr-only">Switch theme</span>
<i class="sun-icon" data-feather="sun" aria-hidden="true"></i>
<i class="moon-icon" data-feather="moon" aria-hidden="true"></i>
</button>
<div class="notification-wrapper">
<button class="gray-circle-btn dropdown-btn" title="To messages" type="button">
<span class="sr-only">To messages</span>
<span class="icon notification active" aria-hidden="true"></span>
</button>
<ul class="users-item-dropdown notification-dropdown dropdown">
<li>
<a href="##">
<div class="notification-dropdown-icon info">
<i data-feather="check"></i>
</div>
<div class="notification-dropdown-text">
<span class="notification-dropdown__title">System just updated</span>
<span class="notification-dropdown__subtitle">The system has been successfully upgraded. Read more
here.</span>
</div>
</a>
</li>
<li>
<a href="##">
<div class="notification-dropdown-icon danger">
<i data-feather="info" aria-hidden="true"></i>
</div>
<div class="notification-dropdown-text">
<span class="notification-dropdown__title">The cache is full!</span>
<span class="notification-dropdown__subtitle">Unnecessary caches take up a lot of memory space and
interfere ...</span>
</div>
</a>
</li>
<li>
<a href="##">
<div class="notification-dropdown-icon info">
<i data-feather="check" aria-hidden="true"></i>
</div>
<div class="notification-dropdown-text">
<span class="notification-dropdown__title">New Subscriber here!</span>
<span class="notification-dropdown__subtitle">A new subscriber has subscribed.</span>
</div>
</a>
</li>
<li>
<a class="link-to-page" href="##">Go to Notifications page</a>
</li>
</ul>
</div>
<div class="nav-user-wrapper">
<button href="##" class="nav-user-btn dropdown-btn" title="My profile" type="button">
<span class="sr-only">My profile</span>
<span class="nav-user-img">
<picture><source srcset="./img/avatar/avatar-illustrated-02.webp" type="image/webp"><img src="./img/avatar/avatar-illustrated-02.png" alt="User name"></picture>
</span>
</button>
<ul class="users-item-dropdown nav-user-dropdown dropdown">
<li><a href="##">
<i data-feather="user" aria-hidden="true"></i>
<span>Profile</span>
</a></li>
<li><a href="##">
<i data-feather="settings" aria-hidden="true"></i>
<span>Account settings</span>
</a></li>
<li><a class="danger" href="##">
<i data-feather="log-out" aria-hidden="true"></i>
<span>Log out</span>
</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- ! Main -->
<main class="main users chart-page" id="skip-target">
<div class="container">
<h2 class="main-title">Structure</h2>
<div class="col-md-6 col-xl-8">
<article class="stat-cards-item">
<div class="stat-cards-info">
<form id="multiStepForm">
<div class="step">
<h2 class="stat-cards-info__num">1.1. Mission Statement</h2>
<p class="stat-cards-info__title">This is to help your brand resonate with your client. people connect more with a brand that has a purpose than a brand that just have some thing they want to sell them </p>
<textarea id="missionStatement" placeholder="Enter your mission statement. E.g., 'My mission is to reduce the unemployment rate in Rwanda(specify region to make people feel included) through venture startups." required></textarea>
<div class="nav-buttons">
<button class=" next form-btn primary-default-btn transparent-btn" type="button" >Next</button>
</div>
</div>
<div class="step">
<h2 class="stat-cards-info__num">1.2. Vision Statement</h2>
<p class="stat-cards-info__title">the vission statement is to set a clear goal for your brand this will allow you to give people knowledge of what your desigere outcome will be in a given time frame.</p>
<textarea id="visionStatement" placeholder="Enter your vision statement. E.g., 'We envision a country where themajority of people are hardworkers with a job and a ot of entrepenurs who work together to improve the service and their own country through their own bussines opportunities." required></textarea>
<div class="nav-buttons">
<button class="prev form-btn primary-default-btn transparent-btn" type="button" >Previous</button>
<button class="next form-btn primary-default-btn transparent-btn" type="button" >Next</button>
</div>
</div>
<div class="step">
<h2 class="stat-cards-info__num">1.3. Core Values</h2>
<p class="stat-cards-info__title"> the core values is something the client invison you brand with . when a you say you are innovative the client start expecting new staff frm ypu and think of you when their is brak through in your indusrty.<br><b>ps<b> select 5 values</p>
<div class="selectorz" width="100%">
<select id="coreValuesSelect" multiple="multiple" required>
<option value="Integrity"> Integrity</option>
<option value="Accountability"> Accountability</option>
<option value="Diligence"> Diligence</option>
<option value="Perseverance"> Perseverance</option>
<option value="Discipline"> Discipline</option>
<option value="Honesty"> Honesty</option>
<option value="Respect"> Respect</option>
<option value="Transparency"> Transparency</option>
<option value="Innovation"> Innovation</option>
<option value="Collaboration"> Collaboration</option>
</select>
</div>
<div class="nav-buttons">
<button class="prev form-btn primary-default-btn transparent-btn" type="button" >Previous</button>
<button class="form-btn primary-default-btn transparent-btn" type="submit">Submit</button>
</div>
</div>
</form>
</div>
</article>
</div>
</div>
</main>
<!-- ! Footer -->
<footer class="footer">
<div class="container footer--flex">
<div class="footer-start">
<p>2024 © Ttech Dashboard - <a href="elegant-dashboard.com" target="_blank"
rel="noopener noreferrer">itk-INDUSTRIES</a></p>
</div>
<ul class="footer-end">
<li><a href="##">About</a></li>
<li><a href="##">Support</a></li>
<li><a href="##">Puchase</a></li>
</ul>
</div>
</footer>
</div>
</div>
<!-- Chart library -->
<script src="./plugins/chart.min.js"></script>
<!-- Icons library -->
<script src="plugins/feather.min.js"></script>
<!-- Custom scripts -->
<script src="js/script.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<script src="scripts.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
</html>