-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (74 loc) · 3.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<title>
MoraMP
</title>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" />
<!-- Nucleo Icons -->
<link href="assets/css/nucleo-icons.css" rel="stylesheet" />
<link href="assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<link href="assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- CSS Files -->
<link id="pagestyle" href="assets/css/soft-ui-dashboard.css?v=1.0.3" rel="stylesheet" />
</head>
<body class="g-sidenav-show" style="background-color:#404040;">
<!-- Navbar -->
<div style="padding-top: 5vh; padding-bottom: 4vh; text-align: center; background-color: #222A35; margin-left: 1vw; margin-right: 1vw; margin-bottom: -4vh;">
<h1 style="color:#B4C7E7; font-family: 'Times New Roman', Times, serif;">MoraMP<sup style="vertical-align:super; font-size:40%;">TM</sup></h1><br>
<h1 style="color:white">Welcome!</h1><br>
<h5 style="color:#B4C7E7">Mineral Processing Plant Flow Sheet Design Software</h5>
<h6 style="color:white">Developed by Department of Earth Resources Engineering - University of Moratuwa</h6>
</div>
<!-- End Navbar -->
<section class="mb-8">
<div class="page-header align-items-start min-vh-50 pt-5 pb-11 m-3 border-radius-lg" style="background-image: url('assets/img/curved-images/curved14.jpg');">
<span class="mask bg-gradient-dark opacity-0"></span>
<div class="container" style="height: 25vh;">
</div>
</div>
<div class="container">
<div class="row mt-lg-n10 mt-md-n11 mt-n10">
<div class="col-xl-4 col-lg-5 col-md-7 mx-auto">
<div class="card z-index-0">
<div class="card-body">
<button type="button" class="btn bg-gradient-dark w-100 my-4 mb-2" style="text-transform: none;" onclick="window.open('about.html', '_self')">Launch MoraMP<sup>TM</sup></button>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="justify-content-center text-center mx-auto" style="color:antiquewhite;">
<b>Contact Us:</b><br><br>
| 170819j@uom.lk - (Mr. K A T T Kannangara) |<br>
| rohithasudath@yahoo.com - (Dr. L P S Rohitha) |<br><br>
Copyright @ 2022 | All Rights Reserved.<br><br>
</div>
<!-- Core JS Files -->
<script src="assets/js/core/popper.min.js"></script>
<script src="assets/js/core/bootstrap.min.js"></script>
<script src="assets/js/plugins/perfect-scrollbar.min.js"></script>
<script src="assets/js/plugins/smooth-scrollbar.min.js"></script>
<script>
var win = navigator.platform.indexOf('Win') > -1;
if (win && document.querySelector('#sidenav-scrollbar')) {
var options = {
damping: '0.5'
}
Scrollbar.init(document.querySelector('#sidenav-scrollbar'), options);
}
</script>
<!-- Github buttons -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Control Center for Soft Dashboard: parallax effects, scripts for the example pages etc -->
<script src="assets/js/soft-ui-dashboard.min.js?v=1.0.3"></script>
</body>
</html>