Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
5 changes: 2 additions & 3 deletions docs/3.setting_up_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ On a command line, Git commands are written as `git verb options`, where `verb`
$ git config --help
```



<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1" width="100%" height="700px" style="border: 2px solid #667eea; border-radius: 12px; margin: 20px 0;"></iframe>
!!! Configuring Default Branch name to `main` ( not needed for MacOS)

37 changes: 37 additions & 0 deletions docs/git_quiz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<style>
.md-content__inner {
max-width: 100%;
padding: 0;
}
.md-content {
padding: 0;
}
</style>

<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
width="100%"
height="100vh"
style="border: none; display: block;">
</iframe>

<div style="position: relative; width: 100%; margin: 20px 0;">
<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
width="100%"
height="700px"
style="border: 2px solid #667eea;
border-radius: 12px;
display: block;
max-width: 100%;">
</iframe>
</div>

<div style="position: relative; width: 100%; margin: 20px 0;">
<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
width="100%"
height="700px"
style="border: 2px solid #667eea;
border-radius: 12px;
display: block;
max-width: 100%;">
</iframe>
</div>
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span style="display: inline-block; animation: pulse 2s ease-in-out infinite;">🚧</span>
Work in Progress
</p>
<p>This repository is under active development.<br>Expected completion: <strong>12th of November 2025</strong></p>
<p>This repository is under active development.<br>Expected completion: <strong>20th of November 2025</strong></p>
</div>

<style>
Expand Down