Wiki source code of Global Dashboard
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{html clean="false"}} | ||
2 | <style> | ||
3 | .dashboard-columns { | ||
4 | display: flex; | ||
5 | justify-content: space-between; | ||
6 | flex-wrap: wrap; | ||
7 | margin-bottom: 2em; | ||
8 | gap: 1.5em; | ||
9 | } | ||
10 | .dashboard-column { | ||
11 | flex: 1; | ||
12 | min-width: 250px; | ||
13 | background-color: #1a1a1a; | ||
14 | padding: 1em; | ||
15 | border: 1px solid #333; | ||
16 | border-radius: 10px; | ||
17 | } | ||
18 | .dashboard-column h3 { | ||
19 | margin-top: 0; | ||
20 | color: #f2f2f2; | ||
21 | border-bottom: 1px solid #444; | ||
22 | padding-bottom: 4px; | ||
23 | } | ||
24 | .dashboard-column ul { | ||
25 | list-style: none; | ||
26 | padding-left: 0; | ||
27 | } | ||
28 | .dashboard-column li { | ||
29 | margin: 0.3em 0; | ||
30 | } | ||
31 | </style> | ||
32 | |||
33 | <h2>📚 Knowledge Domains</h2> | ||
34 | <div class="dashboard-columns"> | ||
35 | <div class="dashboard-column"> | ||
36 | <h3>Race</h3> | ||
37 | <ul> | ||
38 | <li><a href="/bin/view/Main%20Categories/Race/Hatred">Hatred</a></li> | ||
39 | <li><a href="/bin/view/Main%20Categories/Race/Demographics">Demographics</a></li> | ||
40 | <li><a href="/bin/view/Main%20Categories/Race/Videos">Videos</a></li> | ||
41 | </ul> | ||
42 | |||
43 | <h3>Discrimination</h3> | ||
44 | <ul> | ||
45 | <li><a href="/bin/view/Main%20Categories/Discrimination/Employment%20Disparities">Employment Disparities</a></li> | ||
46 | <li><a href="/bin/view/Main%20Categories/Discrimination/Black%20Privilege">Black Privilege</a></li> | ||
47 | <li><a href="/bin/view/Main%20Categories/Discrimination/Videos">Videos</a></li> | ||
48 | </ul> | ||
49 | </div> | ||
50 | |||
51 | <div class="dashboard-column"> | ||
52 | <h3>Immigration</h3> | ||
53 | <ul> | ||
54 | <li><a href="/bin/view/Main%20Categories/Immigration/Border%20Policy">Border Policy</a></li> | ||
55 | <li><a href="/bin/view/Main%20Categories/Immigration/Statistics">Immigration Statistics</a></li> | ||
56 | <li><a href="/bin/view/Main%20Categories/Immigration/Videos">Videos</a></li> | ||
57 | </ul> | ||
58 | |||
59 | <h3>Media</h3> | ||
60 | <ul> | ||
61 | <li><a href="/bin/view/Main%20Categories/Media/Propaganda">Propaganda</a></li> | ||
62 | <li><a href="/bin/view/Main%20Categories/Media/Censorship">Censorship</a></li> | ||
63 | <li><a href="/bin/view/Main%20Categories/Media/Videos">Videos</a></li> | ||
64 | </ul> | ||
65 | </div> | ||
66 | |||
67 | <div class="dashboard-column"> | ||
68 | <h3>Education</h3> | ||
69 | <ul> | ||
70 | <li><a href="/bin/view/Main%20Categories/Education/Achievement%20Gaps">Achievement Gaps</a></li> | ||
71 | <li><a href="/bin/view/Main%20Categories/Education/School%20Policy">School Policy</a></li> | ||
72 | <li><a href="/bin/view/Main%20Categories/Education/Videos">Videos</a></li> | ||
73 | </ul> | ||
74 | |||
75 | <h3>Crime</h3> | ||
76 | <ul> | ||
77 | <li><a href="/bin/view/Main%20Categories/Crime/Injustice">Injustice</a></li> | ||
78 | <li><a href="/bin/view/Main%20Categories/Crime/Crime%20Stats">Crime Stats</a></li> | ||
79 | <li><a href="/bin/view/Main%20Categories/Crime/Videos">Videos</a></li> | ||
80 | </ul> | ||
81 | </div> | ||
82 | </div> | ||
83 | {{/html}} | ||
84 | |||
85 | --- | ||
86 | |||
87 | ## 📊 Research & Stats | ||
88 | {{include reference="Main.Categories.Research and Stats.ResearchStatsWidget"/}} | ||
89 | |||
90 | --- | ||
91 | |||
92 | ## 🎯 Arguments & Counterarguments | ||
93 | {{include reference="Main.Categories.Arguments and Counterarguments.ArgumentsWidget"/}} | ||
94 | |||
95 | --- | ||
96 | |||
97 | == 🕓 Recent Activity == | ||
98 | |||
99 | {{activity/}} | ||
100 | |||
101 | == 🏷️ Tags == | ||
102 | |||
103 | {{tagcloud/}} | ||
104 |