diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..aef1c29 --- /dev/null +++ b/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine on + + +RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC] +RewriteRule ^ /%1 [NC,L,R] + +RewriteCond %{REQUEST_FILENAME}.html -f +RewriteRule ^ %{REQUEST_URI}.html [NC,L] diff --git a/index.css b/index.css index f1f7291..b953755 100644 --- a/index.css +++ b/index.css @@ -128,10 +128,10 @@ body { align-items: center; } -.develop a, -.master a, +.left-box a, +.right-box a, .sat-doc a, -.repo-container a { +.single-box a { display: block; text-align: center; width: 100%; @@ -149,8 +149,8 @@ body { align-items: center; } -.develop li, -.master li, +.left-box li, +.right-box li, .sat-doc li { list-style: none; margin: 20px; @@ -171,7 +171,7 @@ body { justify-content: center; } -.repo-container p { +.single-box p { //border: 2px solid #000; margin: 20px; padding-left: 0; @@ -185,22 +185,22 @@ body { transition: color 0.3s; } -.develop ul, +.left-box ul, .links ul, .sat-doc ul, -.repo-container p { +.single-box p { padding-left: 0; } -.develop li a:hover, -.master li a:hover, +.left-box li a:hover, +.right-box li a:hover, .links li a:hover, -.repo-container p a:hover { +.single-box p a:hover { background-color: #323232; color: white; } -.develop li { +.left-box li { margin-right: 60px; } diff --git a/index.html b/index.html index 43243b1..0053f2f 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,9 @@