-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (70 loc) · 3.09 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
<html>
<head>
<meta charset="utf-8" />
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<style type="text/css" media="screen">
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
.purple {}
</style>
</head>
<body>
<nav role="navigation" class="light-blue lighten-1">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">iCore</a><a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a></div>
</nav>
<div id="index-banner" class="section no-pad-bot">
<div class="container"><br/><br/>
<h1 class="header center orange-text">Welcome to iCore Platform</h1>
<div class="row center">
<h5 class="header col s12 light">Integrated Research Dashboard for Immunotherapy</h5>
</div>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section-->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Speeds up development</h5>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">group</i></h2>
<h5 class="center">User Experience Focused</h5>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
</div>
</div>
</div>
</div><br/><br/>
<div class="section"></div>
</div>
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col 29 s12">
<h5 class="white-text">Company Bio</h5>
<p class="grey-text text-lighten-4">iNDx Technologies (iNDx) is developing a data Integration and analytics platform to provide a Dashboard for Clinical Research in Cancer Immunotherapy</p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">Powered by<a href="http://www.indxtechnology.com/" class="orange-text text-lighten-3" target="_blank"> iNDx Technology Inc</a></div>
</div>
</footer>
</body>
</html>