diff --git a/about/about.css b/about/about.css new file mode 100644 index 0000000..be34d85 --- /dev/null +++ b/about/about.css @@ -0,0 +1,17 @@ +body { + li { + /* list-style-type: none; */ + display: flex; + align-items: center; + + img { + height: 1rem; + margin: 0.2rem; + } + } + + a { + font-style: normal; + text-decoration: none; + } +} diff --git a/about.js b/about/about.js similarity index 60% rename from about.js rename to about/about.js index 5f598e9..7dd8f3d 100644 --- a/about.js +++ b/about/about.js @@ -1,3 +1,4 @@ function loadDependencies() { loadHTML("header", "/header.html"); + loadHTML("footer", "/footer/footer.html"); } diff --git a/about.html b/about/index.html similarity index 53% rename from about.html rename to about/index.html index 4252c5c..6514732 100644 --- a/about.html +++ b/about/index.html @@ -7,16 +7,22 @@ - - + + + + - + - +