Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjafiliposka committed Mar 31, 2024
1 parent 3a432e1 commit 5bfcf76
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,51 +51,43 @@ hide:
<div class="card text-white bg-secondary mb-3" style="max-width: 18rem;">
<div class="card-body">
<h5 class="card-title">Discover</h5>
<p class="card-text">1. Find existing resources. </br>2. Identify potential for reuse.</p>
<p class="card-text">1. Find existing resources. </br></br>2. Identify potential for reuse.</br></p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card text-white bg-success mb-3" style="max-width: 18rem;">
<div class="card-header">Design</div>
<div class="card-body">
<h5 class="card-title">Success card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<h5 class="card-title">Design</h5>
<p class="card-text">1. Define syllabus and structure. </br>2. Identify granularity and facilitation materials.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card text-white bg-danger mb-3" style="max-width: 18rem;">
<div class="card-header">Produce</div>
<div class="card-body">
<h5 class="card-title">Danger card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<h5 class="card-title">Produce</h5>
<p class="card-text">Develop content using open files and formats. 2. Define metadata. 3. Perform internal QA check.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card text-white bg-warning mb-3" style="max-width: 18rem;">
<div class="card-header">Publish</div>
<div class="card-body">
<h5 class="card-title">Warning card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<h5 class="card-title">Publish</h5>
<p class="card-text">1. Release to public for learners & instructors. </br>2. Ensure accessibility and define attribution. </br>3. Enable feedback gathering.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card text-white bg-info mb-3" style="max-width: 18rem;">
<div class="card-header">Verify</div>
<div class="card-body">
<h5 class="card-title">Info card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<h5 class="card-title">Verify</h5>
<p class="card-text">1. Final QA check. </br> 2. Use gathered feedback for continuous improvement.</p>
</div>
</div>
</div>
Expand All @@ -104,11 +96,25 @@ hide:
<div class="row">
<div class="col-sm-4">
<div class="card bg-light mb-3" style="max-width: 18rem;">
<div class="card-header">Continuous Improvement</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<h5 class="card-title">--->>></h5>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card bg-light mb-3" style="max-width: 18rem;">
<div class="card-body">
<h5 class="card-title">Continuous Improvement</h5>
<p class="card-text">1. Create a list of potential improvements. </br> 2. Choose a set of improvements to be implemented and start a new release cycle.</p>
</div>
</div>
</div>

<div class="col-sm-4">
<div class="card bg-light mb-3" style="max-width: 18rem;">
<div class="card-body">
<h5 class="card-title">--->>></h5>
</div>
</div>
</div>
Expand Down

0 comments on commit 5bfcf76

Please sign in to comment.