|
|
|
@ -9,14 +9,16 @@
|
|
|
|
|
<link rel="scr" type="text/js" href="js/dashboard.js"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/dashboard.css" id="pagesheet"/>
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
</body>
|
|
|
|
|
<div id="userWrapper">
|
|
|
|
|
<div id="avatar"></div>
|
|
|
|
|
<h1><span id="userName">USERNAME</span></h1>
|
|
|
|
|
<div class="userNameWrapper">
|
|
|
|
|
<p id="userName">USERNAME</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="Guilds">
|
|
|
|
|
|
|
|
|
@ -26,11 +28,23 @@
|
|
|
|
|
cancel
|
|
|
|
|
</i>
|
|
|
|
|
<h3 id="guild" class="guildname">PLACEHOLDER</h3>
|
|
|
|
|
<p>Activate Music:
|
|
|
|
|
<span class="material-symbols-outlined" id="music">check_box_outline_blank</span></p>
|
|
|
|
|
|
|
|
|
|
<p>Activate Strikes:
|
|
|
|
|
<span class="material-symbols-outlined" id="strikes">check_box_outline_blank </span>
|
|
|
|
|
<p>Activate Music: <span class="material-symbols-outlined info">
|
|
|
|
|
info
|
|
|
|
|
<span class="tooltip"> Allow your server to use music (Temporarly does nothing as its a WIP[work in progress]).</span>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="material-symbols-outlined checkBox" id="music">check_box_outline_blank</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p>Activate Strikes:<span class="material-symbols-outlined info">
|
|
|
|
|
info
|
|
|
|
|
<span class="tooltip"> Activate a 3 strike system before automatic ban. (Theese are to be validated before they are self-actionable)</span>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="material-symbols-outlined checkBox" id="strikes">check_box_outline_blank </span>
|
|
|
|
|
</p>
|
|
|
|
|
<p>Activate Invites:<span class="material-symbols-outlined info">
|
|
|
|
|
info
|
|
|
|
|
<span class="tooltip"> Allow invites to other servers on your server.</span>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="material-symbols-outlined checkBox" id="invites">check_box_outline_blank </span>
|
|
|
|
|
</p>
|
|
|
|
|
<p id="RoleRules" onclick="handleToggleRules(this)">Role rules</p>
|
|
|
|
|
<p id="Feeds" onclick="handleToggleFeeds(this)">Feeds</p>
|
|
|
|
|