Skip to content

Commit

Permalink
added john to gen-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsan authored Apr 16, 2024
1 parent 13a0ba7 commit 72f0fdf
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
File renamed without changes.
48 changes: 48 additions & 0 deletions genai/john.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<!-- hide document until css/js loaded -->
<html style="display: none;">
<head>
<meta charset="utf-8" />
<title>Coding 01</title>
</head>
<body>

<div class="container">
<h1 class="text-secondary">Course Title</h1>
<button class="badge coursecollapse" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">Collapse </button><small class="videocount">video count: <span id="videoCount"></span></small>
<br><br>

<!-- ------------------------------------------------------ -->
<!-- --------------- START CONTENT HERE ------------------ -->
<!-- ------------------------------------------------------ -->


<mit-module title="the card title">

<mit-submodule
title="Hello World!"
lecture="my Lecture"
lectureUrl="https://web.mit.edu/"
video="my video"
videoUrl="https://web.mit.edu/"
camtasia="my camtasia"
camtasiaUrl="https://web.mit.edu/"
exercise="my exercise"
exerciseUrl=""
test="my test"
testUrl=""
link="my link"
linkUrl=""
></mit-submodule>

</mit-module>


<!-- ------------------------------------------------------ -->
<!-- --------------- END CONTENT HERE -------------------- -->
<!-- ------------------------------------------------------ -->

</div>
<script src="../assets/js/init.js" level="2"></script>
</body>
</html>
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ <h1 class="text-secondary"> forks.one</h1><br>
url="genai/abel.html"
color="#0d6efd">
</mit-cert>

<mit-cert
title="Generative AI: John"
url="genai/john.html"
color="#0d6efd">
</mit-cert>

<div style="margin-bottom: 100px;"></div>
<!-- ------------------------------------------------------ -->
<!-- --------------- END CONTENT HERE -------------------- -->
Expand Down

0 comments on commit 72f0fdf

Please sign in to comment.