Skip to content

Commit

Permalink
feat: add hznu coder
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Feb 2, 2024
1 parent b5ed319 commit 6a33378
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"escapeall",
"fontawesome",
"hardbreak",
"hznu",
"icpc",
"inlinehilite",
"linenums",
Expand Down
28 changes: 28 additions & 0 deletions docs/info/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# XCPCIO

<center>

[ICPC :fontawesome-solid-paper-plane:](./icpc){ .md-button }
&nbsp; &nbsp;
[CCPC :fontawesome-solid-paper-plane:](./ccpc){ .md-button }

[Board :fontawesome-solid-paper-plane:][board]{ .md-button }
&nbsp; &nbsp;
[Rating :fontawesome-solid-paper-plane:][rating]{ .md-button }

</center>

XCPCIO 致力于通过优质的榜单服务和信息集合,为 XCPC 系列竞赛的参赛者和观众提供一个全面、便捷和丰富的竞赛信息平台。

## Sponsors

* [杭师 Coder](./recommend/hznu-coder.md)

<p align="center">
<a href="https://github.com/sponsors/Dup4">
<img src='https://cdn.jsdelivr.net/gh/Dup4/static/sponsors-output/sponsors.svg' alt="Logos from Sponsors" />
</a>
</p>

[board]: https://board.xcpcio.com
[rating]: https://board.xcpcio.com/rating
17 changes: 17 additions & 0 deletions docs/info/recommend/hznu-coder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 杭师 Coder

<figure markdown>
![杭师 Coder 公众号二维码](./images/hznu-coder-wechat.jpg){ width="280" }
<figcaption>杭师 Coder 公众号</figcaption>
</figure>

该公众号主要会推送一些计算机毕业(很多有程序设计竞赛经验)的学长学姐的故事,希望给大家带来一些启发,作为以后规划的参考。

也欢迎大家踊跃投稿,也可以推荐其他人投稿。

* 公众号创建目的:https://mp.weixin.qq.com/s/PkHbAPeeP7yBlhfsvvEZRw
* 学长回忆:
* 第一期:https://mp.weixin.qq.com/s/Aq3KXyodTkam8-M_vkoEJA
* 第二期:https://mp.weixin.qq.com/s/v_AS6sNJdKT8P1m5ylLebg
* 第三期:https://mp.weixin.qq.com/s/IJfC6X_adf8gUdfa9tqTlw
* 第四期:https://mp.weixin.qq.com/s/njr9XEVZGJMru0Hf1QoNyg
Binary file added docs/info/recommend/images/hznu-coder-wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,15 @@ plugins:
- macros:
- redirects:
redirect_maps:
"index.md": "info/calendar.md"
"index.md": "info/index.md"

nav:
- INFORMATION:
- Getting Started: info/index.md
- News: info/news.md
- Calendar: info/calendar.md
- Recommend:
- 杭师 Coder: info/recommend/hznu-coder.md
- ICPC:
- Getting Started: info/icpc/index.md
- "48th":
Expand Down

0 comments on commit 6a33378

Please sign in to comment.