-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdash.html
88 lines (77 loc) · 2.73 KB
/
dash.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
<!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>Ceccun Dash</title>
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/dash.css">
</head>
<body>
<noscript>
<h1>Dash</h1>
<p>Sorry, Ceccun Dash requires Javascript.</p>
<p>Désolé, Ceccun Jango nécessite Javascript.</p>
<p>申し訳ありませんが、Ceccun DashにはJavascriptが必要です。</p>
<p>Lo sentimos, Ceccun Dash requiere Javascript.</p>
<br>
<p>© Ceccun</p>
</noscript>
<div class="rootDash">
<div class="dashBar">
<div class="dashBarLeft">
<div class="dashWaterMark">
<div class="noMargin faint">
<img src="/images/dash-logo.svg">
</div>
</div>
<div class="fadeLeft">
</div>
<div class="dashBarLeftItems">
</div>
</div>
<div class="dashBarRight">
</div>
</div>
<div class="workspace">
<div id="standard">
<div class="lBar">
<div class="qDash">
<h2>Quick Dash</h2>
<div class="qDashItems">
<div class="qDashItem">
<div class="qDashItemInner">
<p>Your student ID is
<br>
<b>7123-1271-1278</b>
</p>
</div>
</div>
<div class="qDashItem">
<div class="qDashItemInner">
<p>Tell Speedblocks
<br>
<b>to go shopping</b>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="changableStyle">
:root {
--v-height: 100vh;
--v-width: 100vw;
}
</style>
<style id="currentWorkspaceStyle">
</style>
<script src="https://cdn.jsdelivr.net/gh/stel-la/flse@main/flse.min.js"></script>
<script src="/dash-scripts/strings.js"></script>
<script src="/js/dash.js"></script>
</body>
</html>