├── .gitignore ├── CNAME ├── LICENSE ├── _includes └── block-grid.html ├── _sass ├── content.scss ├── main.scss ├── nav.scss ├── reset.scss └── variables.scss ├── favicon.png ├── index.html └── style.scss /.gitignore: -------------------------------------------------------------------------------- 1 | .jekyll-cache 2 | _site/ 3 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | ustc.life -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | including for purposes of Section 3(b); and 307 | 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public licenses. 411 | Notwithstanding, Creative Commons may elect to apply one of its public 412 | licenses to material it publishes and in those instances will be 413 | considered the “Licensor.” The text of the Creative Commons public 414 | licenses is dedicated to the public domain under the CC0 Public Domain 415 | Dedication. Except for the limited purpose of indicating that material 416 | is shared under a Creative Commons public license or as otherwise 417 | permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the public 425 | licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | -------------------------------------------------------------------------------- /_includes/block-grid.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
{{ include.title }}
4 |
5 | 6 |
7 |
8 |
9 | -------------------------------------------------------------------------------- /_sass/content.scss: -------------------------------------------------------------------------------- 1 | .u_main-wrapper { 2 | max-width: 1200px; 3 | margin: 60px auto auto auto; 4 | } 5 | .main { 6 | margin: 10px; 7 | } 8 | .main-col { 9 | float: left; 10 | width: 33%; 11 | } 12 | .main-block { 13 | margin: 10px 5px 5px 5px; 14 | padding: 10px; 15 | background-color: white; 16 | } 17 | .block-title { 18 | display: block; 19 | margin: 5px auto 10px 15px; 20 | font-size: 18px; 21 | color: #337ab7; 22 | } 23 | .block-grid { 24 | position: relative; 25 | float: left; 26 | width: 33%; 27 | text-align: center; 28 | height: 120px; 29 | } 30 | .block-grid > a { 31 | display: block; 32 | color: #666; 33 | } 34 | .grid-title { 35 | display: block; 36 | color: #333; 37 | line-height: 1.5; 38 | white-space: nowrap; 39 | overflow: hidden; 40 | text-overflow: ellipsis; 41 | } 42 | .grid-icon { 43 | display: block; 44 | font-size: 3.33em; 45 | } 46 | .block-grid.new::before { 47 | content: "new"; 48 | position: absolute; 49 | top: -1em; 50 | right: 0; 51 | font-size: 0.75em; 52 | padding: 0 0.5em; 53 | border-radius: 1000px; 54 | background-color: #777; 55 | color: #fff; 56 | } 57 | 58 | // Vector icons 59 | :root { 60 | --fa-primary-opacity: 0.8; 61 | } 62 | .fas, 63 | .far, 64 | .fal, 65 | .fab { 66 | opacity: 0.8; 67 | } 68 | .icon { 69 | position: relative; 70 | top: 10px; 71 | display: inline-block; 72 | width: 50px; 73 | height: 50px; 74 | stroke-width: 0; 75 | stroke: currentColor; 76 | fill: currentColor; 77 | } 78 | .footer { 79 | margin: 20px; 80 | font-size: 14px; 81 | color: #777; 82 | } 83 | .footer > a { 84 | color: #337ab7; 85 | } 86 | @media (max-width: 1000px) { 87 | .u_main-wrapper { 88 | margin: 100px auto auto auto; 89 | } 90 | .main-col { 91 | width: 100%; 92 | } 93 | } 94 | -------------------------------------------------------------------------------- /_sass/main.scss: -------------------------------------------------------------------------------- 1 | @import "variables"; 2 | @import "reset"; 3 | @import "nav"; 4 | @import "content"; 5 | -------------------------------------------------------------------------------- /_sass/nav.scss: -------------------------------------------------------------------------------- 1 | .u_nav-wrapper { 2 | position: fixed; 3 | top: 0; 4 | width: 100%; 5 | background-color: white; 6 | border-bottom: 1px #ccc solid; 7 | z-index: 10; 8 | } 9 | .u_nav { 10 | max-width: 1400px; 11 | margin: auto; 12 | } 13 | .u_nav-left { 14 | margin: 18px; 15 | font-size: 16px; 16 | } 17 | .u_nav-right { 18 | margin: 18px; 19 | font-size: 14px; 20 | position: relative; 21 | top: 3px; 22 | float: right; 23 | > a { 24 | margin-right: 20px; 25 | } 26 | } 27 | .u_nav-left, 28 | .u_nav-input { 29 | float: left; 30 | } 31 | .u_nav-link { 32 | color: #777; 33 | } 34 | .u_nav-input, 35 | .u_nav-btn { 36 | float: left; 37 | position: relative; 38 | height: 38px; 39 | top: 10px; 40 | padding: 5px; 41 | font-size: 16px; 42 | color: #777; 43 | border: 1px lightgray solid; 44 | } 45 | .u_nav-input { 46 | display: block; 47 | width: 200px; 48 | border-right: 0; 49 | border-radius: 3px 0 0 3px; 50 | } 51 | 52 | /* PC 端搜索框组 */ 53 | .u_nav-btn { 54 | font-size: 14px; 55 | display: block; 56 | width: 80px; 57 | text-align: center; 58 | cursor: pointer; 59 | line-height: 24px; 60 | vertical-align: middle; 61 | border-radius: 0 3px 3px 0; 62 | 63 | > ul { 64 | border: 0; 65 | > li { 66 | display: none; 67 | } 68 | } 69 | 70 | &:hover { 71 | border-bottom: 0; 72 | > ul { 73 | border: 1px lightgray solid; 74 | border-top: 0; 75 | border-radius: 0 0 3px 3px; 76 | > li { 77 | display: block; 78 | } 79 | } 80 | } 81 | } 82 | .u_nav-ul { 83 | position: relative; 84 | top: 7px; 85 | left: -6px; 86 | width: 80px; 87 | display: block; 88 | background-color: white; 89 | z-index: 5; 90 | } 91 | .u_nav-li { 92 | font-size: 14px; 93 | display: block; 94 | height: 35px; 95 | line-height: 30px; 96 | vertical-align: middle; 97 | } 98 | 99 | /* 移动端搜索框组 */ 100 | .um_nav-input-group { 101 | display: none; 102 | } 103 | @media (max-width: 1000px) { 104 | .u_nav-right, 105 | .u_nav-input-group { 106 | display: none; 107 | } 108 | .um_nav-input-group { 109 | display: block; 110 | } 111 | .um_nav-input, 112 | .um_nav-btn { 113 | display: block; 114 | height: 30px; 115 | margin-bottom: 10px; 116 | float: left; 117 | color: #777; 118 | padding: 5px; 119 | border: 1px lightgray solid; 120 | } 121 | .um_nav-input { 122 | margin-left: 15px; 123 | width: 130px; 124 | font-size: 12px; 125 | border-radius: 3px 0 0 3px; 126 | } 127 | .um_nav-btn { 128 | font-size: 12px; 129 | width: 50px; 130 | text-align: center; 131 | cursor: pointer; 132 | line-height: 20px; 133 | vertical-align: middle; 134 | border-left: 0; 135 | border-radius: 0; 136 | } 137 | .um_nav-btn:last-child { 138 | border-radius: 0 3px 3px 0; 139 | } 140 | } 141 | -------------------------------------------------------------------------------- /_sass/reset.scss: -------------------------------------------------------------------------------- 1 | html { 2 | color: #777; 3 | background-color: #f1f1f1; 4 | } 5 | 6 | body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, input, textarea, th, td { 7 | margin: 0; 8 | padding: 0; 9 | box-sizing: border-box; 10 | } 11 | 12 | ol, ul { 13 | list-style: none; 14 | } 15 | 16 | a { 17 | text-decoration: none; 18 | outline: none; 19 | } 20 | 21 | button, a:active, a:hover, a:focus, input { 22 | outline: none; 23 | } 24 | 25 | input:required:invalid, input:focus:invalid { 26 | box-shadow: none; 27 | } 28 | 29 | .clearfix::after { 30 | content: ""; 31 | display: table; 32 | clear: both; 33 | } 34 | 35 | // HTML5 tag support 36 | header, section, footer, aside, nav, article, figure { 37 | display: block; 38 | } 39 | 40 | // Check variables.scss for variables 41 | h1, h2, a, p, span, div { 42 | font-weight: normal; 43 | font-family: $sans-serif; 44 | } 45 | -------------------------------------------------------------------------------- /_sass/variables.scss: -------------------------------------------------------------------------------- 1 | /* 依次为 macOS Windows Linux 字体回退 */ 2 | $serif: Baskerville, Georgia, "Liberation Serif", Times, "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, DFKai-SB, TW-Kai, serif; 3 | $sans-serif: -apple-system, BlinkMacSystemFont, Roboto, "Microsoft YaHei UI", 微软雅黑, "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; 4 | $monospace: Monaco, "Roboto Mono", Consolas, "Lucida Console", monospace; 5 | -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmartHypercube/ustclife/b94f6c28c2db00bce6697f7c0c5d21e7c66514d3/favicon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | 5 | 6 | 7 | 8 | USTC 导航 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 28 | 29 | 30 |
31 |
32 |
33 | USTC 导航 34 |
35 | 36 |
37 |
38 | 39 | 40 |
41 |
    42 |
  • 43 | Google 44 |
      45 |
    • Bing
    • 46 |
    • 百度
    • 47 |
    • Wolfram
    • 48 |
    49 |
  • 50 |
51 |
52 | 53 |
54 |
55 |
56 | 57 | 58 |
59 |
Bing
60 |
Google
61 |
百度
62 |
Wolfram
63 |
64 | 68 |
69 |
70 |
71 |
72 |
73 |
74 | 最多点击 75 |
76 | {% include block-grid.html url="https://jw.ustc.edu.cn/" title="教务系统" icon="fad fa-bug" %} 77 | {% include block-grid.html url="https://icourse.club/" title="评课社区" icon="fad fa-swap-opacity fa-pen-nib" %} 78 | {% include block-grid.html url="https://mail.ustc.edu.cn/" title="邮箱" icon="fad fa-envelope" %} 79 | {% include block-grid.html url="http://lib.ustc.edu.cn/" title="图书馆" icon="fad fa-books" %} 80 | {% include block-grid.html url="https://www.ustc.edu.cn/" title="科大官网" icon="fad fa-browser" %} 81 | {% include block-grid.html url="https://course.ustc.edu.cn/portal" title="网络教学平台" icon="fad fa-spell-check" %} 82 | {% include block-grid.html url="https://www.teach.ustc.edu.cn/" title="教务处" icon="fad fa-briefcase" %} 83 | {% include block-grid.html url="https://nan7market.com/" title="南七集市" icon="fad fa-store" %} 84 | {% include block-grid.html url="http://wlt.ustc.edu.cn/" title="网络通" icon="fad fa-globe" %} 85 |
86 |
87 |
88 | 学习 89 |
90 | {% include block-grid.html url="http://staff.ustc.edu.cn/" title="教工 FTP 主页" icon="fad fa-swap-opacity fa-house-signal" %} 91 | {% include block-grid.html url="https://mis.teach.ustc.edu.cn/" title="旧版教务系统" icon="fad fa-swap-opacity fa-heart-broken" %} 92 | {% include block-grid.html url="https://jxzy.ustc.edu.cn/" title="大物实验 1" icon="fad fa-swap-opacity fa-flask" %} 93 | {% include block-grid.html url="https://catalog.ustc.edu.cn/query" title="公共查询" icon="fad fa-file-search" %} 94 | {% include block-grid.html url="https://tam.cmet.ustc.edu.cn/" title="助教管理系统" icon="fad fa-chalkboard-teacher" %} 95 | {% include block-grid.html url="http://etis.ustc.edu.cn/" title="大物实验 2" icon="fad fa-swap-opacity fa-flask" %} 96 | {% include block-grid.html url="https://xgyth.ustc.edu.cn/" title="学工一体化" icon="fad fa-chalkboard-teacher" %} 97 | {% include block-grid.html url="https://ot.ustc.edu.cn/" title="蜗壳学社" icon="fad fa-comment-alt-lines" %} 98 | {% include block-grid.html url="https://lib.ustc.edu.cn/%e5%9b%be%e4%b9%a6%e9%a6%86%e7%a0%94%e4%bf%ae%e9%97%b4%e9%a2%84%e7%ba%a6%e7%b3%bb%e7%bb%9f/" title="学习空间预约" icon="fad fa-address-book" %} 99 | {% include block-grid.html url="http://roombooking.cmet.ustc.edu.cn/" title="中区研修室预约" icon="fad fa-users-class" %} 100 | {% include block-grid.html url="https://dawu.feixu.site/" title="大雾实验工具" icon="fad fa-atom" %} 101 | {% include block-grid.html url="https://pems.ustc.edu.cn/" title="大物实验 3" icon="fad fa-swap-opacity fa-flask" %} 102 |
103 |
104 |
105 |
106 |
107 | 生活 108 |
109 | {% include block-grid.html url="http://lswhw.ustc.edu.cn/" title="历史文化" icon="fad fa-landmark" %} 110 | {% include block-grid.html url="https://bbs.ustc.edu.cn/" title="瀚海星云" icon="fad fa-comments" %} 111 | {% include block-grid.html url="http://www.ustcbbq.com/" title="表白墙" icon="fad fa-swap-opacity fa-heart" %} 112 | {% include block-grid.html url="https://i.ustc.edu.cn/" title="校园信息门户" icon="fad fa-swap-opacity fa-newspaper" %} 113 | {% include block-grid.html url="http://home.ustc.edu.cn/" title="个人 FTP 主页" icon="fad fa-swap-opacity fa-house-signal" %} 114 | {% include block-grid.html url="https://rec.ustc.edu.cn/" title="睿客网" icon="fad fa-bookmark" %} 115 | {% include block-grid.html url="https://ecard.ustc.edu.cn/" title="一卡通管理" icon="fad fa-id-card" %} 116 | {% include block-grid.html url="https://adrain.ustclug.org/" title="Admission Rain" icon="fad fa-graduation-cap" %} 117 | {% include block-grid.html url="https://zbh.ustc.edu.cn/" title="正版软件" icon="fad fa-swap-opacity fa-save" %} 118 | {% include block-grid.html url="https://weixinprinthost.woquyun.com/wq-web/" title="自助打印复印" icon="fad fa-print" %} 119 | {% include block-grid.html url="https://young.ustc.edu.cn/login" title="第二课堂" icon="fad fa-circle-2" %} 120 | {% include block-grid.html url="https://ustcforum.com/" title="南七茶馆" icon="fad fa-mug-tea" %} 121 | {% include block-grid.html url="https://ustcflyer.com/" title="飞跃网站" icon="fad fa-graduation-cap" %} 122 | {% include block-grid.html url="https://qq.ustc.life/" title="QQ 号证明" icon="fab fa-qq" %} 123 | {% include block-grid.html url="https://pan.ustc.edu.cn/" title="科大云盘" icon="fad fa-cloud-arrow-up" %} 124 |
125 |
126 |
127 | 技术 128 |
129 | {% include block-grid.html url="https://wvpn.ustc.edu.cn/" title="Web VPN" icon="fad fa-chart-network" %} 130 | {% include block-grid.html url="https://mirrors.ustc.edu.cn/" title="开源软件镜像" icon="fab fa-linux" %} 131 | {% include block-grid.html url="https://git.ustc.edu.cn/" title="SCC GitLab" icon="fab fa-git-alt" %} 132 | {% include block-grid.html url="https://git.lug.ustc.edu.cn/" title="LUG GitLab" icon="fab fa-git-alt" %} 133 | {% include block-grid.html url="https://latex.ustc.edu.cn/" title="USTC LaTeX" icon="fad fa-typewriter" %} 134 | {% include block-grid.html url="https://vlab.ustc.edu.cn/" title="Vlab" icon="fad fa-computer" %} 135 |
136 |
137 |
138 | 教室查询 139 |
140 | {% include block-grid.html url="http://bigscreen.cmet.ustc.edu.cn/#/2" title="二教" icon="fad fa-school" %} 141 | {% include block-grid.html url="http://bigscreen.cmet.ustc.edu.cn/#/3" title="三教" icon="fad fa-school" %} 142 | {% include block-grid.html url="http://bigscreen.cmet.ustc.edu.cn/#/5" title="五教" icon="fad fa-school" %} 143 |
144 |
145 |
146 |
147 |
148 | 外部网站 149 |
150 | {% include block-grid.html url="https://www.zhihu.com/" title="知乎" icon="fab fa-zhihu" %} 151 | {% include block-grid.html url="https://www.bilibili.com/" title="bilibili" icon="fab fa-bilibili" %} 152 | {% include block-grid.html url="https://www.weibo.com/" title="微博" icon="fab fa-weibo" %} 153 |
154 |
155 |
156 | 研究生 157 |
158 | {% include block-grid.html url="https://yjs1.ustc.edu.cn/" title="综合服务平台" icon="fad fa-chalkboard-teacher" %} 159 | {% include block-grid.html url="https://epc.ustc.edu.cn/main.asp" title="EPC 平台" icon="fad fa-spell-check" %} 160 | {% include block-grid.html url="https://gradschool.ustc.edu.cn/" title="研究生院网站" icon="fad fa-browser" %} 161 |
162 |
163 |
164 | 最少点击 165 |
166 | {% include block-grid.html url="http://202.38.65.52/xyzd/" title="学业指导中心" icon="fad fa-swap-opacity fa-building" %} 167 | {% include block-grid.html url="https://baike.ustc.edu.cn/" title="校园百科" icon="far fa-question-circle" %} 168 | {% include block-grid.html url="https://scc.ustc.edu.cn/" title="超算中心" icon="fad fa-server" %} 169 | {% include block-grid.html url="https://sf.ustc.edu.cn/" title="网上缴费系统" icon="fad fa-yen-sign" %} 170 | {% include block-grid.html url="https://hospital.ustc.edu.cn/" title="校医院" icon="fad fa-hospital" %} 171 | {% include block-grid.html url="https://verify-transcript.cmet.ustc.edu.cn/manager.action" title="成绩单打印" icon="fad fa-print" %} 172 | {% include block-grid.html url="https://welcome.ustc.edu.cn/" title="迎新网" icon="far fa-grin-wink" %} 173 | {% include block-grid.html url="https://zsb.ustc.edu.cn/" title="招生办" icon="fad fa-wand-magic" %} 174 | {% include block-grid.html url="https://fix.ustc.edu.cn/" title="教学设备报修" icon="fad fa-swap-opacity fa-wrench" %} 175 |
176 |
177 |
178 |
179 | 189 |
190 | 191 | 230 | 231 | -------------------------------------------------------------------------------- /style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @charset "utf-8"; 5 | @import "main"; 6 | --------------------------------------------------------------------------------