-
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
12 changed files
with
587 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.content{ | ||
margin-bottom: auto; | ||
} | ||
|
||
.heading-container{ | ||
display: flex; | ||
justify-content: center; | ||
margin-top: 1rem; | ||
} | ||
|
||
.heading{ | ||
font-size: 1.3rem; | ||
} | ||
|
||
.infopole{ | ||
display: flex; | ||
flex-direction: row; | ||
margin-left: 3rem; | ||
margin-right: 3rem; | ||
} | ||
|
||
.algo-text-container{ | ||
width: 70%; | ||
padding-right: 2rem; | ||
} | ||
|
||
.algo-text{ | ||
font-size: 1.1rem; | ||
|
||
} | ||
|
||
.algo-img-container{ | ||
display: flex; | ||
justify-content: center; | ||
align-content: center; | ||
width: 30%; | ||
} | ||
|
||
.algo-img{ | ||
min-width: 80%; | ||
max-width: 80%; | ||
max-height: auto; | ||
min-height: auto; | ||
} |
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,4 +1,3 @@ | ||
.content{ | ||
flex: 1 0 auto; | ||
height: 100vh; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<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>Moore</title> | ||
<link rel="icon" href="../img/favicon.ico" sizes="256x256"/> | ||
<link href="../css/header_footer.css" rel="stylesheet" /> | ||
<link href="../css/algorithms.css" rel="stylesheet" /> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" /> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</head> | ||
|
||
<body style=" color: white; background-color: #EAF5FF; height: 100vh;" | ||
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"> | ||
<a class="navbar-brand " href="home_en.html"> | ||
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D | ||
</a> | ||
<li class="language-button-mobile nav-item ml-auto mr-1 "> | ||
<div class="dropdown"> | ||
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" | ||
aria-expanded="false"> | ||
<img src="../img/globe-icon.png" alt="" class="globe-icon"> | ||
</button> | ||
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton"> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item first enable" href="#">EN</a> | ||
</li> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item" href="#">UA</a> | ||
</li> | ||
</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 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="about_en.html">About</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="instructions_en.html">How to use</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="downloads_en.html">Versions & installation</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="publications_en.html">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"> | ||
<img src="../img/globe-icon.png" alt="" class="globe-icon"> | ||
</button> | ||
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton"> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item first enable" href="#">EN</a> | ||
</li> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item" href="#">UA</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="ultrawide"> | ||
<div class="content"> | ||
</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> | ||
</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 |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<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>Probabilistic Circle</title> | ||
<link rel="icon" href="../img/favicon.ico" sizes="256x256"/> | ||
<link href="../css/header_footer.css" rel="stylesheet" /> | ||
<link href="../css/algorithms.css" rel="stylesheet" /> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" /> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</head> | ||
|
||
<body style=" color: white; background-color: #EAF5FF; height: 100vh;" | ||
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"> | ||
<a class="navbar-brand " href="home_en.html"> | ||
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D | ||
</a> | ||
<li class="language-button-mobile nav-item ml-auto mr-1 "> | ||
<div class="dropdown"> | ||
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" | ||
aria-expanded="false"> | ||
<img src="../img/globe-icon.png" alt="" class="globe-icon"> | ||
</button> | ||
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton"> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item first enable" href="#">EN</a> | ||
</li> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item" href="#">UA</a> | ||
</li> | ||
</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 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="about_en.html">About</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="instructions_en.html">How to use</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="downloads_en.html">Versions & installation</a> | ||
</li> | ||
<li class="nav-item ml-1 mr-1"> | ||
<a class="nav-link hovering" href="publications_en.html">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"> | ||
<img src="../img/globe-icon.png" alt="" class="globe-icon"> | ||
</button> | ||
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton"> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item first enable" href="#">EN</a> | ||
</li> | ||
<li class="dropdown-item"> | ||
<a class="dropdown-item" href="#">UA</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="ultrawide"> | ||
<div class="content"> | ||
</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> | ||
</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> |
Oops, something went wrong.