diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..9dc6b4d --- /dev/null +++ b/.vscode/launch.json @@ -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" + } + } + ] +} \ No newline at end of file diff --git a/css/main.css b/css/main.css index 68eafe0..cb86e6f 100755 --- a/css/main.css +++ b/css/main.css @@ -3,6 +3,9 @@ html { width: 80%; background-color: #131316; } +b { + color: #ffffff; +} body { background-color: #1f2024; box-shadow: 0px 0px 15px #000000; diff --git a/img/home.png b/img/home.png new file mode 100644 index 0000000..7b67ba4 Binary files /dev/null and b/img/home.png differ diff --git a/img/mail.png b/img/mail.png new file mode 100644 index 0000000..91bfcd4 Binary files /dev/null and b/img/mail.png differ diff --git a/img/map.png b/img/map.png new file mode 100644 index 0000000..4a7fb0f Binary files /dev/null and b/img/map.png differ diff --git a/index.php b/index.php index f886b21..c4f7985 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ damaj.tech - Personal Site! - + @@ -14,19 +14,18 @@ - +
-

Welcome to my website!

-

Note: Website's not finished!

-

About

+ Welcome to my website! +

About

Hi!, my name is Mohamad (he/him).
I like tinkering with stuff, particularly computers.
I use Gentoo Linux on a low-end 2008ish PC rocking a Pentium Core 2 Duo E5200 and 4GB's of DDR2 800mhz RAM.
I am also interested in Termux and emulators.

- + diff --git a/site/contact.php b/site/contact/index.php old mode 100755 new mode 100644 similarity index 71% rename from site/contact.php rename to site/contact/index.php index 85e17c8..72aa230 --- a/site/contact.php +++ b/site/contact/index.php @@ -5,16 +5,16 @@ damaj.gq - + - + -
+

If you ever need to contact me to chat or fix an issue, you can email me here , or you can add me on Discord "Damaj301damaj#7279", It would be nice to talk :).

You may find me elsewhere too!

- + diff --git a/site/others.php b/site/others/index.php old mode 100755 new mode 100644 similarity index 62% rename from site/others.php rename to site/others/index.php index 8e78c73..0a66c3c --- a/site/others.php +++ b/site/others/index.php @@ -4,19 +4,19 @@ damaj.gq - - + + - + -
+

Checkout my other websites :D

free-wii-u.gq

soystemd.gq

- + diff --git a/templates/header.php b/templates/header.php index 87ca333..6650f34 100755 --- a/templates/header.php +++ b/templates/header.php @@ -1,4 +1,4 @@
- +