-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (133 loc) · 6.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!--
* @Author: GoogTech
* @Email: [email protected]
* @Date: 2021-07-14 17:18:16
* @LastEditTime: 2021-08-27 21:24:19
* @Description: the index page of wwww.CSCourse.cn
-->
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<link rel="shortcut icon" href="/code.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CS Course</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="google" content="notranslate" />
<meta name="author" content="John Doe">
<!-- <link rel="icon" href="" type="image/png" sizes="16x16"> -->
<!-- <link rel="icon" href="" type="image/png" sizes="32x32"> -->
<meta rel="msapplication-TileColor" content="#000000">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/font_1445822_hhodbqn7tit.css">
<meta name="generator" content="Hexo 5.2.0">
</head>
<body class="lock-screen">
<div class="loading"></div>
<nav class="menu">
<div class="menu-wrap">
<div class="menu-close">
<i class="iconfont iconbaseline-close-px"></i>
</div>
</div>
</nav>
<main id="main">
<div class="preview">
<div class="preview-image">
<h2 class="preview-motto" id="motto">🚫 Sorry, The status of source repository is private temporarily</h2>
<!-- <span class="preview-cursor">|</span> -->
<div class="preview-overlay">
<svg class="preview-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="preview-parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
</div>
<div class="preview-scroll">
<a href="#container" class="smooth-scroll"><i class="iconfont iconfire"></i></a>
</div>
</div>
</div>
<div>
<div style="text-align: center;">
<h1 class="head-title;"
style="font-size:70px; font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">
<span>CS Course</span>
</h1><!-- 图标暂时无法正常显示, 因目前该仓库的状态为 Private -->
<p align="center>
<a rel=" license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="知识共享许可协议" style="border-width:0" height="21"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">
</a>
<img src="https://img.shields.io/github/commit-activity/m/GoogTech/cs-learning-note?color=ff69b4">
<img src="https://img.shields.io/github/repo-size/GoogTech/cs-learning-note">
<img src="https://img.shields.io/github/stars/GoogTech/cs-learning-note.svg">
<img src="https://img.shields.io/github/forks/GoogTech/cs-learning-note.svg">
</p>
<p style="font-size:20px;"><em><span>Although it's the learning note of </span><strong><span>basic CS
Course</span></strong><span> but so </span><strong><span>important</span></strong><span> for
our </span><strong><span>personal development</span></strong><span> .</span></em></p>
</br>
<h2 id='💡-data-structure-and-algorithm'><span>💡 Data Structure And Algorithm</span></h3>
<li><a href='https://cscourse.cn/data-structure-and-algorithm'><span>Note</span></a></li>
<li><a href='https://www.processon.com/view/link/60e84398f346fb6bcd24a9be'><span>MindMap</span></a></li>
<li><a href='https://algorithm.show/DSA-tutorial/DSA-basic-question/DSA-basic-question.html'><span>DSA
Basic Question</span></a></li>
</br>
<h2 id='🔌-computer-compose-principle'><span>🔌 Computer Compose Principle</span></h2>
<li><a href=''><span>MindMap</span></a></li>
</br>
<h2 id='💻-operating-system'><span>💻 Operating System</span></h2>
<li><a href='https://cscourse.cn/operating-system'><span>Note</span></a></li>
<li><a href='https://www.processon.com/view/link/60ed2a9d5653bb06f245c57f'><span>MindMap</span></a></li>
</br>
<h2 id='🌐-computer-network'><span>🌐 Computer Network</span></h2>
<li><a href='https://www.processon.com/view/link/6128e56ff346fb01fa44e273'><span>MindMap</span></a></li>
</br>
<h2 id='🔎-compiler-principle'><span>🔎 Compiler Principle</span></h2>
<li><a href=''><span>MindMap</span></a></li>
</br>
<h2 id='🔧-software-engineering'><span>🔧 Software Engineering</span></h2>
<li><a href='https://www.processon.com/view/link/60ed237a1efad407320091d2'><span>MindMap (Shi
Jiming)</span></a></li>
<li><a href='https://www.processon.com/view/link/60ed23330e3e74072014c9a1'><span>MindMap (Zhang
Haifan)</span></a></li>
</br>
<h2 id='📚-others'><span>📚 Others</span></h2>
<li><a href='https://algorithm.show/cpp-tutorial/c-to-cpp-in-two-hours/c-to-cpp-in-two-hours.html'><span>C++
Tutorial</span></a></li>
<li><a href='https://shell.googtech.io'><span>Shell Tutorial</span></a></li>
</br>
<br>
<p><span style=" border-left: 4px solid #dfe2e5;
padding: 0 15px;
color: #777777;">the file password : <strong>Sorry, It's private temporarily</strong></span>
</p>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-social">
<a href="https://github.com/GoogTech" target="_blank" onMouseOver="this.style.color='#FFBE5B'"
onMouseOut="this.style.color='#33333D'">
<i class="iconfont footer-social-item icongithub-fill"></i>
</a>
</div>
<div class="footer-copyright"><a target="_blank" href="https://github.com/izhaoo/hexo-theme-zhaoo">thx :
hexo-theme-zhaoo</a></p>
</div>
</footer>
</body>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="/js/script.js"></script>
</html>