Skip to content

Commit

Permalink
deploy with Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
GithubAction committed Oct 14, 2024
0 parents commit 5963ef8
Show file tree
Hide file tree
Showing 25 changed files with 341 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="zh-Hant-TW" data-bs-theme="light">

<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="icon" href="/favicon/favicon.ico" />
<meta property="og:title" content="404 |六 角學院">
<meta property="og:description" content="一次付費,終身複習,隨著時代更新的線上數位教材,透過國際知名 Udemy 線上教育平台,我們致力於優化程式教育的流程。">
<meta property="og:image" content="/12888559_608979252584725_2061282693707058663_o.png">
<meta property="og:site_name" content="六角學院">
<meta property="og:locale" content="zh_TW">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Not Found | 六角學院</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</head>
<style>
html, body {
max-height: 100vh;
min-height: 90vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #272626;
}
</style>
<body>

<div class="container text-white">
<div class="text-center display-1">
<i class="bi bi-exclamation-octagon"></i>
<h1>404 Not Found</h1>
<p class="h4 mb-5">Oops!你似乎迷路了</p>
</div>
<div class="h4">
<p>錯誤說明:</p>
<p>這個頁面可能不存在</p>
</div>

<div class="mt-5 h5">
你可以點此 <a href="https://rpg.hexschool.com/#/" class="text-white">回到首頁</a>,或等待 <span id="countdown">5</span> 秒後自動跳轉。
</div>

<div class="text-center mt-5">
<img src="/hex-logo-center.png" alt="六角學院" width="50" height="50">
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>

<script>
let countdown = 5;
let countdownEl = document.getElementById('countdown');
let timer = setInterval(() => {
countdown--;
countdownEl.textContent = countdown;
if (countdown === 0) {
clearInterval(timer);
window.location.href = 'https://rpg.hexschool.com/#/';
}
}, 1000);
</script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-hex-assistant.hexschool.io
1 change: 1 addition & 0 deletions assets/QuestionsView.d5083a88.js

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions assets/TasksView.aaa52f0b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/TasksView.ec268fc1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.reply .ql-editor{height:150px}
Binary file added assets/bootstrap-icons.999550fa.woff
Binary file not shown.
Binary file added assets/bootstrap-icons.cfe45b98.woff2
Binary file not shown.
Binary file added assets/defaultAvatar.6a93cc93.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions assets/formatUrl.12c7b985.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/formatUrl.ff674655.css

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions assets/index.97e79048.css

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions assets/index.e111e784.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
Binary file added favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
Binary file added hex-logo-center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="zh-Hant-TW" data-bs-theme="light">

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/hex-logo-center.png" />
<meta property="og:title" content="助教系統 | 六角學院">
<meta property="og:description" content="一次付費,終身複習,隨著時代更新的線上數位教材,透過國際知名 Udemy 線上教育平台,我們致力於優化程式教育的流程。">
<meta property="og:image" content="/12888559_608979252584725_2061282693707058663_o.png">
<meta property="og:site_name" content="六角學院">
<meta property="og:locale" content="zh_TW">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>助教系統 | 六角學院</title>
<script type="module" crossorigin src="/assets/index.e111e784.js"></script>
<link rel="stylesheet" href="/assets/index.97e79048.css">
</head>

<body>
<noscript>
<strong>請啟用 JavaScript,否則 HexSchool 將會無法正常運作。</strong>
</noscript>
<div id="app"></div>

</body>

</html>
1 change: 1 addition & 0 deletions logo-rpg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rjpHeSm.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5963ef8

Please sign in to comment.