Skip to content

Commit

Permalink
🎉 Updated Version ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
hariketsheth committed Jan 21, 2024
1 parent 90afb38 commit c5cd06a
Show file tree
Hide file tree
Showing 28 changed files with 908 additions and 820 deletions.
12 changes: 6 additions & 6 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Options -Indexes
ErrorDocument 400 https://pdc-fallsem.42web.io/error/400.htm
ErrorDocument 401 https://pdc-fallsem.42web.io/error/401.htm
ErrorDocument 403 https://pdc-fallsem.42web.io/error/403.htm
ErrorDocument 404 https://pdc-fallsem.42web.io/error/404.htm
ErrorDocument 501 https://pdc-fallsem.42web.io/error/501.htm
ErrorDocument 503 https://pdc-fallsem.42web.io/error/503.htm
ErrorDocument 400 https://athena-dbms.42web.io/error/400.htm
ErrorDocument 401 https://athena-dbms.42web.io/error/401.htm
ErrorDocument 403 https://athena-dbms.42web.io/error/403.htm
ErrorDocument 404 https://athena-dbms.42web.io/error/404.htm
ErrorDocument 501 https://athena-dbms.42web.io/error/501.htm
ErrorDocument 503 https://athena-dbms.42web.io/error/503.htm
8 changes: 4 additions & 4 deletions about/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>About</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/jpg" href="https://pdc-fallsem.42web.io/account/img/logo.ico" />
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
<link rel="preload" href="../assets/css/appb222.css?v=214a6e5c0e" as="style" />
<link rel="preload" href="../assets/js/manifestb222.js?v=214a6e5c0e" as="script" />
<link rel="preload" href="../assets/js/vendor/content-api.minb222.js?v=214a6e5c0e" as="script" />
Expand Down Expand Up @@ -134,7 +134,7 @@
foreach(array_slice($temp,0,3) as $a){
?>
<div class="glide__slide">
<a href="https://pdc-fallsem.42web.io/post.php?post_link=<?=$a['id']?>" class="m-recent-article">
<a href="https://athena-dbms.42web.io/post.php?post_link=<?=$a['id']?>" class="m-recent-article">
<div class="m-recent-article__picture ">
<img src="<?=$a['header']?>" onerror=this.src='../account/img/default.png' loading="lazy" alt="">
</div>
Expand All @@ -154,7 +154,7 @@
<ul>
<?php foreach(getAllCategory($con) as $category){ ?>
<li>
<a href="https://pdc-fallsem.42web.io/tag/posts.php?category_id=<?=$category['id']?>"><?=$category['name']?></a>
<a href="https://athena-dbms.42web.io/tag/posts.php?category_id=<?=$category['id']?>"><?=$category['name']?></a>
</li>
<?php } ?>
</ul>
Expand Down Expand Up @@ -233,7 +233,7 @@
<a href="../contact/index.php">Contact</a>
</li>
<li class="nav-contact">
<a href="https://pdc-fallsem.42web.io/account/login.php">Contribute / Login</a>
<a href="https://athena-dbms.42web.io/account/login.php">Contribute / Login</a>
</li>
</ul>

Expand Down
12 changes: 6 additions & 6 deletions account/delete_verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
<link rel="icon" type="image/jpg" href="https://pdc-fallsem.42web.io/account/img/logo.ico" />
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
<script
src="https://kit.fontawesome.com/64d58efce2.js"
crossorigin="anonymous"
Expand Down Expand Up @@ -85,7 +85,7 @@ function disableclick(event){
'success'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
else{
Expand All @@ -95,7 +95,7 @@ function disableclick(event){
'error'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
}
Expand All @@ -107,7 +107,7 @@ function disableclick(event){
'info'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
}
Expand All @@ -119,7 +119,7 @@ function disableclick(event){
'question'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
}
Expand All @@ -130,7 +130,7 @@ function disableclick(event){
'error'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}

Expand Down
16 changes: 8 additions & 8 deletions account/email_verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
<link rel="icon" type="image/jpg" href="https://pdc-fallsem.42web.io/account/img/logo.ico" />
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
<script
src="https://kit.fontawesome.com/64d58efce2.js"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="https://pdc-fallsem.42web.io/account/js/sweetalert2.all.min.js"> </script>
<script src="https://pdc-fallsem.42web.io/account/js/jquery-3.4.1.min.js"></script>
<link rel="stylesheet" href="https://pdc-fallsem.42web.io/account/css/sweetalert2.min.css" />
<script src="https://athena-dbms.42web.io/account/js/sweetalert2.all.min.js"> </script>
<script src="https://athena-dbms.42web.io/account/js/jquery-3.4.1.min.js"></script>
<link rel="stylesheet" href="https://athena-dbms.42web.io/account/css/sweetalert2.min.css" />
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
<link rel="stylesheet" href="css/style.css" />
<script>
Expand Down Expand Up @@ -80,7 +80,7 @@ function disableclick(event){
'success'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
else
Expand All @@ -91,7 +91,7 @@ function disableclick(event){
'info'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
}
Expand All @@ -103,7 +103,7 @@ function disableclick(event){
'question'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}
}
Expand All @@ -114,7 +114,7 @@ function disableclick(event){
'error'
).then((value) => {
location.href='https://pdc-fallsem.42web.io/account/login.php'
location.href='https://athena-dbms.42web.io/account/login.php'
});</script>";
}

Expand Down
4 changes: 2 additions & 2 deletions account/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link
rel="icon"
type="image/jpg"
href="https://pdc-fallsem.42web.io/account/img/logo.ico"
href="https://athena-dbms.42web.io/account/img/logo.ico"
/>
<script
src="https://kit.fontawesome.com/64d58efce2.js"
Expand Down Expand Up @@ -79,7 +79,7 @@ class="sign-in-form"
method="POST"
>
<img src="img/logo.png" height="150" width="150" style="border-radius: 100%;" />
<a style="text-decoration: none; font-weight: bolder; margin: 10px;" href="https://pdc-fallsem.42web.io/">Continue to Blog</a>
<a style="text-decoration: none; font-weight: bolder; margin: 10px;" href="https://athena-dbms.42web.io/">Continue to Blog</a>
<h2 class="title" style="font-family: Orion; font-size: 1.5rem; word-spacing: -10px;">Are you Ready?</h2>
<div class="input-field">
<i class="fas fa-user"></i>
Expand Down
Loading

0 comments on commit c5cd06a

Please sign in to comment.