Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
38 changes: 38 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Avicus Archive</title>
<meta name="description" content="The Avicus archive is temporarily offline while we consider future updates." />
<meta property="og:title" content="Avicus Archive" />
<meta property="og:description" content="The Avicus archive is temporarily offline while we evaluate next steps." />
<meta property="og:type" content="website" />
<meta name="theme-color" content="#212121" />
<meta name="archive-years" content="2013-2017" />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href="assets/css/main.css" rel="stylesheet" />
</head>
<body>
<div class="overlay z-depth-3">
<h1>Avicus Archive</h1>
<div class="center-align" style="margin-top:20px; display:flex; flex-wrap:wrap; justify-content:center; gap:10px;">
<a class="btn discord-btn" href="https://discord.gg/avicus" target="_blank" rel="noopener" style="white-space:nowrap;"><i class="material-icons left">chat</i> Join the Discord</a>
</div>

<div class="row" style="margin-top:20px; margin-left:0; margin-right:0;display:flex;justify-content:center;">
<h3>Could not find the specified page.</h3>
</div>


<footer>
© <span id="years"></span> Avicus Network • <a href="https://github.com/Avicus" target="_blank" rel="noopener">GitHub</a> • <a href="https://discord.gg/avicus" target="_blank" rel="noopener">Discord</a>
</footer>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="./src/years.js"></script>
</body>
</html>
161 changes: 161 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
html, body {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
}

body {
background: url('../img/pattern.png') center center fixed;
background-size: 1500px 1500px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
backdrop-filter: brightness(0.45) saturate(1.1);
box-sizing: border-box;
position: relative;
}

.overlay {
background: rgba(18, 18, 18, 0.9);
border-radius: 16px;
padding: 40px;
max-width: 820px;
width: 95%;
box-shadow: 0 8px 20px rgba(0,0,0,0.5);
overflow: hidden;
z-index: 1;
}

h1 {
font-weight: 700;
margin-bottom: 10px;
color: #ffffff;
text-align: center;
}

.chip {
background-color: #d32f2f;
color: #fff;
font-weight: 600;
display: inline-flex;
align-items: center;
justify-content: center;
}

p, .collection .collection-item span, footer, .collection .collection-item {
color: #f5f5f5 !important;
}

.collection .collection-item {
background-color: #263238 !important;
border: none !important;
}

a {
color: #80cbc4;
}

.discord-btn {
background-color:#5865F2 !important;
color:#fff !important;
font-weight:700;
letter-spacing:.2px;
}

.stat {
display:flex;
align-items:center;
gap:10px;
padding:12px 16px;
border-radius:12px;
background:#1e272b;
flex-wrap: wrap;
}

.stat strong {
font-size:1.15rem;
color:#fff;
}

.stat small {
color:#cfd8dc;
display:block;
line-height:1.2;
}

footer {
margin-top: 20px;
text-align: center;
color: #e0e0e0;
}

footer a {
color: #80cbc4;
}

.unofficial-badge {
background-color:#ff9800;
color:#000;
font-weight:700;
border-radius:8px;
padding:4px 10px;
margin-left:10px;
font-size:.8rem;
}

.floating-quote {
position:absolute;
width:260px;
background:rgba(18,18,18,0.85);
border:1px solid #3a4448;
border-radius:12px;
padding:10px 14px;
box-shadow:0 6px 16px rgba(0,0,0,0.4);
font-style:italic;
color:#cfd8dc;
text-align:center;
}

.quote-header {
font-weight:700;
font-size:0.85rem;
text-transform:uppercase;
color:#80cbc4;
margin-bottom:4px;
letter-spacing:0.8px;
}

#left-quote {
left:8%;
top:18%;
}

#right-quote {
right:8%;
top:18%;
}

.fade {
animation: fadeSwap .6s ease;
}

@keyframes fadeSwap {
from {
opacity:.2;
transform: translateY(4px);
}

to {
opacity:1;
transform:none;
}
}

@media (max-width: 900px) {
#left-quote, #right-quote {
display:none;
}
}
48 changes: 48 additions & 0 deletions assets/css/player.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.player-overlay {
max-width: 1280px;
}

.player-info {
display: flex;

span#player-name {
font-size: 1.5rem;
margin-left: 0.75rem;
margin-top: 1rem;
}
}

.player-badge {
padding: 4px 8px;
text-align: center;
border-radius: 8px;
margin: 0;
}

.player-stat-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
padding: 12px 16px;
border-radius: 12px;
background:#1e272b;
flex-wrap: wrap;
}

