Added icons and a bunch of fixes and updates

This commit is contained in:
Mohamad Damaj 2023-02-18 23:41:07 +02:00
parent 82f49a11d8
commit 0dfe17f76f
9 changed files with 66 additions and 16 deletions

48
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,48 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 0,
"runtimeArgs": [
"-dxdebug.start_with_request=yes"
],
"env": {
"XDEBUG_MODE": "debug,develop",
"XDEBUG_CONFIG": "client_port=${port}"
}
},
{
"name": "Launch Built-in web server",
"type": "php",
"request": "launch",
"runtimeArgs": [
"-dxdebug.mode=debug",
"-dxdebug.start_with_request=yes",
"-S",
"localhost:0"
],
"program": "",
"cwd": "${workspaceRoot}",
"port": 9003,
"serverReadyAction": {
"pattern": "Development Server \\(http://localhost:([0-9]+)\\) started",
"uriFormat": "http://localhost:%s",
"action": "openExternally"
}
}
]
}

View File

@ -3,6 +3,9 @@ html {
width: 80%;
background-color: #131316;
}
b {
color: #ffffff;
}
body {
background-color: #1f2024;
box-shadow: 0px 0px 15px #000000;

BIN
img/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 B

BIN
img/mail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

BIN
img/map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

View File

@ -3,7 +3,7 @@
<meta charset="utf-8">
<title>damaj.tech - Personal Site!</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />
<meta content="My Personnal Website!" property="og:description" />
@ -14,19 +14,18 @@
<meta name='description' content='Home of the Damaj301damaj guy, you probably know me, or not. but welcome, here i have a bunch of information and i use this for cool hosting purposes!'>
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
<?php include 'templates/header.php' ; ?>
<div class="postContainer">
<div class="post">
<h1>Welcome to my website!</h1>
<p>Note: Website's not finished!</p>
<h2>About</h2>
<b>Welcome to my website!</b>
<h1>About</h1>
<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'; ?>
<?php include 'templates/footer.php'; ?>
</body>
</html>

8
site/contact.php → site/contact/index.php Executable file → Normal file
View File

@ -5,16 +5,16 @@
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.gq" property="og:title" />
<meta content="damaj.tech" property="og:title" />
<meta content="Contact Me!" property="og:description" />
<meta content="https://damaj.gq" property="og:url" />
<meta content="https://damaj.tech" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
<?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>You may find me elsewhere too!</p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
<?php include '/templates/footer.php' ; ?>
</body>
</html>

10
site/others.php → site/others/index.php Executable file → Normal file
View File

@ -4,19 +4,19 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta content="damaj.gq" property="og:title" />
<link rel="stylesheet" href="/css/main.css" type="text/css">
<meta content="damaj.tech" property="og:title" />
<meta content="Other Sites i have!" property="og:description" />
<meta content="https://damaj.gq" property="og:url" />
<meta content="https://damaj.tech" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
<?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,4 +1,4 @@
<div class="logo">damaj.tech</div>
<hr>
<div class="links"> <a href=/index.php>[Home]</a> <a href=/site/contact.php>[Contact Me]</a> <a href=/site/others.php>[Other Sites]</a></div>
<div class="links"> <a href=/index.php>[<img src=/img/home.png></img> Home]</a> <a href=/site/contact>[<img src=/img/mail.png></img> Contact Me]</a> <a href=/site/others>[<img src=/img/map.png></img> Other Sites]</a></div>
<hr>