Skip to content

Commit c5cd06a

Browse files
committed
πŸŽ‰ Updated Version ✨
1 parent 90afb38 commit c5cd06a

File tree

28 files changed

+908
-820
lines changed

28 files changed

+908
-820
lines changed

β€Ž.htaccessβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RewriteCond %{HTTPS} off
44
RewriteCond %{HTTP:X-Forwarded-Proto} !https
55
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
66
Options -Indexes
7-
ErrorDocument 400 https://pdc-fallsem.42web.io/error/400.htm
8-
ErrorDocument 401 https://pdc-fallsem.42web.io/error/401.htm
9-
ErrorDocument 403 https://pdc-fallsem.42web.io/error/403.htm
10-
ErrorDocument 404 https://pdc-fallsem.42web.io/error/404.htm
11-
ErrorDocument 501 https://pdc-fallsem.42web.io/error/501.htm
12-
ErrorDocument 503 https://pdc-fallsem.42web.io/error/503.htm
7+
ErrorDocument 400 https://athena-dbms.42web.io/error/400.htm
8+
ErrorDocument 401 https://athena-dbms.42web.io/error/401.htm
9+
ErrorDocument 403 https://athena-dbms.42web.io/error/403.htm
10+
ErrorDocument 404 https://athena-dbms.42web.io/error/404.htm
11+
ErrorDocument 501 https://athena-dbms.42web.io/error/501.htm
12+
ErrorDocument 503 https://athena-dbms.42web.io/error/503.htm

β€Žabout/index.phpβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>About</title>
1212
<meta name="HandheldFriendly" content="True" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
14-
<link rel="icon" type="image/jpg" href="https://pdc-fallsem.42web.io/account/img/logo.ico" />
14+
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
1515
<link rel="preload" href="../assets/css/appb222.css?v=214a6e5c0e" as="style" />
1616
<link rel="preload" href="../assets/js/manifestb222.js?v=214a6e5c0e" as="script" />
1717
<link rel="preload" href="../assets/js/vendor/content-api.minb222.js?v=214a6e5c0e" as="script" />
@@ -134,7 +134,7 @@
134134
foreach(array_slice($temp,0,3) as $a){
135135
?>
136136
<div class="glide__slide">
137-
<a href="https://pdc-fallsem.42web.io/post.php?post_link=<?=$a['id']?>" class="m-recent-article">
137+
<a href="https://athena-dbms.42web.io/post.php?post_link=<?=$a['id']?>" class="m-recent-article">
138138
<div class="m-recent-article__picture ">
139139
<img src="<?=$a['header']?>" onerror=this.src='../account/img/default.png' loading="lazy" alt="">
140140
</div>
@@ -154,7 +154,7 @@
154154
<ul>
155155
<?php foreach(getAllCategory($con) as $category){ ?>
156156
<li>
157-
<a href="https://pdc-fallsem.42web.io/tag/posts.php?category_id=<?=$category['id']?>"><?=$category['name']?></a>
157+
<a href="https://athena-dbms.42web.io/tag/posts.php?category_id=<?=$category['id']?>"><?=$category['name']?></a>
158158
</li>
159159
<?php } ?>
160160
</ul>
@@ -233,7 +233,7 @@
233233
<a href="../contact/index.php">Contact</a>
234234
</li>
235235
<li class="nav-contact">
236-
<a href="https://pdc-fallsem.42web.io/account/login.php">Contribute / Login</a>
236+
<a href="https://athena-dbms.42web.io/account/login.php">Contribute / Login</a>
237237
</li>
238238
</ul>
239239

β€Žaccount/delete_verification.phpβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
7-
<link rel="icon" type="image/jpg" href="https://pdc-fallsem.42web.io/account/img/logo.ico" />
7+
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
88
<script
99
src="https://kit.fontawesome.com/64d58efce2.js"
1010
crossorigin="anonymous"
@@ -85,7 +85,7 @@ function disableclick(event){
8585
'success'
8686
8787
).then((value) => {
88-
location.href='https://pdc-fallsem.42web.io/account/login.php'
88+
location.href='https://athena-dbms.42web.io/account/login.php'
8989
});</script>";
9090
}
9191
else{
@@ -95,7 +95,7 @@ function disableclick(event){
9595
'error'
9696
9797
).then((value) => {
98-
location.href='https://pdc-fallsem.42web.io/account/login.php'
98+
location.href='https://athena-dbms.42web.io/account/login.php'
9999
});</script>";
100100
}
101101
}
@@ -107,7 +107,7 @@ function disableclick(event){
107107
'info'
108108
109109
).then((value) => {
110-
location.href='https://pdc-fallsem.42web.io/account/login.php'
110+
location.href='https://athena-dbms.42web.io/account/login.php'
111111
});</script>";
112112
}
113113
}
@@ -119,7 +119,7 @@ function disableclick(event){
119119
'question'
120120
121121
).then((value) => {
122-
location.href='https://pdc-fallsem.42web.io/account/login.php'
122+
location.href='https://athena-dbms.42web.io/account/login.php'
123123
});</script>";
124124
}
125125
}
@@ -130,7 +130,7 @@ function disableclick(event){
130130
'error'
131131
132132
).then((value) => {
133-
location.href='https://pdc-fallsem.42web.io/account/login.php'
133+
location.href='https://athena-dbms.42web.io/account/login.php'
134134
});</script>";
135135
}
136136

