Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
73366663ab | |||
42480f0c09 | |||
501b5715b0 | |||
4d3ac51569 | |||
a4cde53a63 | |||
cdd06e78d0 | |||
5229ecd6b6 | |||
7e45b51a8a | |||
5a3efb8d99 | |||
6041244174 |
@@ -4,3 +4,4 @@
|
|||||||
deploy.sh
|
deploy.sh
|
||||||
README.md
|
README.md
|
||||||
test.sh
|
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">
|
<a href="/movienight" class="iconbutton">
|
||||||
<i class="fa fa-film"></i>
|
<i class="fa fa-film"></i>
|
||||||
<h1>Movie Night</h1>
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -119,7 +119,7 @@
|
|||||||
// - Me
|
// - Me
|
||||||
"\"Glorious Soviet manmeat\"",
|
"\"Glorious Soviet manmeat\"",
|
||||||
// - Me
|
// - Me
|
||||||
"\"Ah shit, soap! I'm getting hard!\""
|
"\"Ah shit, soap! I'm getting hard!\"",
|
||||||
// - Me
|
// - Me
|
||||||
"\"Tom Nook has whores in stock\"",
|
"\"Tom Nook has whores in stock\"",
|
||||||
// - Me
|
// - Me
|
||||||
@@ -137,6 +137,8 @@
|
|||||||
// - Brett
|
// - Brett
|
||||||
"\"Let's get this cock onto a tray!\"",
|
"\"Let's get this cock onto a tray!\"",
|
||||||
// - Brett
|
// - Brett
|
||||||
|
"\"All she needs to do is step on me\"",
|
||||||
|
// - Brett
|
||||||
"\"This is Hell, they are all prostitutes.\"",
|
"\"This is Hell, they are all prostitutes.\"",
|
||||||
// - Jordyn
|
// - Jordyn
|
||||||
"\"Isn't an asshole like a brass instrument?\"",
|
"\"Isn't an asshole like a brass instrument?\"",
|
||||||
|
@@ -8,21 +8,22 @@
|
|||||||
/* GLOBALS */
|
/* GLOBALS */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-bright: #fdfcfa;
|
--background-bright: #323232;
|
||||||
--background: #ecebe9;
|
--background: #2a2a2a;
|
||||||
--line: rgba(0,0,0,0.1);
|
--line: rgba(0,0,0,0.1);
|
||||||
--greenlink: #327117;
|
--greenlink: #47b625;
|
||||||
--greenlink-hover: #47b625;
|
--greenlink-hover: #82e24f;
|
||||||
--warning: #f7cf04;
|
--warning: #f7cf04;
|
||||||
--error: #d95757;
|
--error: #d95757;
|
||||||
--link: #286a9d;
|
--link: #5da9fb;
|
||||||
--link-hover: #3ea5f3;
|
--link-hover: #81ccfb;
|
||||||
--shadow: 8px -5px rgba(0,0,0,0.1);
|
--shadow: 8px -5px rgba(0,0,0,0.1);
|
||||||
--text: #414040;
|
--text: #d9d9d9;
|
||||||
--text-code: #a7674e;
|
--text-code: #d48163;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
background: var(--background);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
Reference in New Issue
Block a user