Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
1afd47e9dd | |||
c25a3e88a1 | |||
f8e0613db8 | |||
42480f0c09 | |||
501b5715b0 | |||
4d3ac51569 | |||
a4cde53a63 | |||
cdd06e78d0 | |||
5229ecd6b6 | |||
7e45b51a8a | |||
5a3efb8d99 |
@@ -4,3 +4,4 @@
|
||||
deploy.sh
|
||||
README.md
|
||||
test.sh
|
||||
Jenkinsfile
|
||||
|
19
Jenkinsfile
vendored
Normal file
19
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'morlay/buildx:607a2ce'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'BUILD'
|
||||
}
|
||||
}
|
||||
stage('Build Tag') {
|
||||
steps {
|
||||
echo 'BUILD TAG'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -32,7 +32,7 @@
|
||||
<a href="/movienight" class="iconbutton">
|
||||
<i class="fa fa-film"></i>
|
||||
<h1>Movie Night</h1>
|
||||
<p>Take a set, pop some popcorn, and watch a movie with da bois. Anybody can host if they want</p>
|
||||
<p>Take a seat, pop some popcorn, and watch a movie with da bois. Anybody can host if they want</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -137,6 +137,10 @@
|
||||
// - Brett
|
||||
"\"Let's get this cock onto a tray!\"",
|
||||
// - Brett
|
||||
"\"All she needs to do is step on me\"",
|
||||
// - Brett
|
||||
"\"Fuck toy\"",
|
||||
// - Brett, on accident
|
||||
"\"This is Hell, they are all prostitutes.\"",
|
||||
// - Jordyn
|
||||
"\"Isn't an asshole like a brass instrument?\"",
|
||||
|
@@ -1,67 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||
<link href="/startpage/styles/styles.css" type="text/css" rel="stylesheet"/>
|
||||
<title>New Tab</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<form class="search-form" id="sp-search-form" action="https://www.startpage.com/do/dsearch" method="post">
|
||||
<input type="text" name="query" class="search-input" placeholder="search" autofocus />
|
||||
</form>
|
||||
</div>
|
||||
<div class="content">
|
||||
<!-- LABBITY -->
|
||||
<div class="spsection">
|
||||
<div class="spsubsection">
|
||||
<h4>Quicklinks</h4>
|
||||
<a href="https://nc.desu.ltd/index.php/apps/files">Files</a>
|
||||
<a href="https://nc.desu.ltd/index.php/apps/calendar">Calendar</a>
|
||||
<a href="https://nc.desu.ltd/index.php/apps/news">Feed</a>
|
||||
</div>
|
||||
<div class="spsubsection">
|
||||
<h4>desu.ltd</h4>
|
||||
<a href="https://git.desu.ltd">Gitea</a>
|
||||
<a href="https://netbox.desu.ltd">Netbox</a>
|
||||
<a href="https://nagios.desu.ltd">Nagios</a>
|
||||
</div>
|
||||
<div class="spsubsection">
|
||||
<h4>Others</h4>
|
||||
<a href="https://9iron.club">9iron</a>
|
||||
<a href="http://local.desu.ltd">Localnet</a>
|
||||
</div>
|
||||
<div class="spsubsection">
|
||||
<h4>Resources</h4>
|
||||
<a href="https://console.aws.amazon.com">AWS Dashboard</a>
|
||||
<a href="https://domains.google.com/">Google Domains</a>
|
||||
<a href="https://cloud.linode.com/dashboard">Linode Dashboard</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- FUN -->
|
||||
<div class="spsection">
|
||||
<div class="spsubsection">
|
||||
<h4>Fedi</h4>
|
||||
<a href="https://cowfee.moe">Cowfee</a>
|
||||
<a href="https://tube.seriousposter.club/r/seriousposters#">SPCTube</a>
|
||||
</div>
|
||||
<div class="spsubsection">
|
||||
<h4>Imageboards</h4>
|
||||
<a href="https://8chan.moe">8chan.moe</a>
|
||||
<a href="https://smuglo.li">smuglo.li</a>
|
||||
</div>
|
||||
<div class="spsubsection">
|
||||
<h4>Projects</h4>
|
||||
<a href="https://itazuraneko.neocities.org/learn/guide.html">Learn Japanese</a>
|
||||
</div>
|
||||
<div class="spsubsection">
|
||||
<h4>Other</h4>
|
||||
<a href="https://tcrf.net">TCRF</a>
|
||||
<a href="http://www.vgmpf.com">VGMPF</a>
|
||||
<a href="https://git.axiodl.com/AxioDL/urde">URDE</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="quote"><?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-inspiration.php';?></div>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||
</body>
|
||||
</html>
|
@@ -1,66 +0,0 @@
|
||||
/*
|
||||
* startpage.css
|
||||
* Copyright (C) 2018 salt
|
||||
*
|
||||
* Distributed under terms of the MIT license.
|
||||
*/
|
||||
|
||||
/* GLOBALS */
|
||||
|
||||
h3 {
|
||||
font-size: 70%;
|
||||
letter-spacing: 1em;
|
||||
margin: auto;
|
||||
padding-top: 2em 0 1em 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
h4 {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* SEARCH BAR */
|
||||
|
||||
.search-form {
|
||||
margin: auto;
|
||||
max-width: 32em;
|
||||
padding: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
.search-input {
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--link);
|
||||
color: var(--text-color);
|
||||
font-size: 16px;
|
||||
font-family: var(--font);
|
||||
padding: 0.25em;
|
||||
transition: .04s ease-in;
|
||||
width: 100%;
|
||||
}
|
||||
.search-input:hover,
|
||||
.search-input:focus {
|
||||
border-bottom: 1px solid var(--link-hover);
|
||||
}
|
||||
|
||||
/* SECTIONS */
|
||||
|
||||
div.spsection{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
grid-template-rows: auto auto auto auto auto;
|
||||
margin: 1em;
|
||||
}
|
||||
div.spsubsection a {
|
||||
background: var(--background-bright);
|
||||
border-radius: 8px;
|
||||
box-shadow: 5px 5px var(--shadow);
|
||||
display: block;
|
||||
margin: 0.25em;
|
||||
padding: 0.5em;
|
||||
text-align: center;
|
||||
}
|
||||
div.spsubsection a:hover {
|
||||
background: var(--link-hover);
|
||||
color: var(--background);
|
||||
}
|
@@ -8,21 +8,22 @@
|
||||
/* GLOBALS */
|
||||
|
||||
:root {
|
||||
--background-bright: #fdfcfa;
|
||||
--background: #ecebe9;
|
||||
--background-bright: #323232;
|
||||
--background: #2a2a2a;
|
||||
--line: rgba(0,0,0,0.1);
|
||||
--greenlink: #327117;
|
||||
--greenlink-hover: #47b625;
|
||||
--greenlink: #47b625;
|
||||
--greenlink-hover: #82e24f;
|
||||
--warning: #f7cf04;
|
||||
--error: #d95757;
|
||||
--link: #286a9d;
|
||||
--link-hover: #3ea5f3;
|
||||
--link: #5da9fb;
|
||||
--link-hover: #81ccfb;
|
||||
--shadow: 8px -5px rgba(0,0,0,0.1);
|
||||
--text: #414040;
|
||||
--text-code: #a7674e;
|
||||
--text: #d9d9d9;
|
||||
--text-code: #d48163;
|
||||
}
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
background: var(--background);
|
||||
}
|
||||
body {
|
||||
background: var(--background);
|
||||
|
Reference in New Issue
Block a user