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.
-
+