Skip to content

Commit

Permalink
button
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 27, 2024
1 parent 3b372be commit ba34ec0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion content/learningmodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,25 @@ title: Learning Modules
---
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.
<!-- <a href="/workspaces/callysto.github.io/content/post/content_1.md" target="_blank">Test md</a> -->
<head>
<style>
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

<button type="button" onclick="alert('Hello world!')">Click Me!</button>
.button1 {background-color: #04AA6D;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
</style>
</head>
<body>

<button class="button button1">Green</button>
<button class="button button2">Blue</button>

0 comments on commit ba34ec0

Please sign in to comment.