fix home
This commit is contained in:
parent
d0be551625
commit
576b2050a7
@ -221,7 +221,7 @@ Copyright:
|
||||
MD_NEWLINE() \
|
||||
MD_SECTION1("About") \
|
||||
MD_IMAGE_ATTR("Picture of DZONERZY", "assets/dzonerzy.jpg", "class", "zoomable") \
|
||||
MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa,") \
|
||||
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 ") \
|
||||
@ -232,21 +232,21 @@ Copyright:
|
||||
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_TEXT("You can find the source code of this blog in 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_TEXT("Here is a list of the projects that I made in my spare time, some of them are ") \
|
||||
MD_TEXT("still in development, but I'm looking forward to finish them all.") \
|
||||
MD_NEWLINE() \
|
||||
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so"))) \
|
||||
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \
|
||||
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's the library ") \
|
||||
MD_TEXT("that I use to power this blog.") \
|
||||
MD_NEWLINE() \
|
||||
MD_SECTION1("Articles") \
|
||||
MD_TEXT("Below you can find a list of my articles, I'm writing articles about ") \
|
||||
MD_TEXT("offensive security and programming, I'm also writing articles about ") \
|
||||
MD_TEXT("Below you can find a list of my articles, I'm writing about ") \
|
||||
MD_TEXT("offensive security and programming, and also about ") \
|
||||
MD_TEXT("my projects.") \
|
||||
MD_NEWLINE() \
|
||||
MD_LIST(MD_BOLD(MD_LINK("From zero to botnet", \
|
||||
@ -254,7 +254,7 @@ Copyright:
|
||||
MD_TEXT(" -- GL.iNet going wild") \
|
||||
MD_NEWLINE() \
|
||||
MD_SECTION1("FAQ") \
|
||||
MD_TEXT("Here is a list of frequently asked questions, if you have any other questions ") \
|
||||
MD_TEXT("Here is a list of frequently asked questions, if you have any other question ") \
|
||||
MD_TEXT("feel free to contact me at ") \
|
||||
MD_BOLD("dzonerzy[at]gmail.com") \
|
||||
MD_TEXT(".") \
|
||||
|
Loading…
Reference in New Issue
Block a user