278 lines
14 KiB
HTML
278 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="shortcut icon" href="../TDKCade/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Help Desk Menu</title>
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
line-height: normal;
|
|
word-wrap: break-word !important;
|
|
font-family: sans-serif;
|
|
color: white !important;
|
|
}
|
|
.menu {
|
|
background: #232323;
|
|
margin: auto;
|
|
max-width: 800px;
|
|
overflow: auto;
|
|
border: 1px solid black;
|
|
border-radius: 4px;
|
|
padding: 4px;
|
|
}
|
|
.nav {
|
|
max-width: 100px;
|
|
float: left;
|
|
margin: 3px 3px 3px 8px;
|
|
}
|
|
.nav2 {
|
|
max-width: 64px;
|
|
float: right;
|
|
margin: 2px;
|
|
}
|
|
.ico {
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
}
|
|
.ico img {
|
|
border-radius: 16px;
|
|
}
|
|
.align-left {
|
|
text-align: left;
|
|
}
|
|
h1 {
|
|
background: #444;
|
|
max-width: 800px !important;
|
|
text-align: center;
|
|
margin: auto;
|
|
border: 1px outset #888;
|
|
border-radius: 32px;
|
|
font-size: 18px;
|
|
}
|
|
img {
|
|
max-width: 99%;
|
|
height: auto;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<a href="index.html" style="text-align: center; margin: auto;">
|
|
<img src="images/icons/ca9535014a37a265bad35e74ad090c7b-Full_1_177x46_280x68.png" alt="TDKPaint" title="TDKPaint">
|
|
</a>
|
|
</center>
|
|
<div class="menu" style="padding: 0!important;">
|
|
<div class="nav">
|
|
Welcome, TDK!<br>
|
|
<a href="http://3dspaint.com/" style="color: #f44;">3DSPaint Link</a>
|
|
</div>
|
|
<div class="nav2">
|
|
<img src="images/icons/icon_dc.png" alt="PFP" title="PFP" style="border: 1px gray solid; border-radius: 16px; width: 28px; height: 28px;">
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<h1>Help Desk FAQs</h1>
|
|
<div class="menu">
|
|
<div class="zebra">
|
|
<a onclick="showText('question1')">How do I write a Help Desk question?</a>
|
|
<div id="question1-dropdown" class="dropdown-content">
|
|
<p>WIP</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question2')">How do I make a custom profile picture?</a>
|
|
<div id="question2-dropdown" class="dropdown-content">
|
|
<p>Setting a profile picture is dependent on each service used.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question3')">How do I verify my account?</a>
|
|
<div id="question3-dropdown" class="dropdown-content">
|
|
<p>Verification is subject to the services used to make an account.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question4')">How do I change my username?</a>
|
|
<div id="question4-dropdown" class="dropdown-content">
|
|
<p>Check on the used platforms for that information.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question5')">How do I change my email address?</a>
|
|
<div id="question5-dropdown" class="dropdown-content">
|
|
<p>Check on the used platforms for that information.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question6')">Which BBCodes are supported?</a>
|
|
<div id="question6-dropdown" class="dropdown-content">
|
|
<p>Check on the used platforms for that information. Most likely, it's not supported.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question7')">Password Lockout Assistance</a>
|
|
<div id="question7-dropdown" class="dropdown-content">
|
|
<p>Account help is subject to the services used to make the account. Please follow the service you used for help.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question8')">How can I customize my profile or my group?</a>
|
|
<div id="question8-dropdown" class="dropdown-content">
|
|
<p>Check on the used platforms for that information.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question9')">Why can't I use my paintings in the chatroom?</a>
|
|
<div id="question9-dropdown" class="dropdown-content">
|
|
<p>This is not implemented yet.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question10')">Can you make paintings editable?</a>
|
|
<div id="question10-dropdown" class="dropdown-content">
|
|
<p>Probably not.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question11')">How do I retrieve my password?</a>
|
|
<div id="question11-dropdown" class="dropdown-content">
|
|
<p>Account help is subject to the services used to make the account. Please follow the service you used for help.</p>
|
|
</div>
|
|
</div>
|
|
<div class="zebra">
|
|
<a onclick="showText('question12')">How do I become an admin?</a>
|
|
<div id="question12-dropdown" class="dropdown-content">
|
|
<p>Please contact us on our guilded. https://www.guilded.gg/TDK</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Additional content goes here -->
|
|
|
|
<h1>Blog Guidelines</h1>
|
|
<div class="menu">
|
|
<div style="margin:10px; text-align:left">
|
|
You can write blogs on just about every topic. However, any blogs incorporating overt examples of these (and potentially other) aspects will be deleted by admins and may be followed with a ban:
|
|
<ul>
|
|
<li>Pornography, whether photographic or cartoon</li>
|
|
<li>Hateful conduct, including bullying, racism, slurs against individuals or classes of individuals, or doxxing</li>
|
|
<li>Call for violence against individuals or property</li>
|
|
<li>Encouraging self-harm or the harm of others</li>
|
|
<li>Calls for or examples of committing illegal acts</li>
|
|
<li>Plagiarism of other content in part or whole</li>
|
|
</ul>
|
|
If any actions are deemed criminal in nature, the proper authorities will be provided with the content as evidence, upon request.
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Additional content goes here -->
|
|
|
|
<h1>Getting Featured</h1>
|
|
<div class="menu">
|
|
<div style="margin:10px; text-align:left">
|
|
Having a blog featured is a way to increase visibility to all members. Not all blogs requested to be featured will be accepted, but it is possible to increase the chance by incorporating these into it:
|
|
<ul>
|
|
<li><big><b>Topic of public interest</b></big><br />This could be a current event, a movie review, a song parody, or any of countless other topics. When writing this blog, think about appealing to a wide audience. Sometimes, a controversial topic may receive more engagement, but try approaching it in a respectful manner.</li>
|
|
<li><big><b>Clear focus</b></big><br />Try to stay on the topic, rather than rambling on tangents or flooding the body with spoiler tags or other aspects that could frustrate a reader into losing interest. Also, give enough details so that the reader will not wonder the purpose of the core topic.</li>
|
|
<li><big><b>Appropriate length</b></big><br />A blog that's just a few sentences long will likely not be featured, as it would be lacking in content, but a blog written like a novel may be too long to hold reader interest. Try to aim for content that will take about 2-5 minutes to read. If your content will be much longer, there is nothing wrong with breaking it into chapters.</li>
|
|
<li><big><b>Professionally-written</b></big><br />Use proper grammar and punctuation. Try to minimize jargon to appeal to the widest audience. Acronyms that are not generally-known should be expanded upon the first use so that readers understand what you are trying to say. If the blog is meant to be persuasive, make sure it contains a logical foundation, rather than fallacies and polemics.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Additional content goes here -->
|
|
|
|
<h1>Platform Guidelines</h1>
|
|
<div class="menu">
|
|
<div style="margin:10px; text-align:left">
|
|
Membership to this collection of websites includes DSiPaint, WiiOperaSDK, TWiiter, and HullBreach Online.
|
|
These websites may go by alternate names, like DSOperaSDK, DSiUniverse, or 3DSPaint.
|
|
Membership is free and voluntary for those who would like to experience the added benefits over anonymous visitation.
|
|
These terms may change without warning as needed and will always be made available in current form.
|
|
</div>
|
|
<h1>Permission</h1>
|
|
<div style="margin:10px; text-align:left">
|
|
Those who are minors acknowledge that their parents and/or legal guardians do not object to membership and participation of these websites.
|
|
</div>
|
|
<h1>Conduct</h1>
|
|
<div style="margin:10px; text-align:left">
|
|
Since members to this collection of websites come in all ages, ethnicities, nationalities, religions, and other diversities, it is inevitable that varying beliefs will be taking part.
|
|
All participants are expected to conduct themselves in a mature and respectful manner.
|
|
Hate speech, harassment, and spam are not tolerated.
|
|
Exposure of other members to materials including (but not limited to) those deemed pornographic, racist, or defamatory is not tolerated.
|
|
</div>
|
|
<h1>Administration</h1>
|
|
<div style="margin:10px; text-align:left">
|
|
Periodically, members will be chosen to administer and moderate various aspects of the websites to assist in keeping order.
|
|
Such promotions are made when needed and are chosen on merit without the need to inquire.
|
|
These members are expected to act as role models to others since they are seen as authority figures.
|
|
</div>
|
|
<h1>Punishments</h1>
|
|
<div style="margin:10px; text-align:left">
|
|
Administrators and moderators may optionally issue a warning to other members for violation of any rules of conduct.
|
|
In a chatroom environment, a kick to the main menu from the chatroom is another option.
|
|
Members who violate rules of conduct may be banned for 24 hours.
|
|
This prevents participation in chatrooms, bulletin boards, and on TWiiter.
|
|
The final punishment is a permanent ban of an account, also called a perma-ban.
|
|
This involves the complete disabling of an account and hiding of any content related to it.
|
|
Periodic checks are done to prevent repeat offenders from creating new accounts if it is believed that such accounts are created to harass other members.
|
|
</div>
|
|
<h1>Account Hacking</h1>
|
|
<div style="margin:10px; text-align:left">
|
|
Since it generally takes two members to involve account hacking, whether a provided password or a weak password, punishment will apply to both parties involved.
|
|
Remember to keep all account info confidential and use a strong password to keep the account secure.
|
|
</div>
|
|
<h1>Privacy Policy</h1>
|
|
<div style="margin:10px; text-align:left">
|
|
Some aspects of these websites are stored or logged indefinitely in databases or flat files to either enhance future experiences or to allow public displays of content.
|
|
Members are responsible for their own public and private content.
|
|
All member information is kept confidential from third parties unless publicly provided by the members themselves.
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Additional content goes here -->
|
|
|
|
<h1>Opened Questions (4)</h1>
|
|
<div class="menu">
|
|
<div class="zebra">
|
|
<a href="https://uwuntuos.site">Example 1</a> (0)<br />
|
|
By <a href="https://uwuntuos.site">@Linux</a><br />
|
|
<label class="tag tag_default">Other</label>
|
|
<label class="tag tag_default">default</label>
|
|
<label class="tag tag_default">0 hr</label>
|
|
</div>
|
|
<div class="zebra">
|
|
<a href="https://github.com/MattTheTekie/">Example 2</a> (0)<br />
|
|
By <a href="https://github.com/MattTheTekie/">@MattTheTekie</a><br />
|
|
<label class="tag tag_default">Bug Report</label>
|
|
<label class="tag tag_default">default</label>
|
|
<label class="tag tag_default">0 hr</label>
|
|
</div>
|
|
<div class="zebra">
|
|
<a href="https://uwu.surge.sh/">Example 3</a> (0)<br />
|
|
By <a href="https://uwu.surge.sh/">@uwudev</a><br />
|
|
<label class="tag tag_default">Bug Report</label>
|
|
<label class="tag tag_low">low</label>
|
|
<label class="tag tag_default">0 hr</label>
|
|
</div>
|
|
<div class="zebra">
|
|
<a href="https://deafbeef.com/">Easter Egg</a> (0)<br />
|
|
By <a href="https://deafbeef.com/">@0xDEAFBEEF</a><br />
|
|
<label class="tag tag_default">Request</label>
|
|
<label class="tag tag_default">default</label>
|
|
<label class="tag tag_default">0 hr</label>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Additional content goes here -->
|
|
|
|
<div style="margin:5px; text-align:center">
|
|
<a href="../index.html"><img class="icon" src="images/icons/icon_home.png" alt="Home" /></a>
|
|
</div>
|
|
</body>
|
|
</html>
|