diff --git a/Resources/StaticPages/LandingPageWireframe.css b/Resources/StaticPages/LandingPageWireframe.css new file mode 100644 index 0000000..720092b --- /dev/null +++ b/Resources/StaticPages/LandingPageWireframe.css @@ -0,0 +1,23 @@ +header{ + font-size: 3rem; + margin-bottom: 2%; +} + +main{ + width: 60%; +} + +section{ + margin-top: 3rem; +} + +.test{ + margin: 10 0 10 0; + display: flex; + flex-direction: row; + gap: 2rem; +} + +.test a{ + text-dectration: underline; +} diff --git a/Src/blog.cpp b/Src/blog.cpp index 23e637a..af8d893 100644 --- a/Src/blog.cpp +++ b/Src/blog.cpp @@ -55,4 +55,4 @@ int main(int argc, char* argv[]) // TODO: get images and resources moved across to output to // TODO: nav sections :eww: - +// TODO: copy static pages over