2023-05-05 19:56:40 +00:00
<! DOCTYPE html >
< html >
2022-12-19 21:22:15 +00:00
< head >
2022-12-21 12:28:55 +00:00
< meta charset = " utf-8 " >
2023-02-17 19:27:44 +00:00
< title > damaj . tech - Personal Site !</ title >
< link rel = " stylesheet " href = " css/main.css " type = " text/css " >
2023-02-18 21:41:07 +00:00
< link rel = " icon " type = " image/x-icon " href = " favicon.ico " >
2022-12-21 12:28:55 +00:00
< meta name = " viewport " content = " width=device-width, initial-scale=1 " >
2023-02-17 19:27:44 +00:00
< meta content = " damaj.tech " property = " og:title " />
2022-12-21 14:00:55 +00:00
< meta content = " My Personnal Website! " property = " og:description " />
2023-03-09 18:52:18 +00:00
< meta content = " https://damaj.tech " property = " og:url " />
2022-12-21 14:00:55 +00:00
< meta content = " #FD7717 " data - react - helmet = " true " name = " theme-color " />
2022-12-27 13:43:05 +00:00
< meta name = " msvalidate.01 " content = " 603549558ED490A6863931BDED94963B " />
< meta http - equiv = 'content-language' content = 'en-LB' >
< 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!' >
2022-12-19 21:22:15 +00:00
</ head >
< body >
2023-02-18 21:41:07 +00:00
< ? php include 'templates/header.php' ; ?>
2022-12-19 21:22:15 +00:00
< div class = " postContainer " >
< div class = " post " >
2023-05-05 19:56:40 +00:00
< div class = " circle " ></ div >
2023-02-18 21:41:07 +00:00
< b > Welcome to my website !</ b >
2023-02-18 22:50:36 +00:00
< p > Hi ! , my name is < b > Mohamad </ b > ( he / him ) . < br > </ p >
2023-05-05 19:56:40 +00:00
< b > What do i do ? </ b >
2023-02-18 22:53:49 +00:00
< p > I like tinkering with stuff , particularly computers .</ p >
2023-05-05 19:56:40 +00:00
< b > What i am interested in ? </ b >
2023-02-18 22:53:49 +00:00
< 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 >
2023-02-18 22:50:36 +00:00
< p > i am looking to do many modifications to this site , so its pretty currently pretty raw .</ p >
2023-05-05 19:56:40 +00:00
< p > Consider checking my blog for some guides and stories of mine .</ p >
2022-12-19 21:22:15 +00:00
</ div >
</ div >
2023-02-18 21:41:07 +00:00
< ? php include 'templates/footer.php' ; ?>
2022-12-19 21:22:15 +00:00
</ body >
</ html >