├── README.md ├── _config.yml └── web ├── 20220129 └── tholman.com │ └── github-corners │ ├── .keep │ ├── index.html │ └── index_files │ ├── .keep │ ├── ga.js.下载 │ └── styles.css └── 20220130 └── v2ex.com ├── .keep ├── index.html └── index_files ├── 077f53fd764aad5c6643f4629a387df6.png ├── 0c156a026e75ce3dc3f4a87d3b6466e0.jpg ├── 11c153dadabcdb2ff5b52f76797ec1d1.png ├── 127428_large.png ├── 13e63f786104a8285b344f7f1f736ee5.png ├── 13e63f786104a8285b344f7f1f736ee5_002.png ├── 174672_xlarge.png ├── 180552_large.png ├── 194144_large.png ├── 194458_large.png ├── 1e1ab2b2dc326b845b2bee1ce95a43e8.png ├── 1e1ab2b2dc326b845b2bee1ce95a43e8_002.png ├── 1eadc049a51aaa8bad1b87eec1c9857b.png ├── 211732_normal.png ├── 215460_normal.png ├── 22f6289ca76b4d9addcf63fc6b19643d.png ├── 242958_large.png ├── 253762_large.png ├── 256649_large.png ├── 291135922eabd517aceb708b2e19fb84.png ├── 305333_large.png ├── 309227_large.png ├── 315306_large.png ├── 330833_large.png ├── 407496_large.png ├── 417414_large.png ├── 422752_large.png ├── 461fe7f7ab23b18e209c027e72c5c00a.png ├── 463491_large.png ├── 466200_normal.png ├── 469082_large.png ├── 473786_large.png ├── 478624_large.png ├── 530181_normal.png ├── 530209_normal.png ├── 53a560b5606ce97ece9e75b247dfbe0e.jpg ├── 53d20db2564138ef4c3f3513d80bc2d104eaa1ea-combo.js ├── 546965_xlarge.png ├── 548133_xlarge.png ├── 569601_xlarge.png ├── 60109_normal.png ├── 65420f2bd3853599f280eaa684390f65.png ├── 66676_xlarge.png ├── 7533125b485db2a9a75aa3571c736e8c.png ├── 7a5401df6375074fc6d0a0b9d49492b4.jpg ├── 7d0319cbf0613266cc1442a9bc13fced.png ├── 7e2c5aa0a7839311e3d1d4f8f67ffc71.png ├── 84e6dedea0f61d47c86d166f62d3a109.png ├── 9b01ac352b9a7751aca3fbf0cef145a5f0b4565f-combo.css ├── a3ea89a680bd289270b248e39506d747.png ├── a62b9d06c807b2250781033b04b4d631.png ├── ads.htm ├── adsbygoogle.js ├── aframe.htm ├── analytics.js ├── bcbc27900afb1a5adcfd6914c333b2e7.jpg ├── c27d945d034f2da687304f5ec6dab8ec.jpg ├── c87484c1062f990c6ef9e1a9c27bdc60.png ├── cookie.js ├── d0343c7d4e5d533992fb642c3fb9a135.png ├── d79486ef03ffd87194aee807083984d3.png ├── e946f21ad6855271a20842a1286078ec.png ├── f6d4baad62e4ee124d392af83650f37d.jpg ├── f9f83b89824f646274c2417549e884f4.png ├── integrator.js ├── integrator_002.js ├── keep ├── language.png ├── makemoney.js ├── rss2x.png ├── show_ads_impl_with_ama_fy2019.js ├── tomorrow.css └── zrt_lookup.htm /README.md: -------------------------------------------------------------------------------- 1 | ## GitHub Wayback Machine 2 | 一个互联网的档案馆。 3 | 档案馆数据全部于GFW内可用。本档案馆的成立是为了解决Wayback Machine在中国大陆境内无法正常使用的问题。 4 | Wayback Machine: https://web.archive.org 5 | ### 如何参与我们的计划? 6 | Ⅰ:选取你要备份的网页,右键另存为index.html。 7 | Ⅱ:将index.html 与文件夹 index_files 同时上传于本项目,创建文件夹 /web/时间/域名。 8 | Ⅲ:等待 pull request。pr通过后,等待一会,可以正常访问备份的网页。 9 | 10 | 11 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-leap-day -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |21 | Phew, GitHub is over ten years old now... and is unquestionably synonomous with open source. After 10 years, those GitHub ribbons are more than overdue for a cleaner, more modern alternative. This is my take. 22 |
23 |24 | By using SVG, these corners can be clean and sharp. Any color, and size. As well as have a little character... on hover for desktop, and on page load for mobile devices. 25 |
26 |
27 | You can build your own with the SVGs, copy some of the pre-defined code below, or just change the fill
and color
values on the main <svg>
element.
28 |