Compare commits

..

4 Commits

2 changed files with 5 additions and 50 deletions

48
Jenkinsfile vendored
View File

@ -1,48 +0,0 @@
pipeline {
agent any
tools {
nodejs 'NodeJS'
}
stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Install Dependencies') {
steps {
dir('birthday_web_ui') {
sh 'npm install'
}
}
}
stage('Lint') {
steps {
dir('birthday_web_ui') {
sh 'npm run lint'
}
}
}
stage('Build') {
steps {
dir('birthday_web_ui') {
sh 'npm run build'
}
}
}
}
post {
success {
echo 'Build successful!'
}
failure {
echo 'Build failed!'
}
}
}

View File

@ -3,18 +3,21 @@
import nananJPG from '$lib/assets/nanan.jpg';
</script>
<header><span>IT'S ME NANAN!</span><HomeButton/></header>
<h1><p id="itsme">IT'S ME NANAN!</p><HomeButton/></h1>
<img id="nananimg" src={nananJPG} alt="David eating pansit"/>
<style>
header {
h1 {
background-color:purple;
font-size:x-large;
align-content:center;
}
#itsme{
color:white;
}
#nananimg {
width: 75vw;