Delete old site, add a circle pfp and fix issue.

This commit is contained in:
Mohamad Damaj 2023-05-05 22:56:40 +03:00
parent 1e5d51a46b
commit 78c0838067
13 changed files with 33 additions and 94 deletions

View File

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq 404!</title>
<link rel="stylesheet" href="../css/main.css">
<meta content="damaj.gq" property="og:title" />
<meta content="404 not found!" property="og:description" />
<meta content="https://damaj.gq" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>

View File

@ -1,35 +0,0 @@
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;
}

View File

@ -1,23 +0,0 @@
<!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>

View File

@ -1,2 +0,0 @@
<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>

View File

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

View File

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

View File

@ -3,14 +3,33 @@ html {
margin: auto;
width: 80%;
background-color: #131316;
padding: 70px;
max-width: 1000px;
height: 80vh;
position: relative; /* Add this to allow absolute positioning of the circle element */
}
b {
color: #ffffff;
font-size: 15px;
}
middle {
text-align: center;
display: block;
}
.circle {
width: 80px;
height: 80px;
background-color: #000000;
border: 10px solid #1f2025;
border-radius: 50%;
position: absolute;
top: 5%; /* Adjust the top and left properties to position the circle */
left: 50%;
transform: translateX(-50%);
z-index: 1; /* Set a higher z-index to ensure the circle appears on top of the square */
background-image: url("/img/d301d.png"); /* Add this line to set the image */
background-size: cover; /* Add this line to ensure the image covers the circle */
}
body {
background-color: #1f2024;
box-shadow: 0px 0px 15px #000000;

BIN
img/d301d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -1,4 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>damaj.tech - Personal Site!</title>
@ -18,17 +19,15 @@
<div class="postContainer">
<div class="post">
<div class="circle"></div>
<b>Welcome to my website!</b>
<h1>whoami?</h1>
<p>Hi!, my name is <b>Mohamad</b> (he/him). <br> </p>
<h2>What do i do?</h2>
<b>What do i do?</b>
<p>I like tinkering with stuff, particularly computers.</p>
<h3>What do i use?</h3>
<p>I use Gentoo Linux on a low-end 2008ish PC rocking a Pentium Core 2 Duo E5200 and 4GB's of DDR2 800mhz RAM. </p>
<h4>What i am interested in?</h4>
<b>What i am interested in?</b>
<p>I am interested in a lot of things, however i like to write code and waste my time, and use termux on my phone, etc :P.</p>
<p>i am looking to do many modifications to this site, so its pretty currently pretty raw.</p>
<p>Consider checking my blog for some stories of mine.</p>
<p>Consider checking my blog for some guides and stories of mine.</p>
</div>
</div>
<?php include 'templates/footer.php'; ?>

View File

@ -2,7 +2,7 @@
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<title>damaj.tech</title>
<link rel="stylesheet" href="/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />

View File

@ -2,7 +2,7 @@
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<title>damaj.tech</title>
<link rel="stylesheet" href="/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />
@ -11,10 +11,10 @@
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php'; ?>
<?php include '/templates/header.php'; ?>
<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>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 chat with me on <a href="https://matrix.to/#/@mohamad%2fdamaj.tech">Matrix!</a>, It would be nice to talk :).</p>
<p>You may find me elsewhere too!</p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
<?php include '/templates/footer.php' ; ?>
</body>
</html>

View File

@ -12,11 +12,11 @@
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php'; ?>
<?php include '/templates/header.php'; ?>
<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' ; ?>
<?php include '/templates/footer.php' ; ?>
</body>
</html>

View File

@ -1,3 +1,3 @@
<hr>
<middle><p>Hosted entirely by myself, you may check the <a href="/site/history">site history</a> to learn how this site switched hands.</p>
<middle><p>Hosted entirely by myself, thanks for <a href="https://donut.damaj.tech">Emily</a> and <a href="https://jbara.xyz">Jbara</a> for helping me with this site.</p>
<div class="code">This site is <a href="https://github.com/Damaj301damaj-lol/damaj.tech">Libre!</a></div></middle>