Skip to content

Commit

Permalink
trying table
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 14, 2024
1 parent 6573512 commit 78efbb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,28 @@ sections:
# Reduce spacing
spacing:
padding: ["1rem", 0, "1rem", 0]
<div class="container">
<div class="row">
<div class="col-3">
<!-- This content will take up 3/12 (or 1/4) of the container -->
</div>
<div class="col-3">
<!-- This content will take up 3/12 (or 1/4) of the container -->
</div>
<div class="col-6">
<!-- This content will take up 6/12 (or 1/2) of the container -->
</div>
</div>
</div>
- block: features
id: features
content:
title: Teacher resources
text: Data science resources for classroom
items:
- name: Data visualizations
icon: bolt
url: https://imuniyat.github.io/callysto.github.io/dataviz/
description: These pre-made, introductory data science lessons are a way for students to develop critical thinking and problem solving skills. We start with a question, find an open dataset to answer the question, and then ask students to reflect.
- name: Fast
icon: bolt
Expand Down

0 comments on commit 78efbb8

Please sign in to comment.