0 Votes

Changes for page Global Dashboard

Last modified by Ryan C on 2025/09/10 18:12

From version 11.1
edited by Ryan C
on 2025/05/12 08:37
Change comment: There is no comment for this version
To version 5.1
edited by Ryan C
on 2025/04/15 17:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,18 +1,135 @@
1 -# Content Being Worked on:
2 -* [[[[Jewish Crimes and Atrocities]]]][[name of link>>http://www.example.com]]
3 -* Historical Introduction to Nationalism
4 -* Trends in Societies views on Whites over the last 50 years (Anes Datasets, lots of data)
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 +.flex-bottom {
32 + display: flex;
33 + justify-content: space-between;
34 + align-items: flex-start;
35 + gap: 2em;
36 +}
37 +.flex-bottom > div {
38 + flex: 1;
39 +}
40 +</style>
5 5  
6 -# Content Requests
7 -* Feminism: Origins and Jewish involvement
8 -* USS Liberty: detailed analysis and things left out of wikipedia
9 -* Holocaust Revisionism
10 -* Documenting individual cases of Antiwhite discrimination, pay discrimination, modern segregation, double standards
11 -* Jewish hypocrisy and evidence of intent for the ongoing White Genocide.
12 -* Research papers on all topics, formatted and summarized if possible
13 -* Additional Pro White sites and resources. (You're welcome to add your own site for self promotion)
14 -* Suggestions for me to improve the site.
42 +<h2>πŸ“š Knowledge Domains</h2>
43 +<div class="dashboard-columns">
15 15  
45 + <div class="dashboard-column">
46 + <h3>🌍 Race</h3>
47 + <ul>
48 + <li><a href="/bin/view/Main%20Categories/Race/Hatred">Hatred</a></li>
49 + <li><a href="/bin/view/Main%20Categories/Race/Demographics">Demographics</a></li>
50 + <li><a href="/bin/view/Main%20Categories/Race/Videos">Videos</a></li>
51 + </ul>
52 +
53 + <h3>βš–οΈ Discrimination</h3>
54 + <ul>
55 + <li><a href="/bin/view/Main%20Categories/Discrimination/Employment%20Disparities">Employment Disparities</a></li>
56 + <li><a href="/bin/view/Main%20Categories/Discrimination/Black%20Privilege">Black Privilege</a></li>
57 + <li><a href="/bin/view/Main%20Categories/Discrimination/Videos">Videos</a></li>
58 + </ul>
59 +
60 + <h3>πŸ“œ History</h3>
61 + <ul>
62 + <li><a href="/bin/view/Main%20Categories/History/Colonialism">Colonialism</a></li>
63 + <li><a href="/bin/view/Main%20Categories/History/Slavery">Slavery</a></li>
64 + <li><a href="/bin/view/Main%20Categories/History/Videos">Videos</a></li>
65 + </ul>
66 + </div>
67 +
68 + <div class="dashboard-column">
69 + <h3>🌐 Immigration</h3>
70 + <ul>
71 + <li><a href="/bin/view/Main%20Categories/Immigration/Border%20Policy">Border Policy</a></li>
72 + <li><a href="/bin/view/Main%20Categories/Immigration/Statistics">Immigration Statistics</a></li>
73 + <li><a href="/bin/view/Main%20Categories/Immigration/Videos">Videos</a></li>
74 + </ul>
75 +
76 + <h3>πŸ“° Media</h3>
77 + <ul>
78 + <li><a href="/bin/view/Main%20Categories/Media/Propaganda">Propaganda</a></li>
79 + <li><a href="/bin/view/Main%20Categories/Media/Censorship">Censorship</a></li>
80 + <li><a href="/bin/view/Main%20Categories/Media/Videos">Videos</a></li>
81 + </ul>
82 +
83 + <h3>πŸ“Š Genetics</h3>
84 + <ul>
85 + <li><a href="/bin/view/Main%20Categories/Genetics/IQ">IQ</a></li>
86 + <li><a href="/bin/view/Main%20Categories/Genetics/Studies">Studies</a></li>
87 + <li><a href="/bin/view/Main%20Categories/Genetics/Videos">Videos</a></li>
88 + </ul>
89 +
90 + <h3>πŸ₯ Healthcare</h3>
91 + <ul>
92 + <li><a href="/bin/view/Main%20Categories/Healthcare/Fertility">Fertility</a></li>
93 + <li><a href="/bin/view/Main%20Categories/Healthcare/Medical%20Bias">Medical Bias</a></li>
94 + <li><a href="/bin/view/Main%20Categories/Healthcare/Videos">Videos</a></li>
95 + </ul>
96 + </div>
97 +
98 + <div class="dashboard-column">
99 + <h3>🏫 Education</h3>
100 + <ul>
101 + <li><a href="/bin/view/Main%20Categories/Education/Achievement%20Gaps">Achievement Gaps</a></li>
102 + <li><a href="/bin/view/Main%20Categories/Education/School%20Policy">School Policy</a></li>
103 + <li><a href="/bin/view/Main%20Categories/Education/Videos">Videos</a></li>
104 + </ul>
105 +
106 + <h3>πŸ‘ΌπŸΎ Crime</h3>
107 + <ul>
108 + <li><a href="/bin/view/Main%20Categories/Crime/Injustice">Injustice</a></li>
109 + <li><a href="/bin/view/Main%20Categories/Crime/Crime%20Stats">Crime Stats</a></li>
110 + <li><a href="/bin/view/Main%20Categories/Crime/Videos">Videos</a></li>
111 + </ul>
112 +
113 + <h3>🧠 AI & Tech</h3>
114 + <ul>
115 + <li><a href="/bin/view/Main%20Categories/AI and Technology/AI Bias">AI Bias</a></li>
116 + <li><a href="/bin/view/Main%20Categories/AI and Technology/Hypocrisy">Hypocrisy</a></li>
117 + <li><a href="/bin/view/Main%20Categories/AI and Technology/Videos">Videos</a></li>
118 + </ul>
119 +
120 + <h3>πŸ³οΈβ€πŸŒˆ LGBTQ</h3>
121 + <ul>
122 + <li><a href="/bin/view/Main%20Categories/LGBTQ/Studies">Studies</a></li>
123 + <li><a href="/bin/view/Main%20Categories/LGBTQ/Media">LGBTQ in Media</a></li>
124 + <li><a href="/bin/view/Main%20Categories/LGBTQ/Videos">Videos</a></li>
125 + </ul>
126 + </div>
127 +
128 +</div>
129 +{{/html}}
130 +
131 +---
132 +
16 16  ## πŸ“Š Research & Stats
17 17  {{include reference="Main.Categories.Research and Stats.ResearchStatsWidget"/}}
18 18  
... ... @@ -23,11 +23,14 @@
23 23  
24 24  ---
25 25  
26 -== 🏷️ Tags ==
27 -{{tagcloud/}}
143 +<div class="flex-bottom">
144 + <div>
145 + <h2>🏷️ Tags</h2>
146 + {{tagcloud/}}
147 + </div>
148 + <div>
149 + <h2>πŸ•“ Recent Activity</h2>
150 + {{activity limit="5"/}}
151 + </div>
152 +</div>
28 28  
29 ----
30 -
31 -== πŸ•“ Recent Activity ==
32 -{{activity limit="5"/}}
33 -