... |
... |
@@ -1,183 +1,95 @@ |
1 |
|
-= [[MAIN CATEGORIES PAGE >>doc:Main Categories.WebHome]] = |
2 |
|
- |
3 |
|
- |
4 |
|
-{{html clean="false"}} |
|
1 |
+<!~-~- Global Dashboard for XWiki ~-~-> |
|
2 |
+~{~{html clean="false"}} |
5 |
5 |
<style> |
6 |
|
-.dashboard-columns { |
7 |
|
- display: flex; |
8 |
|
- justify-content: space-between; |
9 |
|
- flex-wrap: wrap; |
10 |
|
- margin-bottom: 2em; |
11 |
|
- gap: 1.5em; |
12 |
|
-} |
13 |
|
-.dashboard-column { |
14 |
|
- flex: 1; |
15 |
|
- min-width: 250px; |
16 |
|
- background-color: #1a1a1a; |
17 |
|
- padding: 1em; |
18 |
|
- border: 1px solid #333; |
19 |
|
- border-radius: 10px; |
20 |
|
-} |
21 |
|
-.dashboard-column h3 { |
22 |
|
- margin-top: 0; |
23 |
|
- color: #f2f2f2; |
24 |
|
- border-bottom: 1px solid #444; |
25 |
|
- padding-bottom: 4px; |
26 |
|
-} |
27 |
|
-.dashboard-column ul { |
28 |
|
- list-style: none; |
29 |
|
- padding-left: 0; |
30 |
|
-} |
31 |
|
-.dashboard-column li { |
32 |
|
- margin: 0.3em 0; |
33 |
|
-} |
34 |
|
-.flex-bottom { |
35 |
|
- display: flex; |
36 |
|
- justify-content: space-between; |
37 |
|
- align-items: flex-start; |
38 |
|
- gap: 2em; |
39 |
|
-} |
40 |
|
-.flex-bottom > div { |
41 |
|
- flex: 1; |
42 |
|
-} |
|
4 |
+ .dashboard { |
|
5 |
+ padding: 1rem; |
|
6 |
+ max-width: 100%; |
|
7 |
+ margin: auto; |
|
8 |
+ } |
|
9 |
+ .dashboard-header { |
|
10 |
+ font-size: 2rem; |
|
11 |
+ font-weight: bold; |
|
12 |
+ margin-bottom: 1.5rem; |
|
13 |
+ text-align: center; |
|
14 |
+ } |
|
15 |
+ .category-columns { |
|
16 |
+ display: grid; |
|
17 |
+ grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); |
|
18 |
+ gap: 1rem; |
|
19 |
+ } |
|
20 |
+ .category-box { |
|
21 |
+ background-color: #1c1c1c; |
|
22 |
+ border: 1px solid #444; |
|
23 |
+ border-radius: 8px; |
|
24 |
+ padding: 1rem; |
|
25 |
+ box-shadow: 0 0 5px #000; |
|
26 |
+ } |
|
27 |
+ .category-box h3 { |
|
28 |
+ font-size: 1.2rem; |
|
29 |
+ margin-bottom: 0.5rem; |
|
30 |
+ border-bottom: 1px solid #333; |
|
31 |
+ padding-bottom: 0.2rem; |
|
32 |
+ } |
|
33 |
+ .category-box ul { |
|
34 |
+ list-style: none; |
|
35 |
+ padding: 0; |
|
36 |
+ margin: 0; |
|
37 |
+ } |
|
38 |
+ .category-box ul li { |
|
39 |
+ margin-bottom: 0.4rem; |
|
40 |
+ } |
|
41 |
+ .section { |
|
42 |
+ margin-top: 2.5rem; |
|
43 |
+ } |
43 |
43 |
</style> |
44 |
44 |
|
45 |
|
-<h2>π Categories</h2> |
46 |
|
-<div class="dashboard-columns"> |
|
46 |
+<div class="dashboard"> |
|
47 |
+ <div class="dashboard-header">π Knowledge Domains</div> |
|
48 |
+ <div class="category-columns"> |
|
49 |
+ <div class="category-box"> |
|
50 |
+ <h3>Race</h3> |
|
51 |
+ <ul> |
|
52 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Race">Overview</a></li> |
|
53 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Race/Hatred">Hatred</a></li> |
|
54 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Race/Demographics">Demographics</a></li> |
|
55 |
+ </ul> |
|
56 |
+ </div> |
|
57 |
+ <div class="category-box"> |
|
58 |
+ <h3>Discrimination</h3> |
|
59 |
+ <ul> |
|
60 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Discrimination/Employment%20Disparities">Employment Disparities</a></li> |
|
61 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Discrimination/Privilege">Privilege</a></li> |
|
62 |
+ </ul> |
|
63 |
+ </div> |
|
64 |
+ <div class="category-box"> |
|
65 |
+ <h3>Immigration</h3> |
|
66 |
+ <ul> |
|
67 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Immigration">Overview</a></li> |
|
68 |
+ <li><a href="/xwiki/bin/view/Main%20Categories/Immigration/Border%20Policy">Border Policy</a></li> |
|
69 |
+ </ul> |
|
70 |
+ </div> |
|
71 |
+ <!~-~- Add more categories here as needed ~-~-> |
|
72 |
+ </div> |
47 |
47 |
|
48 |
|
- <!-- COLUMN 1 --> |
49 |
|
- <div class="dashboard-column"> |
50 |
|
- <h3>π Race</h3> |
51 |
|
- <ul> |
52 |
|
- <li><a href="/bin/view/Main%20Categories/Race/Common%20Myths">Common Myths</a></li> |
53 |
|
- <li><a href="/bin/view/Main%20Categories/Race/Nonwhite%20Privilege">Nonwhite Privilege</a></li> |
54 |
|
- <li><a href="/bin/view/Main%20Categories/Race/Racial%20Demographics%20by%20Country">Racial Demographics</a></li> |
55 |
|
- <li><a href="/bin/view/Main%20Categories/Race/Racial%20dynamics">Racial Dynamics</a></li> |
56 |
|
- <li><a href="/bin/view/Main%20Categories/Race/The%20Great%20Replacement">The Great Replacement</a></li> |
57 |
|
- <li><a href="/bin/view/Main%20Categories/Race/White%20Genocide">White Genocide</a></li> |
58 |
|
- </ul> |
59 |
|
- |
60 |
|
- <h3>π History</h3> |
61 |
|
- <ul> |
62 |
|
- <li><a href="/bin/view/Main%20Categories/History/European%20History">European History</a></li> |
63 |
|
- <li><a href="/bin/view/Main%20Categories/History/Historical%20Quotes">Historical Quotes</a></li> |
64 |
|
- <li><a href="/bin/view/Main%20Categories/History/USS%20Liberty">USS Liberty</a></li> |
65 |
|
- </ul> |
66 |
|
- |
67 |
|
-<h3> |
68 |
|
- <span style="display: inline-block; font-size: 0.9em; background: #330000; color: red; padding: 0.15em 0.4em; border-radius: 0.3em; margin-right: 0.4em;">!=</span> |
69 |
|
- Discrimination |
70 |
|
-</h3> |
71 |
|
-<ul> |
72 |
|
- <li><a href="/bin/view/Main%20Categories/Discrimination/DEI">DEI</a></li> |
73 |
|
- <li><a href="/bin/view/Main%20Categories/Discrimination/Discrimination%20Against%20White%20People">Discrimination Against White People</a></li> |
74 |
|
- <li><a href="/bin/view/Main%20Categories/Discrimination/FAA%20Air%20Traffic%20Controller%20Hiring%20Scandal">FAA Scandal</a></li> |
75 |
|
-</ul> |
|
74 |
+ <div class="section"> |
|
75 |
+ <h2>π§ Research & Stats</h2> |
|
76 |
+ ~{~{include reference="Main%20Categories.Research%20and%20stats.ResearchStatsWidget"/}} |
76 |
76 |
</div> |
77 |
77 |
|
78 |
|
- <!-- COLUMN 2 --> |
79 |
|
- <div class="dashboard-column"> |
80 |
|
- <h3>π Immigration & Politics</h3> |
81 |
|
- <ul> |
82 |
|
- <li><a href="/bin/view/Main%20Categories/Immigration and Politics/Borderless%20Welfare%20State">Borderless Welfare State</a></li> |
83 |
|
- <li><a href="/bin/view/Main%20Categories/Immigration and Politics/Migration%20and%20its%20Economic%20Impact">Migration Impact</a></li> |
84 |
|
- </ul> |
85 |
|
- |
86 |
|
- <h3>π° Censorship & Media</h3> |
87 |
|
- <ul> |
88 |
|
- <li><a href="/bin/view/Main%20Categories/Censorship and Media/Hoaxes">Hoaxes</a></li> |
89 |
|
- <li><a href="/bin/view/Main%20Categories/Censorship and Media/Media%20Bias">Media Bias</a></li> |
90 |
|
- </ul> |
91 |
|
- |
92 |
|
- <h3>π Healthcare</h3> |
93 |
|
- <ul> |
94 |
|
- <li><a href="/bin/view/Main%20Categories/Healthcare/Fertility">Fertility</a></li> |
95 |
|
- <li><a href="/bin/view/Main%20Categories/Healthcare/Medical%20Bias">Medical Bias</a></li> |
96 |
|
- </ul> |
97 |
|
- |
98 |
|
- <h3>π§ Science & Research</h3> |
99 |
|
- <ul> |
100 |
|
- <li><a href="/bin/view/Main%20Categories/Science and Research/AI">AI</a></li> |
101 |
|
- <li><a href="/bin/view/Main%20Categories/Science and Research/Race and IQ">Race & IQ</a></li> |
102 |
|
- <li><a href="/bin/view/Main%20Categories/Science and Research/The Existence of Race">Existence of Race</a></li> |
103 |
|
- </ul> |
|
79 |
+ <div class="section"> |
|
80 |
+ <h2>π― Arguments & Counterarguments</h2> |
|
81 |
+ ~{~{include reference="Main%20Categories.Arguments%20and%20Counterarguments.ArgumentsWidget"/}} |
104 |
104 |
</div> |
105 |
105 |
|
106 |
|
- <!-- COLUMN 3 --> |
107 |
|
- <div class="dashboard-column"> |
108 |
|
- <h3>π§ Interpersonal & Social</h3> |
109 |
|
- <ul> |
110 |
|
- <li><a href="/bin/view/Main%20Categories/Dating and Social Media/Black%20New%20World%20Order">Black NWO</a></li> |
111 |
|
- <li><a href="/bin/view/Main%20Categories/Dating and Social Media/Feminism">Feminism</a></li> |
112 |
|
- <li><a href="/bin/view/Main%20Categories/Dating and Social Media/Intersectionality">Intersectionality</a></li> |
113 |
|
- <li><a href="/bin/view/Main%20Categories/Dating and Social Media/Miscegenation">Miscegenation</a></li> |
114 |
|
- </ul> |
115 |
|
- |
116 |
|
- <h3>πΌπΎ Crime & Justice</h3> |
117 |
|
- <ul> |
118 |
|
- <li><a href="/bin/view/Main%20Categories/Crime and Justice/Black%20Crime">Black Crime</a></li> |
119 |
|
- <li><a href="/bin/view/Main%20Categories/Crime and Justice/Crime%20Statistics">Crime Statistics</a></li> |
120 |
|
- <li><a href="/bin/view/Main%20Categories/Crime and Justice/Do%20Blacks%20use%20drugs%20at%20the%20same%20rate%20as%20Whites">Drug Use</a></li> |
121 |
|
- <li><a href="/bin/view/Main%20Categories/Crime and Justice/Interracial%20Rape">Interracial Rape</a></li> |
122 |
|
- <li><a href="/bin/view/Main%20Categories/Crime and Justice/Sentencing%20Disparities">Sentencing Disparities</a></li> |
123 |
|
- </ul> |
124 |
|
- |
125 |
|
- <h3>β‘οΈ Jews</h3> |
126 |
|
- <ul> |
127 |
|
- <li><a href="/bin/view/Main%20Categories/Jews/Evidence%20of%20Intent">Evidence of Intent</a></li> |
128 |
|
- <li><a href="/bin/view/Main%20Categories/Jews/Pornography">Pornography</a></li> |
129 |
|
- </ul> |
130 |
|
- |
131 |
|
- <h3>π Humor & Memes</h3> |
132 |
|
- <ul> |
133 |
|
- <li><a href="/bin/view/Main%20Categories/Humor and Memes">Open Folder</a></li> |
134 |
|
- </ul> |
|
84 |
+ <div class="section"> |
|
85 |
+ <h2>π Recent Activity</h2> |
|
86 |
+ ~{~{activity/}} |
135 |
135 |
</div> |
136 |
136 |
|
|
89 |
+ <div class="section"> |
|
90 |
+ <h2>π·οΈ Tags</h2> |
|
91 |
+ ~{~{tagcloud/}} |
|
92 |
+ </div> |
137 |
137 |
</div> |
138 |
|
-{{/html}} |
139 |
|
- |
140 |
|
- |
141 |
|
- |
142 |
|
- |
143 |
|
-= Content Being Worked on: = |
144 |
|
- |
145 |
|
-* [[Jewish Crimes and Atrocities>>doc:Main Categories.Israel, Palestine, and Judaism.WebHome]] |
146 |
|
-* Historical Introduction to Nationalism |
147 |
|
-* Trends in Societies views on Whites over the last 50 years [[(Anes Datasets, lots of data)>>doc:Main Categories.Science & Research.Data and Trends.Anes.WebHome]] |
148 |
|
- |
149 |
|
-= Content Requests = |
150 |
|
- |
151 |
|
-* [[Feminism>>doc:Main Categories.Dating & Social Media.Feminism.WebHome]]: Origins and Jewish involvement |
152 |
|
-* [[USS Liberty>>doc:Main Categories.History.USS Liberty.WebHome]]: detailed analysis and things left out of wikipedia |
153 |
|
-* [[Revisionism>>doc:Main Categories.History.Real History of WW2.WebHome]] |
154 |
|
-* [[Documenting individual cases of Antiwhite discrimination>>doc:Main Categories.Discrimination.Discrimination Against White People.WebHome]], pay discrimination, modern segregation, double standards |
155 |
|
-* Jewish hypocrisy and evidence of [[intent>>doc:Main Categories.Jews.Evidence of Intent.WebHome]] for the ongoing [[White Genocide>>doc:Main Categories.Race.White Genocide.WebHome]]. |
156 |
|
-* [[Research papers>>doc:Main.Studies.Research at a Glance.WebHome]] on all topics, formatted and summarized if possible |
157 |
|
-* Additional Pro White sites and [[resources>>doc:Guides and Help.Resources.WebHome]]. (You're welcome to add your own site for self promotion) |
158 |
|
-* [[Suggestions>>doc:Forums.The White Archive Discussion.Suggestions.WebHome]] for me to improve the site. |
159 |
|
-* Tagging of pages and sites |
160 |
|
- |
161 |
|
- |
162 |
|
- |
163 |
|
-{{forum.recentForumDiscussions/}} |
164 |
|
- |
165 |
|
-## π Research & Stats |
166 |
|
-{{include reference="Main.Categories.Research and Stats.ResearchStatsWidget"/}}## |
167 |
|
- |
168 |
|
------ |
169 |
|
- |
170 |
|
-## π― Arguments & Counterarguments |
171 |
|
-{{include reference="Main.Categories.Arguments and Counterarguments.ArgumentsWidget"/}}## |
172 |
|
- |
173 |
|
------ |
174 |
|
- |
175 |
|
-== π·οΈ Tags == |
176 |
|
- |
177 |
|
-{{tagcloud/}} |
178 |
|
- |
179 |
|
------ |
180 |
|
- |
181 |
|
-== π Recent Activity == |
182 |
|
- |
183 |
|
-{{activity limit="5"/}} |
|
94 |
+~{~{/html}} |
|
95 |
+ |