This repository was archived by the owner on Mar 21, 2024. It is now read-only.
forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.html
320 lines (297 loc) · 11.9 KB
/
rules.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta name="description" content="Economics Discord">
<meta name="author" content="lespam">
<title>Economics Discord</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Ionic Icon Css -->
<link rel="stylesheet" href="plugins/Ionicons/css/ionicons.min.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZKL4RW03TT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZKL4RW03TT');
</script>
<body id="body">
<!-- Header Start -->
<header class="navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- header Nav Start -->
<nav class="navbar">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
Economics Discord
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Portfolio <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="portfolio.html">Portfolio Filter</a></li>
<li><a href="portfolio-single.html">Portfolio Single</a></li>
</ul>
</li>
-->
<li><a href="rules.html">Rules</a></li>
<li><a href="faq.html">FAQ</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Blog <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
<li><a href="blog-right-sidebar.html">Blog Right Sidebar</a></li>
<li><a href="blog-left-sidebar.html">Blog Left Sidebar</a></li>
<li><a href="blog-full-width.html">Blog Full Width</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pages <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="404.html">404 Page</a></li>
<li><a href="pricing.html">Pricing Table</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>-->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
</div>
</header><!-- header close -->
<section class="page-title bg-2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Rules</h1>
<p>
Enforcement is at the discretion of the moderators. In
general, staff will remind users of the rules before taking disciplinary action. Expect
a warning if you break a rule. Non-compliance with a moderator's requests can
result in a temporary mute or removal or a ban for persistent infringement.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="service-list section bg-gray" style="padding: 0px;">
<div class="container">
<div class="row">
<div class="col">
<div class="block">
<h4>
1. Social Environment
</h4>
<p>No expressions of homophobia, transphobia, racism,
sexism, ableism or any others that degrade the dignity of others. This includes
gendered slurs and slurs derived from disorders. No serious insults (personal
attacks) towards people both within and outside the server.
Using this server and its member list for advertisements that are not authorized by
the mods, including DM's, is prohibited.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
1b. General Decency
</h4>
<p>The moderation team participates on a completely voluntary
basis. Essentially this server provides the larger online community with free access
to Economics tutoring and assistance, as well as a forum for discussion. If another
user or moderator answers a question, it is expected that participants demonstrate a
common level of decency and express normal gratitude ("thank you" is enough) for
receiving this assistance.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
2. Relevance
</h4>
<p>Don't make/spam posts without substance, especially in topic
channels. No "soapboxing" or engaging in a debate merely for the purposes of being
contrarian. Remember you are here to engage in discussion of economics and
economic issues. Do not "ask to ask" just ask your question.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
2b. No debating!
</h4>
<p>Feat. an instructional guide on how not to debate: If you and
somebody else disagree, you may ask them why they think what they think, because
you value their expertise and want to learn from them. You may NOT ask them why
they think what they think, simply because you wish to dunk on it/be king of the
hill. Even when asking in good faith, you are not entitled to a response, although
you will usually get one. When asking in bad faith, you are still not entitled to a
response, but you probably won't get one, and will likely be given a warning.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
3. Academic Integrity
</h4>
<p>If you have a question related to an assignment, we are
usually willing to help after you have tried to complete it individually. Soliciting
others to complete your assignments or tests on the server is strictly prohibited.
Violations of academic integrity are taken seriously and may result in immediate
removal depending on the context and level of the user involved.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
4. Admissions Questions
</h4>
<p>Only general questions about the process of admissions
are allowed, and specific questions about your personal details or your transcripts
will be ignored and may receive a warning. Job-market information should come
from first-hand sources, such as personal experience, journalistic or academic
articles, or survey data, rather than information being passed on as hearsay. If a user
knows someone who has relevant information, that person is welcome to join the
server and pass on the information directly as a primary source.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
5. Constructive Dialogue
</h4>
<p>Criticism of markets, or market-based or democratic
institutions, must be formulated in a constructive manner. Conspiratorial views
( views which, by definition, lack evidence) shall not be promoted.
There will be no denials or defenses of internationally-recognized human rights
atrocities, genocide or ethnic cleansing. False-equivalence comparisons are also
prohibited such as "yes, Russia invaded Ukraine but the USA invaded Iraq ... "
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
6. Heterodox Econ Discussion Prohibited
</h4>
<p>Comments on/from/directed at
heterodox schools of thought are not permitted. We do not recognize economic
11 schools of thought. 11 There are other discord servers targeted at this type of
discussion. Discussions of competing ideologies will receive a warning or a more
serious action depending on the discretion of the staff
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
7. Appealing a Ban
</h4>
<p>Users who feel they have been unjustly banned will have the
opportunity to present the details of their ban to a panel of 3 server administrators.
Admins will then weigh the evidence and vote on reinstating the user.
</p>
</div>
</div>
<div class="col">
<div class="block">
<h4>
8. Financial Advice
</h4>
<p>Advice about the future performance of specific securities like
stocks, options, or cryptocurrencies and advice on whether to buy or sell is
discouraged. General discussions on whether a financial instrument is under- or
overvalued are still allowed. Discussions about portfolio choice, about one's
portfolio, strategy, and trades are permissible and encouraged.
</div>
</div>
</section>
<!-- footer Start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<!--
<div class="footer-manu">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">How it works</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
-->
<p class="copyright">Economics Discord is a 501(c)(3) non-profit organization. All rights reserved.
</p>
</div>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<script src="plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Form Validator -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>