.player-card {
display: flex;
flex-direction: column;
gap: 10px;
padding: 12px 16px;
border-radius: 12px;
background:#212121;
flex-wrap: wrap;
}

.player-stat {
display: flex;
flex-direction: column;
align-items: center;
}
File renamed without changes
2 changes: 2 additions & 0 deletions assets/js/moment.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/categories/1504.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/categories/1504/discussions/02b9505c0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":25782,"author":"ImRaging","body":"so the appeal system is broken doesnt work when i click send appeal it comes up with error code\u003cbr\u003e\u003cbr\u003ei can just copy pasta my appeal here or im a \u0026nbsp;in slack ok\u003cbr\u003e\u003cbr\u003ebye","body_tagged":"so the appeal system is broken doesnt work when i click send appeal it comes up with error code\u003cbr\u003e\u003cbr\u003ei can just copy pasta my appeal here or im a \u0026nbsp;in slack ok\u003cbr\u003e\u003cbr\u003ebye","created_at":1482838714,"title":"broken","replies":[]}
1 change: 1 addition & 0 deletions data/categories/1504/discussions/0364ed275.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":24734,"author":"Murphh","body":"Hi Seniors!\u003cbr\u003e\u003cbr\u003eAfter playing on the scrim server yesterday, I have a few questions and\u0026nbsp;requests.\u003cbr\u003e\u003cbr\u003e1) \u003cb\u003eIs it okay for everyone to be using 'creative mode' during the scrim or only the leaders? \u0026nbsp;\u003c/b\u003e\u003cbr\u003eWe were making a custom PVP battle arena and it was necessary for everyone to be in creative to help design the arena. Just checking in to make sure that's okay.\u003cbr\u003e\u003cbr\u003e2) \u003cb\u003eCan a few more loved maps be added\u003c/b\u003e to\u0026nbsp;\u003ca href=\"https://maps.avicus.net/atlas/\" title=\"Link: https://maps.avicus.net/atlas/\"\u003ehttps://maps.avicus.net/atlas/\u003c/a\u003e\u0026nbsp;maybe the storage folder (idk)?\u003cbr\u003eOur team would like to play on some older maps like...\u003cbr\u003e\u003cul\u003e\u003cli\u003eTheFall - CTH\u003c/li\u003e\u003cli\u003eGladiator-TDM\u003c/li\u003e\u003cli\u003eLuar-DTM\u003c/li\u003e\u003cli\u003eRavanged-TDM\u003c/li\u003e\u003cli\u003eYinYang-TDM\u003c/li\u003e\u003cli\u003eIlluminati-TDM\u003c/li\u003e\u003c/ul\u003eI didn't try to access any of these maps yet, but I couldn't find them in any folders under 'atlas', so I'm assuming we can't play them.\u003cbr\u003e\u003cbr\u003e\u0026nbsp;3) \u003cb\u003eAre there any others scrim server commands that\u0026nbsp;I need?\u003c/b\u003e or should know about?\u003cbr\u003e/start\u003cbr\u003e/end\u003cbr\u003e/cycle\u003cbr\u003e/sn [map] \u0026nbsp;\u0026lt;====== Is it true that I can only /setnext during a match? I get error messages a lot.\u003cbr\u003e/scrim invite [teamtag]\u003cbr\u003e/scrim invite -p [player]\u003cbr\u003e/gamemode 0/1 [player] \u0026nbsp; \u0026lt;==== Can I globally set all players to a certain gamemode?\u003cbr\u003e\u003cbr\u003eThanks in advance for the feedback!! :)","body_tagged":"Hi Seniors!\u003cbr\u003e\u003cbr\u003eAfter playing on the scrim server yesterday, I have a few questions and\u0026nbsp;requests.\u003cbr\u003e\u003cbr\u003e1) \u003cb\u003eIs it okay for everyone to be using 'creative mode' during the scrim or only the leaders? \u0026nbsp;\u003c/b\u003e\u003cbr\u003eWe were making a custom PVP battle arena and it was necessary for everyone to be in creative to help design the arena. Just checking in to make sure that's okay.\u003cbr\u003e\u003cbr\u003e2) \u003cb\u003eCan a few more loved maps be added\u003c/b\u003e to\u0026nbsp;\u003ca href=\"https://maps.avicus.net/atlas/\" title=\"Link: https://maps.avicus.net/atlas/\"\u003ehttps://maps.avicus.net/atlas/\u003c/a\u003e\u0026nbsp;maybe the storage folder (idk)?\u003cbr\u003eOur team would like to play on some older maps like...\u003cbr\u003e\u003cul\u003e\u003cli\u003eTheFall - CTH\u003c/li\u003e\u003cli\u003eGladiator-TDM\u003c/li\u003e\u003cli\u003eLuar-DTM\u003c/li\u003e\u003cli\u003eRavanged-TDM\u003c/li\u003e\u003cli\u003eYinYang-TDM\u003c/li\u003e\u003cli\u003eIlluminati-TDM\u003c/li\u003e\u003c/ul\u003eI didn't try to access any of these maps yet, but I couldn't find them in any folders under 'atlas', so I'm assuming we can't play them.\u003cbr\u003e\u003cbr\u003e\u0026nbsp;3) \u003cb\u003eAre there any others scrim server commands that\u0026nbsp;I need?\u003c/b\u003e or should know about?\u003cbr\u003e/start\u003cbr\u003e/end\u003cbr\u003e/cycle\u003cbr\u003e/sn [map] \u0026nbsp;\u0026lt;====== Is it true that I can only /setnext during a match? I get error messages a lot.\u003cbr\u003e/scrim invite [teamtag]\u003cbr\u003e/scrim invite -p [player]\u003cbr\u003e/gamemode 0/1 [player] \u0026nbsp; \u0026lt;==== Can I globally set all players to a certain gamemode?\u003cbr\u003e\u003cbr\u003eThanks in advance for the feedback!! :)","created_at":1476027963,"title":"Scrim Server Questions/Requests","replies":[{"id":338337,"author":"ProfessorUtonium","body":"1)\u003cbr\u003eIt's your scrim server so you would be fine. Just don't abuse during actual matches against other teams.\u003cbr\u003e\u003cbr\u003e2)\u003cbr\u003eUnless the map developers have a reason to add these maps other than for everyone's enjoyment on scrim servers, then it's a no because we don't really need these maps in our repository unless we have certain events for throwback. Also CTH isn't a thing so even if you wanted The Fall, there would be no kits and it would only be KOTH\u003cbr\u003e\u003cbr\u003e3)\u003cbr\u003eThose are the only commands that you need","body_tagged":"1)\u003cbr\u003eIt's your scrim server so you would be fine. Just don't abuse during actual matches against other teams.\u003cbr\u003e\u003cbr\u003e2)\u003cbr\u003eUnless the map developers have a reason to add these maps other than for everyone's enjoyment on scrim servers, then it's a no because we don't really need these maps in our repository unless we have certain events for throwback. Also CTH isn't a thing so even if you wanted The Fall, there would be no kits and it would only be KOTH\u003cbr\u003e\u003cbr\u003e3)\u003cbr\u003eThose are the only commands that you need","created_at":1476028520},{"id":338340,"author":"ALM","body":"2) You can \u003ccode\u003e/sn\u003c/code\u003e any map in that folder. This may change","body_tagged":"2) You can \u003ccode\u003e/sn\u003c/code\u003e any map in that folder. This may change","created_at":1476030317}]}
1 change: 1 addition & 0 deletions data/categories/1504/discussions/04339342f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":25023,"author":"Phjilip","body":"\u003cb\u003eI need help!\u003c/b\u003e\u003cbr\u003e\u003cb\u003eI can't enter my profile on the avicus website anymore:\u0026nbsp;\u003ca href=\"http://imgur.com/a/TXg7E\" target=\"_blank\" rel=\"nofollow\" title=\"Link: http://imgur.com/a/TXg7E\"\u003ehttp://imgur.com/a/TXg7E\u003c/a\u003e \u003c/b\u003e\u003cbr\u003e\u003cb\u003eI changed my name a month ago, but now I can't look at my profile, alerts, friends, appeals, edit profile or edit profile.\u003c/b\u003e\u003cbr\u003e\u003cb\u003eSo I thought mayby this is a website problem where the seniors can help me! :)\u003c/b\u003e\u003cbr\u003e\u003cb\u003eI hope you can fix it!\u0026nbsp;\u003cbr\u003e\u003c/b\u003e(hopefully is this enough information)\u003cbr\u003e\u003cbr\u003eRegards, Phil","body_tagged":"\u003cb\u003eI need help!\u003c/b\u003e\u003cbr\u003e\u003cb\u003eI can't enter my profile on the avicus website anymore:\u0026nbsp;\u003ca href=\"http://imgur.com/a/TXg7E\" target=\"_blank\" rel=\"nofollow\" title=\"Link: http://imgur.com/a/TXg7E\"\u003ehttp://imgur.com/a/TXg7E\u003c/a\u003e \u003c/b\u003e\u003cbr\u003e\u003cb\u003eI changed my name a month ago, but now I can't look at my profile, alerts, friends, appeals, edit profile or edit profile.\u003c/b\u003e\u003cbr\u003e\u003cb\u003eSo I thought mayby this is a website problem where the seniors can help me! :)\u003c/b\u003e\u003cbr\u003e\u003cb\u003eI hope you can fix it!\u0026nbsp;\u003cbr\u003e\u003c/b\u003e(hopefully is this enough information)\u003cbr\u003e\u003cbr\u003eRegards, Phil","created_at":1479025923,"title":"I can't enter my profile on the site, HELP","replies":[]}
1 change: 1 addition & 0 deletions data/categories/1504/discussions/078b711e2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":26275,"author":"kon333","body":"Hey,\u0026nbsp;\u003cbr\u003e\u003cbr\u003eI am writing to ask if you could please change the badge shop's layout. Possibly the badges in it aswell. Firstly i think i speak on behalf of everyone when i say that the badge shop was a bit of a let down, compared to before the update. It is just too messy and disorganised. Secondly there are only rubbish badges in the shop, meaning im not going to be spending any extra time on Avicus trying to get lots of credits, as there is nothing good to spend them on.\u003cbr\u003e\u003cbr\u003eCan you please just change the shop back to how it was before the update with the colours and everything?","body_tagged":"Hey,\u0026nbsp;\u003cbr\u003e\u003cbr\u003eI am writing to ask if you could please change the badge shop's layout. Possibly the badges in it aswell. Firstly i think i speak on behalf of everyone when i say that the badge shop was a bit of a let down, compared to before the update. It is just too messy and disorganised. Secondly there are only rubbish badges in the shop, meaning im not going to be spending any extra time on Avicus trying to get lots of credits, as there is nothing good to spend them on.\u003cbr\u003e\u003cbr\u003eCan you please just change the shop back to how it was before the update with the colours and everything?","created_at":1486165755,"title":"Badge Shop","replies":[]}
1 change: 1 addition & 0 deletions data/categories/1504/discussions/07fc2a4f0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":28087,"author":"lactify","body":"So, 2 months ago, I got demoted for inactivity and posting a screamer on discord. I would like to be staff again, but the question is, should I apply. I mean, ive been demoted from the staff team twice, mainly for inactivity reasons, I still have like a month of holidays, so I would be greatly active and such. I just need the Sr Staff Teams opinions. ty","body_tagged":"So, 2 months ago, I got demoted for inactivity and posting a screamer on discord. I would like to be staff again, but the question is, should I apply. I mean, ive been demoted from the staff team twice, mainly for inactivity reasons, I still have like a month of holidays, so I would be greatly active and such. I just need the Sr Staff Teams opinions. ty","created_at":1502424039,"title":"Applying for Staff","replies":[{"id":378791,"author":"Crazy_","body":"So you're wondering if it's worth applying?\u003cbr\u003e\u003cbr\u003eYou can if you want, but I'd say your chances of being accepted are low.","body_tagged":"So you're wondering if it's worth applying?\u003cbr\u003e\u003cbr\u003eYou can if you want, but I'd say your chances of being accepted are low.","created_at":1502482960}]}
1 change: 1 addition & 0 deletions data/categories/1504/discussions/08a735ac7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":23409,"author":"_Courtney","body":"Not sure if this in the right place, or a dumb question. This website just confuses me a bit.\u003cbr\u003e\u003cbr\u003eHow do I change my profile picture to a picture that I want? (upload from my computer). I verified my email and all that, but I'm still not very sure what I'm doing.\u0026nbsp;\u003cbr\u003e\u003cbr\u003eCan anyone help? Thanks!","body_tagged":"Not sure if this in the right place, or a dumb question. This website just confuses me a bit.\u003cbr\u003e\u003cbr\u003eHow do I change my profile picture to a picture that I want? (upload from my computer). I verified my email and all that, but I'm still not very sure what I'm doing.\u0026nbsp;\u003cbr\u003e\u003cbr\u003eCan anyone help? Thanks!","created_at":1469403621,"title":"How do I change my Avatar?","replies":[{"id":322449,"author":"Protel","body":"\u003ca href=\"https://avicus.net/forums/discussions/d5488b78b\"\u003ehttps://avicus.net/forums/discussions/d5488b78b\u003c/a\u003e","body_tagged":"\u003ca href=\"https://avicus.net/forums/discussions/d5488b78b\"\u003ehttps://avicus.net/forums/discussions/d5488b78b\u003c/a\u003e","created_at":1469412262}]}
Loading