Skip to content

Commit 7b74d90

Browse files
committed
[UPDATE] file architecture for the website
1 parent 702a634 commit 7b74d90

File tree

227 files changed

+117
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+117
-66
lines changed

docker-compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
services:
2+
frontend:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile
6+
ports:
7+
- "80:80"
8+
container_name: frontend_website
File renamed without changes.

front/html/.gitkeep

Whitespace-only changes.

front/html/manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

front/html/api/v1/oauth/callback/index.html renamed to html/api/v1/oauth/callback/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
7-
<title>Dashboard</title>
7+
<title>Asperboard</title>
88
<meta name="theme-color" content="#86c8ed">
9-
<link rel="canonical" href="https://dashboard.pingpal.news/api/v1/oauth/callback/">
10-
<meta property="og:url" content="https://dashboard.pingpal.news/api/v1/oauth/callback/">
11-
<meta name="twitter:title" content="Dashboard">
9+
<link rel="canonical" href="https://asperboard.pingpal.news/api/v1/oauth/callback/">
10+
<meta property="og:url" content="https://asperboard.pingpal.news/api/v1/oauth/callback/">
11+
<meta name="twitter:title" content="Asperboard">
1212
<meta name="author" content="Henry LETELLIER,">
1313
<meta name="robots" content="index, follow, max-image-preview:standard">
1414
<meta name="copyright" content="© Henry Letellier">
1515
<meta name="publisher" content="Henry Letellier">
1616
<meta property="og:type" content="website">
1717
<meta name="twitter:card" content="summary_large_image">
18-
<meta name="twitter:description" content="This is the epitech rattrapage project to allow one to see general information about what they wish from the offered api endpoints.">
19-
<meta name="description" content="This is the epitech rattrapage project to allow one to see general information about what they wish from the offered api endpoints.">
20-
<meta property="og:image" content="https://dashboard.pingpal.news/assets/img/DashBoard logo.png">
18+
<meta name="twitter:description" content="This is the mockup of the project Asperboard. So far it contains the connection page, a mockup for the asperboard, discuss, follow up, logout. This mockup is front-end only, any data is only stored locally.">
19+
<meta name="description" content="This is the mockup of the project Asperboard. So far it contains the connection page, a mockup for the asperboard, discuss, follow up, logout. This mockup is front-end only, any data is only stored locally.">
20+
<meta property="og:image" content="https://asperboard.pingpal.news/assets/img/DashBoard logo.png">
2121
<link rel="icon" type="image/png" sizes="912x1036" href="../../../../assets/img/DashBoard%20logo.png">
2222
<link rel="icon" type="image/png" sizes="912x1036" href="../../../../assets/img/DashBoard%20logo.png" media="(prefers-color-scheme: dark)">
2323
<link rel="icon" type="image/png" sizes="912x1036" href="../../../../assets/img/DashBoard%20logo.png">
@@ -40,7 +40,7 @@
4040
<script src="../../../../assets/bootstrap/js/bootstrap.min.js"></script>
4141
<script src="../../../../assets/js/callback/redirect.js"></script>
4242
<script src="../../../../assets/js/clearer.js"></script>
43-
<script src="../../../../assets/js/dashboard/logout.js"></script>
43+
<script src="../../../../assets/js/asperboard/logout.js"></script>
4444
<script src="../../../../assets/js/font-selector.js"></script>
4545
<script src="../../../../assets/js/modules/constants.mjs" type="module"></script>
4646
<script src="../../../../assets/js/modules/cookies.mjs" type="module"></script>
@@ -52,4 +52,4 @@
5252
<script src="../../../../assets/js/spacer.js"></script>
5353
</body>
5454

55-
</html>
55+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

front/html/assets/bootstrap/css/bootstrap-grid.min.css.map renamed to html/assets/bootstrap/css/bootstrap-grid.min.css.map

File renamed without changes.

0 commit comments

Comments
 (0)