diff --git a/css/header_footer.css b/css/header_footer.css index e6f2e48..aa49187 100644 --- a/css/header_footer.css +++ b/css/header_footer.css @@ -62,13 +62,59 @@ html, body{ } footer { - height: 10vh; + margin-top: 5vh; + height: max-content; width: 100%; bottom: 0; background-color: black; flex-shrink: 0; + display: flex !important; + flex-direction: row !important; } +.left-footer-cont{ + width: 70%; +} + +.footer-content{ + width: 37%; + font-size: medium; + margin-top: 1vh !important; +} + +.footer-content a{ + font-size: x-large; + color: white; + text-decoration: underline !important; + text-decoration-thickness: 1px !important; + text-underline-offset: 3px; + +} + +.right-footer-cont{ + width: 30%; + display: flex !important; + justify-content: end !important; +} + +.footer-links{ + margin-top: 1vh; + font-size: medium; + color: white; + display: flex; + gap: 4vh; +} +.footer-links a{ + color: white; +} + +.footer-links a:hover{ + color: rgb(173, 173, 173); +} + +.footer-content a:hover{ + color: rgb(173, 173, 173); +} @media (max-width: 1197px) { .language-button { display: none; diff --git a/home_en.html b/home_en.html index 1ea292c..c933e06 100644 --- a/home_en.html +++ b/home_en.html @@ -1,13 +1,13 @@ - + Home - + @@ -27,7 +27,8 @@ - - + + +
+
+

Tool for 3D modeling and visualization of microstructures


- - -
-
-

Tool for 3D modeling and visualization of microstructures


-
-
-
-
-

It is a powerful software for creating and visualizing microstructures using cellular automata. The tool allows you to model complex structures of materials, animation of the process of their formation and detailed analysis.

-
- - - - -
-
-
- -
-
-
- +
+ +
+ +
+ + + + \ No newline at end of file diff --git a/html/about_en.html b/html/about_en.html index 3285df6..9467926 100644 --- a/html/about_en.html +++ b/html/about_en.html @@ -84,6 +84,35 @@ \ No newline at end of file