-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathui.html
More file actions
33 lines (28 loc) · 844 Bytes
/
ui.html
File metadata and controls
33 lines (28 loc) · 844 Bytes
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
<head>
<meta charset="utf-8">
</head>
<body>
<div class="school-colors-container">
<h3 >School Colors</h3>
<div class="color-selector">
<p class="color-title">Primary</p>
<div class="grid" id="primary"></div>
</div>
<div class="color-selector">
<p class="color-title">Secondary</p>
<div class="grid" id="secondary"></div>
</div>
</div>
<!-- <button id="test">Test function</button> -->
<div class="logo-container">
<h3>Logo</h3>
<div class="logo-content">
<p class="logo-content">
After updating your school name in the <b>Editable Digital Logo</b>,
click the button below to apply the changes throughout the asset generator.
</p>
<button id="logo">Update logo</button>
<p id="error" class="error"></p>
</div>
</div>
</body>