Skip to content

Commit 2845435

Browse files
Merge pull request #27 from kir-rescomp/dev
update release date to Nov 20th
2 parents 5d7bb34 + 3bc9a23 commit 2845435

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

docs/3.setting_up_git.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ On a command line, Git commands are written as `git verb options`, where `verb`
3939
$ git config --help
4040
```
4141

42-
43-
44-
<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>
42+
!!! Configuring Default Branch name to `main` ( not needed for MacOS)
43+

docs/git_quiz.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<style>
2+
.md-content__inner {
3+
max-width: 100%;
4+
padding: 0;
5+
}
6+
.md-content {
7+
padding: 0;
8+
}
9+
</style>
10+
11+
<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
12+
width="100%"
13+
height="100vh"
14+
style="border: none; display: block;">
15+
</iframe>
16+
17+
<div style="position: relative; width: 100%; margin: 20px 0;">
18+
<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
19+
width="100%"
20+
height="700px"
21+
style="border: 2px solid #667eea;
22+
border-radius: 12px;
23+
display: block;
24+
max-width: 100%;">
25+
</iframe>
26+
</div>
27+
28+
<div style="position: relative; width: 100%; margin: 20px 0;">
29+
<iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
30+
width="100%"
31+
height="700px"
32+
style="border: 2px solid #667eea;
33+
border-radius: 12px;
34+
display: block;
35+
max-width: 100%;">
36+
</iframe>
37+
</div>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span style="display: inline-block; animation: pulse 2s ease-in-out infinite;">🚧</span>
1010
Work in Progress
1111
</p>
12-
<p>This repository is under active development.<br>Expected completion: <strong>12th of November 2025</strong></p>
12+
<p>This repository is under active development.<br>Expected completion: <strong>20th of November 2025</strong></p>
1313
</div>
1414

1515
<style>

0 commit comments

Comments
 (0)