fixed links

This commit is contained in:
Daniele Linguaglossa 2023-07-13 16:50:45 +02:00
parent 27907d4938
commit 7053c9d6d9
1 changed files with 64 additions and 64 deletions

View File

@ -163,70 +163,70 @@ Copyright:
CSS_PROPERTY("display", "none") \
CSS_END_SELECTOR()
#define INDEX_MD \
MD_META("DZONERZY's Blog", "DZONERZY") \
MD_META_CUSTOM("Thursday 12 July 2023") \
MD_NEWLINE() \
MD_SECTION1("About") \
MD_IMAGE("Picture of DZONERZY", "assets/dzonerzy.jpg") \
MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa,") \
MD_TEXT("I'm an offensive security researcher and developer.") \
MD_NEWLINE() \
MD_TEXT("I'm the author of this blog, and I'm using it to share my") \
MD_TEXT("researches and my projects.") \
MD_NEWLINE() \
MD_TEXT("I'm also the author of the library that powers this blog, ") \
MD_TEXT("yes you heard right, this blog is powered by a ") \
MD_BOLD("shared object") \
MD_TEXT(" that I wrote in C!") \
MD_NEWLINE() \
MD_TEXT("You can find the source code of this blog on my ") \
MD_LINK("git repository", "https://git.libdzonerzy.so/libdzonerzy.so") \
MD_TEXT(".") \
MD_NEWLINE() \
MD_SECTION1("Projects") \
MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \
MD_TEXT("still in development, but I'm working hard to finish them.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/libdzonersy.so"))) \
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \
MD_TEXT("that I use to power this blog.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://git.libdzonerzy.so/captainhook"))) \
MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \
MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \
MD_NEWLINE() \
MD_SECTION1("FAQ") \
MD_TEXT("Here is a list of frequently asked questions, if you have any other questions ") \
MD_TEXT("feel free to contact me at ") \
MD_BOLD("dzonerzy[at]gmail.com") \
MD_TEXT(".") \
MD_NEWLINE() \
MD_SECTION4(" ") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so ugly?")) \
MD_NEWLINE() \
MD_TEXT("Because I'm not a web designer, I'm a developer, and I'm not good at ") \
MD_TEXT("designing things, but I'm working on it, I promise.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so fast?")) \
MD_NEWLINE() \
MD_TEXT("Actually this is a static website, so it's very fast.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("What do you do for living?")) \
MD_NEWLINE() \
MD_TEXT("I'm the lead offensive security researcher at ") \
MD_LINK("Sysdig", "https://sysdig.com") \
MD_TEXT(", a cloud security company.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Is Sysdig hiring?")) \
MD_NEWLINE() \
MD_TEXT("Yes, we are always looking for new talents, if you are interested in working ") \
MD_TEXT("with me, feel free to send your resume at ... try to find it :D , ") \
MD_TEXT("hint (") \
MD_BOLD("libdzonerzy.so") \
MD_TEXT(").") \
MD_NEWLINE() \
#define INDEX_MD \
MD_META("DZONERZY's Blog", "DZONERZY") \
MD_META_CUSTOM("Thursday 12 July 2023") \
MD_NEWLINE() \
MD_SECTION1("About") \
MD_IMAGE("Picture of DZONERZY", "assets/dzonerzy.jpg") \
MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa,") \
MD_TEXT("I'm an offensive security researcher and developer.") \
MD_NEWLINE() \
MD_TEXT("I'm the author of this blog, and I'm using it to share my") \
MD_TEXT("researches and my projects.") \
MD_NEWLINE() \
MD_TEXT("I'm also the author of the library that powers this blog, ") \
MD_TEXT("yes you heard right, this blog is powered by a ") \
MD_BOLD("shared object") \
MD_TEXT(" that I wrote in C!") \
MD_NEWLINE() \
MD_TEXT("You can find the source code of this blog on my ") \
MD_LINK("git repository", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so") \
MD_TEXT(".") \
MD_NEWLINE() \
MD_SECTION1("Projects") \
MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \
MD_TEXT("still in development, but I'm working hard to finish them.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/dzonerzy/libdzonersy.so"))) \
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \
MD_TEXT("that I use to power this blog.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://git.libdzonerzy.so/dzonerzy/CaptainHook"))) \
MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \
MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \
MD_NEWLINE() \
MD_SECTION1("FAQ") \
MD_TEXT("Here is a list of frequently asked questions, if you have any other questions ") \
MD_TEXT("feel free to contact me at ") \
MD_BOLD("dzonerzy[at]gmail.com") \
MD_TEXT(".") \
MD_NEWLINE() \
MD_SECTION4(" ") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so ugly?")) \
MD_NEWLINE() \
MD_TEXT("Because I'm not a web designer, I'm a developer, and I'm not good at ") \
MD_TEXT("designing things, but I'm working on it, I promise.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so fast?")) \
MD_NEWLINE() \
MD_TEXT("Actually this is a static website, so it's very fast.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("What do you do for living?")) \
MD_NEWLINE() \
MD_TEXT("I'm the lead offensive security researcher at ") \
MD_LINK("Sysdig", "https://sysdig.com") \
MD_TEXT(", a cloud security company.") \
MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Is Sysdig hiring?")) \
MD_NEWLINE() \
MD_TEXT("Yes, we are always looking for new talents, if you are interested in working ") \
MD_TEXT("with me, feel free to send your resume at ... try to find it :D , ") \
MD_TEXT("hint (") \
MD_BOLD("libdzonerzy.so") \
MD_TEXT(").") \
MD_NEWLINE() \
MD_TEXT("Michele is gayyyyyyyyyyyyyyyyyyyyyyyy")
#define FOOTER_MD \