-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (82 loc) · 3.87 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body class="text--orange">
<div class="card1" >
<a href="https://fairplus-project.eu/"><img src="https://fairplus-project.eu/images/fairplus-logo.png" alt="FAIRplus logo" style="background:white;padding:5px;height:33px;"></a>
<h1 class="text--purple-dark" id="fairplusgithubio">FAIRplus.github.io</h1>
</div>
<hr color="white"/>
<div class="row">
<div class="column">
<div class="card">
<h2>Looking for </h2>
<h2 class="text--purple-light">The FAIRplus project main site</h2>
<img src="./images/fairplus-project-preview.png" alt="Avatar" style="width:40%">
<p class="text--orange">Click <a href="https://fairplus-project.eu/">here</a>.</p>
</div>
</div>
<div class="column">
<div class="card">
<h2>Looking for </h2>
<h2 class="text--purple-dark">The FAIR cookbook site</h2>
<img src="./images/fairplus-cookbook-preview.png" alt="Avatar" style="width:43%">
<p class="text--orange">Click <a href="https://fairplus.github.io/the-fair-cookbook/">here</a>.</p>
</div>
</div>
<div class="column">
<div class="card">
<h2>Feeling creative?</h2>
<h2 class="text--orange">Suggest changes !</h2>
<img src="./images/fairplus-github-preview.png" alt="Avatar" style="width:37%">
<p class="text--orange">Click <a href="https://github.com/FAIRplus/FAIRplus.github.io">here.</a></p>
</div>
</div>
</div>
<hr color="white"/>
<footer class="footer mt-5 mt-md-0">
<div class="container-lg mt-3">
<div class="row">
<div class="col-xl-3">
<div class="footerImages">
<a href="https://europa.eu/"><img src="./images/logo/eu-flag.png" height="20" alt="EU flag" style="float:center"></a>
<a href="https://www.imi.europa.eu/"><img src="./images/logo/imi-logo.png" height="20" alt="IMI logo" style="float:center"></a>
<a href="https://efpia.eu"><img src="./images/logo/efpia-logo.png" height="20" alt="EFPIA logo" style="float:center"></a>
</div>
<div class="mb-3"> Grant agreement 802750 </div>
</div>
<!-- <div class="col-xl-3 d-flex">
<div class="container">
<div class="row">
<div class="col-3 d-flex" style="justify-content:center">
<ul>
<li><a href="mailto:[email protected]"> Contact us </a></li>
<li><a href="https://fairplus-project.eu" target="_blank"> FAIRplus </a> </li>
</ul>
</div>
<div class="col-3 d-flex" style="justify-content:center">
<ul>
<li> <a href="/the-fair-cookbook/content/recipes/boilerplate/people.html"> Contributors </a> </li> </li>
<li> <a href="/the-fair-cookbook/content/recipes/help.html"> How to contribute </a> </li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-3">
<a href="https://elixir-europe.org/" target="_blank"><img src="./images/logo/Elixir/ELIXIR.png" height="50" alt="Elixir logo" style="float:center""></a>
<a href="https://fairplus-project.eu/"><img src="https://fairplus-project.eu/images/fairplus-logo.png" alt="FAIRplus logo" style="background:white;padding:5px;height:33px;"></a>
</div>
</div>
</div>
<div class="row_footer my-3">
The FAIR Cookbook is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International</a> (CC BY 4.0) license.
</div> -->
</footer>
</body>
</html>