Skip to content

Commit

Permalink
docs: build lec1 [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
45gfg9 committed Oct 17, 2023
1 parent 486b64d commit a16ded7
Show file tree
Hide file tree
Showing 9 changed files with 484 additions and 189 deletions.
5 changes: 3 additions & 2 deletions slides/site/2023-fall-ckc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
|课程|日期|讲师|幻灯片|回放|
|:--|:--|:--|:--|:--|
|lec0:前瞻:通往 Pro 的第一步|10.14(秋四周)|TonyCrane|[lec0](lec0/)||
|lec1:Shell 基础及 CLI 工具推荐|10.22(秋五周)|45gfg9|||
|lec1:Shell 基础及 CLI 工具推荐|10.22(秋五周)|45gfg9|[lec1](lec1/)||
|lec2:Git/GitHub 基础介绍|11.05(秋七周)|TonyCrane|||
|lec3:Markdown 语法及应用|11.19(冬一周)|TonyCrane|||
|lec4:LaTeX 排版简要介绍|12.03(冬三周)|45gfg9|||
Expand All @@ -61,7 +61,8 @@

</div>

<p style="text-align: right; color: #888; margin-top: 0; margin-right: 2em; font-size: 21px;" class="heti-skip">*时间均为暂定</p></script></section></div>
<p style="text-align: right; color: #888; margin-top: 0; margin-right: 2em; font-size: 21px;" class="heti-skip">*时间均为暂定</p>
</script></section></div>
</div>

<script src="./dist/reveal.js"></script>
Expand Down
10 changes: 8 additions & 2 deletions slides/site/2023-fall-ckc/lec1/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
.reveal .slide-number {
font-size: 26px;
border-radius: 5px;
background-color: rgba(0, 0, 0, .3);
background-color: rgba(0, 0, 0, .4);
}

.reveal .slides {
border: 1.5px #ddd solid;
border: 1.5px rgba(0, 0, 0, .25) solid;
border-radius: 7px;
text-align: left;
font-weight: 300;
Expand Down Expand Up @@ -270,4 +270,10 @@ html.print-pdf .reveal pre code {
}
.slide-menu-wrapper .slide-menu.slide-menu--wide {
width: 450px !important;
}

.reveal blockquote {
width: 80%;
font-style: normal;
background-color: #eef4ff;
}
Loading

0 comments on commit a16ded7

Please sign in to comment.