β€Žaccount/email_verification.phpβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
7-
<link rel="icon" type="image/jpg" href="https://pdc-fallsem.42web.io/account/img/logo.ico" />
7+
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
88
<script
99
src="https://kit.fontawesome.com/64d58efce2.js"
1010
crossorigin="anonymous"
1111
></script>
1212
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
13-
<script src="https://pdc-fallsem.42web.io/account/js/sweetalert2.all.min.js"> </script>
14-
<script src="https://pdc-fallsem.42web.io/account/js/jquery-3.4.1.min.js"></script>
15-
<link rel="stylesheet" href="https://pdc-fallsem.42web.io/account/css/sweetalert2.min.css" />
13+
<script src="https://athena-dbms.42web.io/account/js/sweetalert2.all.min.js"> </script>
14+
<script src="https://athena-dbms.42web.io/account/js/jquery-3.4.1.min.js"></script>
15+
<link rel="stylesheet" href="https://athena-dbms.42web.io/account/css/sweetalert2.min.css" />
1616
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
1717
<link rel="stylesheet" href="css/style.css" />
1818
<script>
@@ -80,7 +80,7 @@ function disableclick(event){
8080
'success'
8181
8282
).then((value) => {
83-
location.href='https://pdc-fallsem.42web.io/account/login.php'
83+
location.href='https://athena-dbms.42web.io/account/login.php'
8484
});</script>";
8585
}
8686
else
@@ -91,7 +91,7 @@ function disableclick(event){
9191
'info'
9292
9393
).then((value) => {
94-
location.href='https://pdc-fallsem.42web.io/account/login.php'
94+
location.href='https://athena-dbms.42web.io/account/login.php'
9595
});</script>";
9696
}
9797
}
@@ -103,7 +103,7 @@ function disableclick(event){
103103
'question'
104104
105105
).then((value) => {
106-
location.href='https://pdc-fallsem.42web.io/account/login.php'
106+
location.href='https://athena-dbms.42web.io/account/login.php'
107107
});</script>";
108108
}
109109
}
@@ -114,7 +114,7 @@ function disableclick(event){
114114
'error'
115115
116116
).then((value) => {
117-
location.href='https://pdc-fallsem.42web.io/account/login.php'
117+
location.href='https://athena-dbms.42web.io/account/login.php'
118118
});</script>";
119119
}
120120

β€Žaccount/login.phpβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link
77
rel="icon"
88
type="image/jpg"
9-
href="https://pdc-fallsem.42web.io/account/img/logo.ico"
9+
href="https://athena-dbms.42web.io/account/img/logo.ico"
1010
/>
1111
<script
1212
src="https://kit.fontawesome.com/64d58efce2.js"
@@ -79,7 +79,7 @@ class="sign-in-form"
7979
method="POST"
8080
>
8181
<img src="img/logo.png" height="150" width="150" style="border-radius: 100%;" />
82-
<a style="text-decoration: none; font-weight: bolder; margin: 10px;" href="https://pdc-fallsem.42web.io/">Continue to Blog</a>
82+
<a style="text-decoration: none; font-weight: bolder; margin: 10px;" href="https://athena-dbms.42web.io/">Continue to Blog</a>
8383
<h2 class="title" style="font-family: Orion; font-size: 1.5rem; word-spacing: -10px;">Are you Ready?</h2>
8484
<div class="input-field">
8585
<i class="fas fa-user"></i>

0 commit comments

Comments
Β (0)