Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
73366663ab | |||
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,8 @@
|
||||
// - Brett
|
||||
"\"Let's get this cock onto a tray!\"",
|
||||
// - Brett
|
||||
"\"All she needs to do is step on me\"",
|
||||
// - Brett
|
||||
"\"This is Hell, they are all prostitutes.\"",
|
||||
// - Jordyn
|
||||
"\"Isn't an asshole like a brass instrument?\"",
|
||||
|
@@ -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