-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfront-page.php
More file actions
78 lines (65 loc) · 3.11 KB
/
front-page.php
File metadata and controls
78 lines (65 loc) · 3.11 KB
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
78
<?php get_header();?>
<div class="container-fluid" style="padding:0">
<!--
<div class="parent">
<img alt="overlay" src="<?php echo get_template_directory_uri() ?>/img/favicon/iPC_4c.png"/>
<img alt="background" src="<?php echo get_template_directory_uri() ?>/img/front-img.jpg"/>
</div>
-->
<!-- <div style="display: flex; justify-content: center;">
<div>
<img alt="overlay" src="<?php echo get_template_directory_uri() ?>/img/favicon/iPC_4c.png"/>
</div>
<div>
<p style="margin-top: -40px; font-style: sans-serif; font-size: 2.5rem; font-weight: bold;">
<span style="color: #75B9BE">Data </span>
<span style="color: #CAD461"> Portal </span>
</p>
</div>
</div>
-->
<div class="row text-center">
<div class="col-12">
<img alt="overlay" src="<?php echo get_template_directory_uri() ?>/img/favicon/iPC_4c.png"/>
</div>
</div>
<div class="row text-center">
<div class="col-12">
<p style="margin-top: -40px; font-style: sans-serif; font-size: 2.5rem; font-weight: bold;">
<span style="color: #75B9BE">Data </span>
<span style="color: #CAD461"> Portal </span>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-left mt-5 mb-5 pl-5">
<h1> How does the platform work?</h1>
</div>
<div class="col-lg-6 pl-5" style="align-self: center; font-size: 1.4rem;">
<p>iPC platform gathers data from different sources and also data analysis tools in
an integrated environment.</p>
<p>Data catalogues will be easily managed incorporating existing open source solutions. </p>
<p>Data analysis will be performed by using open Virtual Research Environment (openVRE) and Cavatica.</p>
</div>
<div class="col-lg-6 text-center inner-box-col-img">
<img alt="" src="<?php echo get_template_directory_uri() ?>/img/IPC_platform.png"/>
</div>
</div>
<div id="resources-bg">
<div class="row mt-5">
<div class="col-lg-6 text-left mt-5 pl-5">
<h1> Platform resources </h1>
</div>
<div class="col-lg-6 text-center mt-5">
<a href="<?php echo get_page_link(1471) ?>" class="btn btn-outline-info font-weight-bold"> Search data</a>
<a href="<?php echo get_page_link(1460) ?>" class="btn btn-outline-success font-weight-bold"> Data analysis</a>
<a href="<?php echo get_page_link(1569) ?>" class="btn btn-outline-info font-weight-bold"> Ecosystem</a>
<a href="<?php echo get_page_link(1571) ?>" class="btn btn-outline-success font-weight-bold"> Models </a>
<a href="<?php echo get_page_link(1469) ?>" class="btn btn-outline-info font-weight-bold"> Documentation</a>
</div>
</div>
</div>
</div>
<?php get_template_part('includes/section', "content");?>
</div>
<?php get_footer();?>