forked from FAIR-by-Design-Methodology/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2a1763
commit acf1309
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ hide: | |
- navigation | ||
--- | ||
|
||
<div class="p-5 m-5 bg-dark text-white"> | ||
<div class="p-5 m-0 bg-dark text-white"> | ||
<p> Welcome to the FAIR-by-Design microlearning menu. </p> | ||
<p>Below are the main stages of the FAIR-by-Design Methodology that will help guide you on your journey of creating FAIR learning materials.</p> | ||
</div> | ||
|
@@ -41,8 +41,10 @@ hide: | |
<div class="col-sm-4"> | ||
<div class="card text-white bg-primary mb-3" style="max-width: 18rem;"> | ||
<div class="card-body"> | ||
<a href="https://fair-by-design-methodology.github.io/microlearning/latest/01%20Prepare/prepare/"> | ||
<h5 class="card-title">Prepare</h5> | ||
<p class="card-text">1. Do you understand FAIR and its implications?</br>2. Define purpose, learning objectives, target audience.</p> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -87,7 +89,7 @@ hide: | |
<div class="card text-white bg-info mb-3" style="max-width: 18rem;"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Verify</h5> | ||
<p class="card-text">1. Final QA check. </br> </br> 2. Use gathered feedback for continuous improvement.</br></br></p> | ||
<p class="card-text">1. Final QA check. </br> </br> 2. Use gathered feedback for continuous improvement.</br></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -122,7 +124,7 @@ hide: | |
</div> | ||
</div> | ||
|
||
<div class="p-5 m-5 bg-dark text-white"> | ||
<div class="p-5 m-0 bg-dark text-white"> | ||
<p>Review each stage and the essential steps that it includes.</p> | ||
<p>If you have any questions at any stage on your journey do not hesitate to <a href="mailto:[email protected]">contact the FAIR-by-Design methodology team</a>.</p> | ||
<p></br>May all your materials be FAIR!</p> | ||
|