Skip to content

Commit

Permalink
Update activities.html
Browse files Browse the repository at this point in the history
Signed-off-by: Andy <[email protected]>
  • Loading branch information
Mw4mba authored Aug 3, 2024
1 parent f6cde2b commit b06852b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blockchain Basics by Oliver Bodemer</title>
<title>Python programming by Skunkworks</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Blockchain Basics by Oliver Bodemer</h1>
<p>Welcome to the "Blockchain Basics" course for graduates at Pero's Academy. This course is designed to be self-paced a
web-driven, allowing you to access the content from the webpage and complete it within 1-5 days.</p>
<h1>Python programming by Skunkworks</h1>
<p>Welcome to the Python programming course . This course is designed to be self-paced and
web-driven, allowing you to access the content from the webpage and complete it in ideally 8 weeks, but the duration is ultimatley your choice.</p>
<div id="exercise-content"></div>
<button id="next-button">Next Exercise</button>
<div class="navigation">
Expand All @@ -22,4 +22,4 @@ <h1>Blockchain Basics by Oliver Bodemer</h1>
<script src="exercises-data.js"></script>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit b06852b

Please sign in to comment.