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 003954e commit 90afb38
Show file tree
Hide file tree
Showing 906 changed files with 85,066 additions and 58,120 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://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
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
395 changes: 196 additions & 199 deletions about/index.php

Large diffs are not rendered by default.

141 changes: 21 additions & 120 deletions account/FPDF/fpdf.css
Original file line number Diff line number Diff line change
@@ -1,120 +1,21 @@
body {
font-family: "Times New Roman", serif;
}

h1 {
font: bold 135% Arial, sans-serif;
color: #4000a0;
margin-bottom: 0.9em;
}

h2 {
font: bold 95% Arial, sans-serif;
color: #900000;
margin-top: 1.5em;
margin-bottom: 1em;
}

dl.param dt {
text-decoration: underline;
}

dl.param dd {
margin-top: 1em;
margin-bottom: 1em;
}

dl.param ul {
margin-top: 1em;
margin-bottom: 1em;
}

tt,
code,
kbd {
font-family: "Courier New", Courier, monospace;
font-size: 82%;
}

div.source {
margin-top: 1.4em;
margin-bottom: 1.3em;
}

div.source pre {
display: table;
border: 1px solid #24246a;
width: 100%;
margin: 0em;
font-family: inherit;
font-size: 100%;
}

div.source code {
display: block;
border: 1px solid #c5c5ec;
background-color: #f0f5ff;
padding: 6px;
color: #000000;
}

div.doc-source {
margin-top: 1.4em;
margin-bottom: 1.3em;
}

div.doc-source pre {
display: table;
width: 100%;
margin: 0em;
font-family: inherit;
font-size: 100%;
}

div.doc-source code {
display: block;
background-color: #e0e0e0;
padding: 4px;
}

.kw {
color: #000080;
font-weight: bold;
}

.str {
color: #cc0000;
}

.cmt {
color: #008000;
}

p.demo {
text-align: center;
margin-top: -0.9em;
}

a.demo {
text-decoration: none;
font-weight: bold;
color: #0000cc;
}

a.demo:link {
text-decoration: none;
font-weight: bold;
color: #0000cc;
}

a.demo:hover {
text-decoration: none;
font-weight: bold;
color: #0000ff;
}

a.demo:active {
text-decoration: none;
font-weight: bold;
color: #0000ff;
}
body {font-family:"Times New Roman",serif}
h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
dl.param dt {text-decoration:underline}
dl.param dd {margin-top:1em; margin-bottom:1em}
dl.param ul {margin-top:1em; margin-bottom:1em}
tt, code, kbd {font-family:"Courier New",Courier,monospace; font-size:82%}
div.source {margin-top:1.4em; margin-bottom:1.3em}
div.source pre {display:table; border:1px solid #24246A; width:100%; margin:0em; font-family:inherit; font-size:100%}
div.source code {display:block; border:1px solid #C5C5EC; background-color:#F0F5FF; padding:6px; color:#000000}
div.doc-source {margin-top:1.4em; margin-bottom:1.3em}
div.doc-source pre {display:table; width:100%; margin:0em; font-family:inherit; font-size:100%}
div.doc-source code {display:block; background-color:#E0E0E0; padding:4px}
.kw {color:#000080; font-weight:bold}
.str {color:#CC0000}
.cmt {color:#008000}
p.demo {text-align:center; margin-top:-0.9em}
a.demo {text-decoration:none; font-weight:bold; color:#0000CC}
a.demo:link {text-decoration:none; font-weight:bold; color:#0000CC}
a.demo:hover {text-decoration:none; font-weight:bold; color:#0000FF}
a.demo:active {text-decoration:none; font-weight:bold; color:#0000FF}
Expand Down
Loading

0 comments on commit 90afb38

Please sign in to comment.