-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
156 lines (152 loc) · 8.33 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
search_exclude: true
layout: none
---
<!doctype html>
<html lang="en">
{% include head.html %}
<body id="main">
{% include topnav.html %}
<!--<section class="container mb-5">
<div class="card border border-primary text-primary text-center">
<div class="card-body">
<h1 class="card-title fs-3">This website is currently on staging environment</h5>
</div>
</div>
</section>-->
<div class="landingpage">
<section class="container mb-5">
<div class="card border border-primary text-primary text-center">
<div class="card-body">
<p class="text-center lead">The 1+MG Framework is a series of components based on the output of the 1+MG projects that provide guidance on ELSI, data quality, data standards, and technical infrastructure standards and APIs.
</p>
</div>
</div>
</section>
<!--<section id="search-section" class="bg-light py-5">
<div class="container">
<div class="row">
<h2 class="no-anchor text-center mb-3">What can we help you find?</h2>
<div class="position-relative">
<div class="d-flex justify-content-center">
<form role="search" class="input-group">
<span class="input-group-text" id="search-label"><i class="fa-solid fa-magnifying-glass"></i></span>
<input type="search" id="search-input" class="search-input form-control form-control-lg bg-white" tabindex="0"
placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
</form>
<div id="search-results" class="search-results"></div>
</div>
</div>
</div>
</div>
</section>-->
<div class="container">
<h1 class="card-title pb45">Core 1+MG Framework</h1>
<section class="bg-light p-45">
{%- assign sidebar1 = site.data.sidebars[page.sidebar1] %}
{%- assign sidebar2 = site.data.sidebars[page.sidebar2] %}
{%- assign sidebar3 = site.data.sidebars[page.sidebar3] %}
<div class="row">
<div class="col"><h2 class="no-anchor">Technical framework</h2></div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3 g-4">
{%- for folder in sidebar1.subitems %}
<div class="col">
<div class="card border bg-white h-100">
{%- if folder.image_url%}
<img src="{{folder.image_url | relative_url}}" class="card-img-top h-icon-5 mx-auto" alt="{{folder.title}} icon">
{%- endif %}
<div class="card-body text-center">
<a href="{{ folder.url | relative_url }}" class="stretched-link">
<h3 class="card-title no-anchor text-primary">{{folder.title}}</h3>
</a>
<p class="card-text">{{folder.description}}</p>
</div>
</div>
</a>
</div>
{%- endfor %}
</div>
<div class="row">
<div class="col"><h2 class="no-anchor pt-4">Implementation</h2></div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3 g-4">
{%- for folder in sidebar2.subitems %}
<div class="col">
<div class="card border bg-white h-100">
{%- if folder.image_url%}
<img src="{{folder.image_url | relative_url}}" class="card-img-top h-icon-5 mx-auto" alt="{{folder.title}} icon">
{%- endif %}
<div class="card-body text-center">
<a href="{{ folder.url | relative_url }}" class="stretched-link">
<h3 class="card-title no-anchor text-primary">{{folder.title}}</h3>
</a>
<p class="card-text">{{folder.description}}</p>
</div>
</div>
</a>
</div>
{%- endfor %}
</div>
</section>
<h1 class="card-title pt-5 pb-4">Applying the Framework</h1>
<section class="bg-light p-45">
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-2 g-4">
{%- for folder in sidebar3.subitems %}
<div class="col">
<div class="card border bg-white h-100">
{%- if folder.image_url%}
<img src="{{folder.image_url | relative_url}}" class="card-img-top h-icon-5 mx-auto" alt="{{folder.title}} icon">
{%- endif %}
<div class="card-body text-center">
<a href="{{ folder.url | relative_url }}" class="stretched-link">
<h3 class="card-title no-anchor text-primary">{{folder.title}}</h3>
</a>
<p class="card-text">{{folder.description}}</p>
</div>
</div>
</a>
</div>
{%- endfor %}
</div>
</section>
</div>
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-2 my-auto">
<img class="h-icon-6" src="{{ '/assets/img/section-icons/users-light.svg' | relative_url }}" alt="Contributors icon">
</div>
<div class="col-lg-7">
<h2>1+MG Framework Editorial Guidelines</h2>
<p>The content is approved and maintained by working group leads or their deputies. Requests for changes or additions to the core content are open to all members of the consortium. National Resources can be contributed by all member states. For more detail, please click <a href="{{ '/editorial_guidelines' | relative_url }}">here</a>.
</p>
</div>
<div class="col-lg-3 my-auto">
<a class="btn btn-primary btn-lg rounded-pill" href="{{ '/editorial_guidelines' | relative_url }}">Start contributing</a>
</div>
</div>
</div>
</section>
<!--<section class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-lg-6">
{% include news.html caption=true title=true limit=2 caption_url="/about/news" %}
</div>
<div class="col-lg-6 mt-3 mt-lg-0">
{% include events.html caption=true title=true event_type="upcoming_event" caption_url="/about/events" %}
</div>
</div>
</div>
</section>-->
</div>
{%- if site.theme_variables.back_to_top or site.theme_variables.back_to_top == nil %}
<button id="back-to-top" class="btn btn-primary" type="button" aria-hidden="true" onclick="topFunction()">
<i class="fa-solid fa-arrow-up"></i><span class="ms-2 d-none d-sm-inline">Back to top</span>
</button>
{%- endif %}
{% include footer.html %}
{% include cookie-popup.html %}
</body>
</html>