From 7e4e38cc887d3ab772237678bdbff87513705b5d Mon Sep 17 00:00:00 2001 From: konarfil Date: Fri, 22 Sep 2023 12:30:23 +0200 Subject: [PATCH] Index cleanup --- src/css/style.css | 17 ++++++++++ src/flow/code-1.html | 6 ++-- src/flow/code-2.html | 4 +-- src/flow/code-3.html | 4 +-- src/index.html | 70 +++++++++++++++++++++++++++++++++--------- src/js/load-layout.js | 2 ++ src/layout/footer.html | 6 ++-- 7 files changed, 83 insertions(+), 26 deletions(-) create mode 100644 src/js/load-layout.js diff --git a/src/css/style.css b/src/css/style.css index fb2a5fe..9a21c9d 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -171,4 +171,21 @@ pre { .card-stacked { width: 100%; +} + +.list>li { + list-style-type: circle !important; + margin-left: 20px; +} + +.underConstruction { + color:#999999; +} + +.flow-card { + height: 550px; +} + +.section-header { + text-align: center; } \ No newline at end of file diff --git a/src/flow/code-1.html b/src/flow/code-1.html index 12d467a..d820959 100644 --- a/src/flow/code-1.html +++ b/src/flow/code-1.html @@ -109,7 +109,7 @@
Send request + href="#">Authenticate
@@ -119,10 +119,8 @@ + + - \ No newline at end of file + diff --git a/src/js/load-layout.js b/src/js/load-layout.js new file mode 100644 index 0000000..b47dd02 --- /dev/null +++ b/src/js/load-layout.js @@ -0,0 +1,2 @@ +$(".page-footer").load("layout/footer.html"); +$("#page-header").load("layout/header.html"); \ No newline at end of file diff --git a/src/layout/footer.html b/src/layout/footer.html index 55ff65b..19fb74c 100644 --- a/src/layout/footer.html +++ b/src/layout/footer.html @@ -18,7 +18,6 @@