-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
162 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang = "en"> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>Home</title> | ||
|
||
<link href="css/header_footer.css" rel="stylesheet" /> | ||
<link href="css/home.css" rel="stylesheet" /> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" /> | ||
|
@@ -27,7 +27,8 @@ | |
</a> | ||
<li class="language-button-mobile nav-item ml-auto mr-3 "> | ||
<div class="dropdown"> | ||
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false"> | ||
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" | ||
aria-expanded="false"> | ||
<img src="img/globe-icon.svg" alt="" class="globe-icon"> | ||
</button> | ||
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton"> | ||
|
@@ -40,30 +41,31 @@ | |
</ul> | ||
</div> | ||
</li> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" | ||
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item active ml-1 mr-1 "> | ||
<a class="nav-link hovering" href="home_en.html">Home</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/about_en.html">About</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/instructions_en.html">How To Use</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/downloads_en.html">Versions & Installation</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/publications_en.html">Scientific Publications</a> | ||
</li> | ||
<li class="language-button nav-item ml-1 mr-1"> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" | ||
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item active ml-1 mr-1 "> | ||
<a class="nav-link hovering" href="home_en.html">Home</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/about_en.html">About</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/instructions_en.html">How To Use</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/downloads_en.html">Versions & Installation</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="html/publications_en.html">Scientific Publications</a> | ||
</li> | ||
<li class="language-button nav-item ml-1 mr-1"> | ||
<div class="dropdown"> | ||
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false"> | ||
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" | ||
data-bs-toggle="dropdown" aria-expanded="false"> | ||
<img src="img/globe-icon.svg" alt="" class="globe-icon"> | ||
</button> | ||
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton"> | ||
|
@@ -75,34 +77,65 @@ | |
</li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="content"> | ||
<div class="heading-cont"> | ||
<h3 class="h3 ml-5 mt-5">Tool for 3D modeling and visualization of microstructures</h3><br> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="content"> | ||
<div class="heading-cont"> | ||
<h3 class="h3 ml-5 mt-5">Tool for 3D modeling and visualization of microstructures</h3><br> | ||
</div> | ||
<div class="cont"> | ||
<div class="main-left"> | ||
<br> | ||
<p class="ml-5 ">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.</p> | ||
<div class="button-cont"> | ||
<a target="_blank" href="https://github.com/MME-NTU-KhPI/MatViz3D"> | ||
<button class="download-button ml-5"> | ||
</button> | ||
</a> | ||
|
||
</div> | ||
</div> | ||
<div class="main-right"> | ||
<img src="img/cube-pic.png" alt="" class="cube-pic"> | ||
</div> | ||
</div> | ||
</div> | ||
<footer class="border-top border-dark"> | ||
<div class="cont"> | ||
<div class="main-left"> | ||
<br> | ||
<p class="ml-5 ">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.</p> | ||
<div class="button-cont"> | ||
<a target="_blank" href="https://github.com/MME-NTU-KhPI/MatViz3D"> | ||
<button class="download-button ml-5"> | ||
</button> | ||
</a> | ||
|
||
</footer> | ||
</div> | ||
</div> | ||
<div class="main-right"> | ||
<img src="img/cube-pic.png" alt="" class="cube-pic"> | ||
</div> | ||
</div> | ||
</div> | ||
<footer class="border-top border-dark"> | ||
<div class="left-footer-cont"> | ||
<div class="footer-content ml-5"> | ||
<a href="https://github.com/MME-NTU-KhPI/MatViz3D" target="_blank"> | ||
MatViz3D | ||
</a> | ||
<p> | ||
Department of Mathematical Modeling and Intelligent Computing in Engineering (MMI), NTU "KhPI", st. 2 | ||
Kyrpychova | ||
Ave., c. Kharkiv, Ukraine, 61002 | ||
</p> | ||
<p> | ||
[email protected] | ||
</p> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="right-footer-cont"> | ||
<div class="footer-links mr-5"> | ||
<a href="https://web.kpi.kharkov.ua/dpm/uk/istoriya-kafedri/"> | ||
About the Department | ||
</a> | ||
<a href="#"> | ||
Team | ||
</a> | ||
<a href="https://web.kpi.kharkov.ua/dpm/uk/kontaktna-informatsiya-kafedri/"> | ||
Contact | ||
</a> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,35 @@ | |
|
||
</div> | ||
<footer class="border-top border-dark"> | ||
<div class="left-footer-cont"> | ||
<div class="footer-content ml-5"> | ||
<a href="https://github.com/MME-NTU-KhPI/MatViz3D" target="_blank"> | ||
MatViz3D | ||
</a> | ||
<p> | ||
Department of Mathematical Modeling and Intelligent Computing in Engineering (MMI), NTU "KhPI", st. 2 | ||
Kyrpychova | ||
Ave., c. Kharkiv, Ukraine, 61002 | ||
</p> | ||
<p> | ||
[email protected] | ||
</p> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="right-footer-cont"> | ||
<div class="footer-links mr-5"> | ||
<a href="https://web.kpi.kharkov.ua/dpm/uk/istoriya-kafedri/"> | ||
About the Department | ||
</a> | ||
<a href="#"> | ||
Team | ||
</a> | ||
<a href="https://web.kpi.kharkov.ua/dpm/uk/kontaktna-informatsiya-kafedri/"> | ||
Contact | ||
</a> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |