-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from jurgen1507/main
oude paginas toegevoegd om iig iets van een site te hebben
- Loading branch information
Showing
14 changed files
with
741 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
vite.svg,1716919629472,699a02e0e68a579f687d364bbbe7633161244f35af068220aee37b1b33dfb3c7 | ||
404.css,1715719116692,cdaf92795f08247888b5346f445ea62f62c0a54d046c23acf9e9ca1960ae3c4e | ||
404.html,1715719217305,41d9a0943072c619910db69c33b2b16d4f87379ccc1e43f15d3643d6df2ba5b5 | ||
logo_dev_def_centered (1)-200w.jpg,1715719067086,ae318e0fdcf59a0a346d6791ed76b527c9bc5a4849eed3107fdc96353b6f5819 | ||
index.html,1715719477189,827100c3f45ead96a94b4d2070898236b66a4fa3758e3046b6fddc09ee6df6c1 | ||
dev logo black and white-200w.png,1715719067059,aca737c574e9220491d699fe2b9e8b627a5fdcdb7d12415e36e80c6c19ab6232 | ||
index.css,1715719077352,b1a5102b60f6f0e6d9b21dc8b9182130964a2da575e3774eecc764995d680ce2 | ||
Logo_dev_def_centered (1).jpg,1712833986666,e15efc6c7938246006ebc711e8979ec8c57a2b2d0d77345c029f47dccebe7863 | ||
screenshot 2024-05-14 223228-600w.png,1715719067156,84a5d0029ccfb83963798a2af87fc34c4a99593f93a2da5bd28bbf4c4bd59eb5 | ||
screenshot 2024-05-14 222803-1200w.png,1715719067126,dc4e7c8d17291ef6a047623ff7183b9e34d689494873edf58d50036ef91acf0e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "dispuut-website" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file was auto-generated by the Firebase CLI | ||
# https://github.com/firebase/firebase-tools | ||
|
||
name: Deploy to Firebase Hosting on merge | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
build_and_deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm ci && npm run build | ||
- uses: FirebaseExtended/action-hosting-deploy@v0 | ||
with: | ||
repoToken: ${{ secrets.GITHUB_TOKEN }} | ||
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DISPUUT_WEBSITE }} | ||
channelId: live | ||
projectId: dispuut-website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file was auto-generated by the Firebase CLI | ||
# https://github.com/firebase/firebase-tools | ||
|
||
name: Deploy to Firebase Hosting on PR | ||
on: pull_request | ||
permissions: | ||
checks: write | ||
contents: read | ||
pull-requests: write | ||
jobs: | ||
build_and_preview: | ||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm ci && npm run build | ||
- uses: FirebaseExtended/action-hosting-deploy@v0 | ||
with: | ||
repoToken: ${{ secrets.GITHUB_TOKEN }} | ||
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DISPUUT_WEBSITE }} | ||
projectId: dispuut-website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.not-found-container { | ||
width: 100%; | ||
display: flex; | ||
overflow: auto; | ||
min-height: 100vh; | ||
align-items: center; | ||
flex-direction: column; | ||
justify-content: center; | ||
} | ||
.not-found-container1 { | ||
display: flex; | ||
position: relative; | ||
align-items: center; | ||
flex-direction: column; | ||
justify-content: center; | ||
} | ||
.not-found-text1 { | ||
color: rgb(38, 38, 38); | ||
font-size: 252px; | ||
margin-top: -20px; | ||
font-weight: 900; | ||
margin-bottom: -20px; | ||
letter-spacing: -20px; | ||
} | ||
.not-found-container2 { | ||
width: 421px; | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
justify-content: center; | ||
} | ||
.not-found-text2 { | ||
text-align: center; | ||
font-weight: 400; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>404 - Not Found</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta charset="utf-8" /> | ||
<meta property="twitter:card" content="summary_large_image" /> | ||
|
||
<style data-tag="reset-style-sheet"> | ||
</style> | ||
<style data-tag="default-style-sheet"> | ||
html { | ||
font-family: Noto Sans; | ||
font-size: 16px; | ||
} | ||
|
||
body { | ||
font-weight: 400; | ||
font-style:normal; | ||
text-decoration: none; | ||
text-transform: none; | ||
letter-spacing: normal; | ||
line-height: 1.15; | ||
color: var(--dl-color-theme-neutral-dark); | ||
background-color: var(--dl-color-theme-neutral-light); | ||
|
||
fill: var(--dl-color-theme-neutral-dark); | ||
} | ||
</style> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/animate.css" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" | ||
data-tag="font" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" | ||
data-tag="font" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css" | ||
/> | ||
</head> | ||
<body> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<div> | ||
<link href="./404.css" rel="stylesheet" /> | ||
|
||
<div class="not-found-container"> | ||
<h3>OOPS! PAGE NOT FOUND</h3> | ||
<div class="not-found-container1"> | ||
<h1 class="not-found-text1">404</h1> | ||
</div> | ||
<div class="not-found-container2"> | ||
<h2 class="not-found-text2"> | ||
WE ARE SORRY, BUT THE PAGE YOU REQUESTED WAS NOT FOUND | ||
</h2> | ||
</div> | ||
</div> | ||
</div> | ||
<script | ||
defer="" | ||
src="https://unpkg.com/@teleporthq/teleport-custom-scripts" | ||
></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.