This commit is contained in:
Mohamad Damaj 2022-12-19 21:22:15 +00:00
parent 49f0211ee1
commit c8f8ef975a
14 changed files with 183 additions and 0 deletions

14
404.html Executable file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq 404!</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="404!" content="Not found!">
</head>
<body>
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p>
</body>
</html>

1
CNAME Normal file
View File

@ -0,0 +1 @@
damaj.gq

35
beta/css/main.css Executable file
View File

@ -0,0 +1,35 @@
html {
margin: auto;
width: 80%;
background-color: #131316;
}
body {
background-color: #1f2024;
box-shadow: 0px 0px 15px #000000;
padding: 80px;
border-radius: 5px;
}
p, h1, h2, h3, h4, h5, h6, pre, span {
font-family: monospace;
color: #f8f9f8;
font-size: 10pt;
}
hr {
border-color: #fd7717;
border-top: none;
}
.logo {
font-size: 35pt;
}
.links {
font-size: 7pt;
}
a {
color: #fd7717;
text-decoration: none;
transition: 0.1s;
}
a:hover {
color: #89cff0;
}

23
beta/index.php Executable file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq</title>
<link rel="stylesheet" href="css/main.css">
<meta charset="utf-8">
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
<center><?php include '/var/www/html/~mohamad/templates/links.php' ; ?></center>
<h1>welcome to my website!</h1>
<h2>under construction!!</h2>
<p>... in the meanwhile checkout my other websites :D</p>
<p> <a href=https://free-wii-u.gq>free-wii-u.gq</a>
<p> <a href=https://soystemd.gq>soystemd.gq</a> </p>
<?php include '/var/www/html/~mohamad/templates/footer.php'; ?>
</body>
</html>

2
beta/templates/footer.php Executable file
View File

@ -0,0 +1,2 @@
<hr>
<p>site written and hosted by <a href="https://donut.gq/">Emily</a> modified by me, massive thanks to her, she is awesome!</p>

2
beta/templates/header.php Executable file
View File

@ -0,0 +1,2 @@
<span class="logo">damaj.gq</h1>
<br>

3
beta/templates/links.php Normal file
View File

@ -0,0 +1,3 @@
<span class="links"> <a href=/var/www/html/~mohamad/site/other.php>[Other Sites]</a>
<span class="links">
<hr>

35
css/main.css Executable file
View File

@ -0,0 +1,35 @@
html {
margin: auto;
width: 80%;
background-color: #131316;
}
body {
background-color: #1f2024;
box-shadow: 0px 0px 15px #000000;
padding: 80px;
border-radius: 5px;
}
p, h1, h2, h3, h4, h5, h6, pre, span {
font-family: monospace;
color: #f8f9f8;
font-size: 10pt;
}
hr {
border-color: #fd7717;
border-top: none;
}
.logo {
font-size: 35pt;
}
.links {
font-size: 10pt;
}
a {
color: #fd7717;
text-decoration: none;
transition: 0.1s;
}
a:hover {
color: #89cff0;
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

27
index.php Executable file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq</title>
<link rel="stylesheet" href="css/main.css">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php' ; ?></center>
<div class="postContainer">
<div class="post">
<h1>Welcome to my website!</h1>
<p>Note: Website's not finished!</p>
<h2>About</h2>
<p>Hi!, my name is <b>Mohamad</b> (he/him). <br>
I like tinkering with stuff, particularly computers. <br>
I use Gentoo Linux on a low-end 2008ish PC rocking a Pentium Core 2 Duo E5200 and 4GB's of DDR2 800mhz RAM.<br>
I am also interested in Termux and emulators.<br></p>
</div>
</div>
<?php include '/var/www/html/~mohamad/templates/footer.php'; ?>
</body>
</html>

17
site/contact.php Executable file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="Contact Info">
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
<p>If you ever need to contact me to chat or fix an issue, you can email me <a href="mailto:mohamad301damaj@duck.com">here</a> , or you can add me on Discord "Damaj301damaj#7279", It would be nice to talk :).</p>
<p>You may find me elsewhere too!</p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
</body>
</html>

18
site/others.php Executable file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="Other Sites!" content="Other sites i host">
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
<h1>Checkout my other websites :D<h1>
<p> <a href=https://free-wii-u.gq>free-wii-u.gq</a>
<p> <a href=https://soystemd.gq>soystemd.gq</a> </p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
</body>
</html>

2
templates/footer.php Executable file
View File

@ -0,0 +1,2 @@
<hr>
<p>site written and hosted by <a href="https://donut.gq/">Emily</a>, Modified by me on vim. Massive thanks to her, she is awesome!</p>

4
templates/header.php Executable file
View File

@ -0,0 +1,4 @@
<a><span class="logo">damaj.gq</a>
<hr>
<span class="links"> <a href=/index.php>[Home]</a> <span class="links"><a href=/site/contact.php>[Contact Me]</a> <span class="links"> <a href=/site/others.php>[Other Sites]</a>
<hr>