-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (197 loc) · 12.9 KB
/
index.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">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./header.css">
<link rel="stylesheet" href="./sidebar.css">
<title>Admin Dashboard</title>
</head>
<body>
<!-- SIDEBAR -->
<div class="sidebar">
<ul>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>checkbox-blank-badge</title><path d="M23 4.5C23 6.43 21.43 8 19.5 8S16 6.43 16 4.5 17.57 1 19.5 1 23 2.57 23 4.5M19.5 10C16.47 10 14 7.53 14 4.5C14 4 14.08 3.5 14.21 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V9.79C20.5 9.92 20 10 19.5 10Z" /></svg>
<text>Dashboard</text>
</li>
<br><br>
<li>
<!--<img src="./icons/home-outline.svg" alt="" id="icon">-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>home</title><path d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" /></svg>
<text>Home</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>card-account-details-outline</title><path d="M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C23.09,20.96 23.96,20.09 24,19V5C23.96,3.91 23.09,3.04 22,3M22,19H2V5H22V19M14,17V15.75C14,14.09 10.66,13.25 9,13.25C7.34,13.25 4,14.09 4,15.75V17H14M9,7A2.5,2.5 0 0,0 6.5,9.5A2.5,2.5 0 0,0 9,12A2.5,2.5 0 0,0 11.5,9.5A2.5,2.5 0 0,0 9,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14" /></svg>
<text>Profile</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>message</title><path d="M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2Z" /></svg>
<text>Messages</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>clock-time-four</title><path d="M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M16.3 15.2L11 12.3V7H12.5V11.4L17 13.9L16.3 15.2Z" /></svg>
<text>History</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>note-multiple</title><path d="M16,9H21.5L16,3.5V9M7,2H17L23,8V18A2,2 0 0,1 21,20H7C5.89,20 5,19.1 5,18V4A2,2 0 0,1 7,2M3,6V22H21V24H3A2,2 0 0,1 1,22V6H3Z" /></svg>
<text>Tasks</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>account-group-outline</title><path d="M12,5A3.5,3.5 0 0,0 8.5,8.5A3.5,3.5 0 0,0 12,12A3.5,3.5 0 0,0 15.5,8.5A3.5,3.5 0 0,0 12,5M12,7A1.5,1.5 0 0,1 13.5,8.5A1.5,1.5 0 0,1 12,10A1.5,1.5 0 0,1 10.5,8.5A1.5,1.5 0 0,1 12,7M5.5,8A2.5,2.5 0 0,0 3,10.5C3,11.44 3.53,12.25 4.29,12.68C4.65,12.88 5.06,13 5.5,13C5.94,13 6.35,12.88 6.71,12.68C7.08,12.47 7.39,12.17 7.62,11.81C6.89,10.86 6.5,9.7 6.5,8.5C6.5,8.41 6.5,8.31 6.5,8.22C6.2,8.08 5.86,8 5.5,8M18.5,8C18.14,8 17.8,8.08 17.5,8.22C17.5,8.31 17.5,8.41 17.5,8.5C17.5,9.7 17.11,10.86 16.38,11.81C16.5,12 16.63,12.15 16.78,12.3C16.94,12.45 17.1,12.58 17.29,12.68C17.65,12.88 18.06,13 18.5,13C18.94,13 19.35,12.88 19.71,12.68C20.47,12.25 21,11.44 21,10.5A2.5,2.5 0 0,0 18.5,8M12,14C9.66,14 5,15.17 5,17.5V19H19V17.5C19,15.17 14.34,14 12,14M4.71,14.55C2.78,14.78 0,15.76 0,17.5V19H3V17.07C3,16.06 3.69,15.22 4.71,14.55M19.29,14.55C20.31,15.22 21,16.06 21,17.07V19H24V17.5C24,15.76 21.22,14.78 19.29,14.55M12,16C13.53,16 15.24,16.5 16.23,17H7.77C8.76,16.5 10.47,16 12,16Z" /></svg>
<text>Community</text>
</li>
<br><br>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>cog-outline</title><path d="M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M10,22C9.75,22 9.54,21.82 9.5,21.58L9.13,18.93C8.5,18.68 7.96,18.34 7.44,17.94L4.95,18.95C4.73,19.03 4.46,18.95 4.34,18.73L2.34,15.27C2.21,15.05 2.27,14.78 2.46,14.63L4.57,12.97L4.5,12L4.57,11L2.46,9.37C2.27,9.22 2.21,8.95 2.34,8.73L4.34,5.27C4.46,5.05 4.73,4.96 4.95,5.05L7.44,6.05C7.96,5.66 8.5,5.32 9.13,5.07L9.5,2.42C9.54,2.18 9.75,2 10,2H14C14.25,2 14.46,2.18 14.5,2.42L14.87,5.07C15.5,5.32 16.04,5.66 16.56,6.05L19.05,5.05C19.27,4.96 19.54,5.05 19.66,5.27L21.66,8.73C21.79,8.95 21.73,9.22 21.54,9.37L19.43,11L19.5,12L19.43,13L21.54,14.63C21.73,14.78 21.79,15.05 21.66,15.27L19.66,18.73C19.54,18.95 19.27,19.04 19.05,18.95L16.56,17.95C16.04,18.34 15.5,18.68 14.87,18.93L14.5,21.58C14.46,21.82 14.25,22 14,22H10M11.25,4L10.88,6.61C9.68,6.86 8.62,7.5 7.85,8.39L5.44,7.35L4.69,8.65L6.8,10.2C6.4,11.37 6.4,12.64 6.8,13.8L4.68,15.36L5.43,16.66L7.86,15.62C8.63,16.5 9.68,17.14 10.87,17.38L11.24,20H12.76L13.13,17.39C14.32,17.14 15.37,16.5 16.14,15.62L18.57,16.66L19.32,15.36L17.2,13.81C17.6,12.64 17.6,11.37 17.2,10.2L19.31,8.65L18.56,7.35L16.15,8.39C15.38,7.5 14.32,6.86 13.12,6.62L12.75,4H11.25Z" /></svg>
<text>Settings</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>information-outline</title><path d="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z" /></svg>
<text>Support</text>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>shield-check-outline</title><path d="M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9" /></svg>
<text>Privacy</text>
</li>
</ul>
</div>
<div>
<!-- HEADER -->
<div class="header">
<div class="top">
<img src="./icons/magnify.svg" id="icon"></img>
<input type="text" placeholder="Search Bar" id="search-bar"></input>
<img src="./icons/bell-ring-outline.svg" id="icon"></img>
<div id="top-logo-container"><img id="logo" src="./profile-pictures/logo.svg" alt=""></div>
<div>Austin Coder</div>
</div>
<div class="bottom">
<div><img id="logo" src="./profile-pictures/logo.svg" alt=""></div>
<div id="text-container">
<text>Hi there,</text>
<text id="big-title">Austin Coder (@austin)</text>
</div>
<div class="btn-container">
<div><button>New</button></div>
<div><button>Upload</button></div>
<div><button>Share</button></div>
</div>
</div>
</div>
<!-- MAIN -->
<div class="main">
<div class="projects">
<text id="big-title" class="big-title-class">Your Projects</text>
<div class="card-container">
<div class="cards">
<text id="title">Super Cool Project</text>
<text>You make pancakes out of potatos and add bacon to the inside.</text>
<div class="card-icons">
<img src="./icons/star-plus-outline.svg" alt="" id="icon">
<img src="./icons/comment-outline.svg" alt="" id="icon">
<img src="./icons/share-variant-outline.svg" alt="" id="icon">
</div>
</div>
<div class="cards">
<text id="title">Less Cool Project</text>
<text>Build a massive water wheel in the front lawn.</text>
<div class="card-icons">
<img src="./icons/star-plus-outline.svg" alt="" id="icon">
<img src="./icons/comment-outline.svg" alt="" id="icon">
<img src="./icons/share-variant-outline.svg" alt="" id="icon">
</div>
</div>
<div class="cards">
<text id="title">Impossible Project</text>
<text>Code an admin dashboard in html, css, and javascript.</text>
<div class="card-icons">
<img src="./icons/star-plus-outline.svg" alt="" id="icon">
<img src="./icons/comment-outline.svg" alt="" id="icon">
<img src="./icons/share-variant-outline.svg" alt="" id="icon">
</div>
</div>
<div class="cards">
<text id="title">Easy Peasy App</text>
<text>Code a maze generator.</text>
<div class="card-icons">
<img src="./icons/star-plus-outline.svg" alt="" id="icon">
<img src="./icons/comment-outline.svg" alt="" id="icon">
<img src="./icons/share-variant-outline.svg" alt="" id="icon">
</div>
</div>
<div class="cards">
<text id="title">Ad Blocker</text>
<text>Disable all wifi access throughout a building.</text>
<div class="card-icons">
<img src="./icons/star-plus-outline.svg" alt="" id="icon">
<img src="./icons/comment-outline.svg" alt="" id="icon">
<img src="./icons/share-variant-outline.svg" alt="" id="icon">
</div>
</div>
<div class="cards">
<text id="title">Money Maker</text>
<text>Establish an army of vending machines and spread them throughout the world.</text>
<div class="card-icons">
<img src="./icons/star-plus-outline.svg" alt="" id="icon">
<img src="./icons/comment-outline.svg" alt="" id="icon">
<img src="./icons/share-variant-outline.svg" alt="" id="icon">
</div>
</div>
</div>
</div>
<div class="extra-info">
<text id="big-title">Announcements</text>
<div class="announcements">
<div class="cards">
<text id="title">Site Maintenance</text>
<text>This site will be temporarily unavaliable as it undergoes maintenance on March 1st, 2023 from 12pm to 1pm.</text>
</div>
<div class="cards">
<text id="title">Community PI Day</text>
<text>PI Day is fast approaching. Make sure to register to ensure a slice of fun is saved for you.</text>
</div>
<div class="cards">
<text id="title">Update Privacy Policy</text>
<text>We are now taking all of your cookies because our backend cookie monster is hungry!</text>
</div>
</div>
<br><br>
<text id="big-title">Trending</text>
<div class="trending">
<div class="handle">
<img src="./profile-pictures/abstract.png" alt="logo" id="logo">
<div>
<text>@lukele</text>
<text>Craving For Bugs</text>
</div>
</div>
<div class="handle">
<img src="./profile-pictures/coffee.png" alt="logo" id="logo">
<div>
<text>@austin</text>
<text>Pancake Expert</text>
</div>
</div>
<div class="handle">
<img src="./profile-pictures/mushroom.png" alt="logo" id="logo">
<div>
<text>@odin</text>
<text>Bearer Of Wisdom</text>
</div>
</div>
<div class="handle">
<img src="./profile-pictures/weapon.png" alt="logo" id="logo">
<div>
<text>@toast</text>
<text>Burnt And Crispy</text>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="./javascript.js"></script>
</html>