-
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.
provide mobile adaptation on Home page
- Loading branch information
1 parent
d0533ef
commit c8f4d3f
Showing
2 changed files
with
40 additions
and
8 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</head> | ||
|
||
<body style=" color: white; background: linear-gradient(126deg, #0A0B14 50%, #171C27 70%, #2E3B4B 100%); height: 100vh;" | ||
<body style=" color: white; background: linear-gradient(126deg, #0A0B14 50%, #171C27 70%, #2E3B4B 100%);background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 100vh; margin: 0; padding: 0;" | ||
class="ink-light link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover"> | ||
<header> | ||
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark"> | ||
|
@@ -89,20 +89,27 @@ <h3 class="h3 ml-5 mt-5">Tool for 3D modeling and visualization of microstructur | |
<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. | ||
<div class="text-cont"><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> | ||
<div class="main-right-mobile"> | ||
<div class="cube-pic-cont"> | ||
<img src="img/cube-pic.png" alt="" class="cube-pic"> | ||
</div> | ||
</div> | ||
<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"> | ||
<div class="cube-pic-cont"> | ||
<img src="img/cube-pic.png" alt="" class="cube-pic"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<footer class="border-top border-dark"> | ||
|