Skip to content

Update index.html #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 59 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
43c18b4
Create jekyll-gh-pages.yml
ningguoxu May 2, 2024
7edcd05
Update about.html
ningguoxu May 2, 2024
7232d2a
Delete en directory
ningguoxu May 2, 2024
b0151cf
Update 404.html
ningguoxu May 2, 2024
ee2ae7a
Update 404.html
ningguoxu May 2, 2024
0d075c8
Update index.html
ningguoxu May 2, 2024
0a6eeb0
Update CNAME
ningguoxu May 2, 2024
b1d292f
Update index.html
ningguoxu May 2, 2024
9be5a10
Add files via upload
ningguoxu May 2, 2024
44f7405
Add files via upload
ningguoxu May 2, 2024
d3f9a7f
Add files via upload
ningguoxu May 2, 2024
db33ba3
Update about.html
ningguoxu May 2, 2024
981900b
Update index.html
ningguoxu May 2, 2024
004595b
Update index.html
ningguoxu May 2, 2024
55a0840
Delete README.md
ningguoxu May 2, 2024
c961aae
Add files via upload
ningguoxu May 2, 2024
9aa83b5
Add files via upload
ningguoxu May 2, 2024
11b192b
Add files via upload
ningguoxu May 2, 2024
fbd52c9
Update about.html
ningguoxu May 2, 2024
02175a5
Update about.html
ningguoxu May 2, 2024
7c9c721
Update index.html
ningguoxu May 3, 2024
a08ff76
Create Copilot-080912
ningguoxu May 3, 2024
fb63f17
Delete assets/images/logos/ngx/Copilot-080912
ningguoxu May 3, 2024
d9b6648
Create README.md
ningguoxu May 3, 2024
8027f27
Add files via upload
ningguoxu May 3, 2024
f36ef50
Add files via upload
ningguoxu May 3, 2024
01302d5
Add files via upload
ningguoxu May 3, 2024
c2096ac
Add files via upload
ningguoxu May 3, 2024
47d85a8
Add files via upload
ningguoxu May 3, 2024
ddbe778
Update index.html
ningguoxu May 3, 2024
fb7c048
Add files via upload
ningguoxu May 3, 2024
4244af0
Update index.html
ningguoxu May 3, 2024
48b2052
Create README.md
ningguoxu May 3, 2024
718027f
Update README.md
ningguoxu May 3, 2024
2adc2b3
Update README.md
ningguoxu May 3, 2024
150ea8b
Update about.html
ningguoxu May 3, 2024
21e037b
Update index.html
ningguoxu May 3, 2024
c5f6da8
Add files via upload
ningguoxu May 3, 2024
5283cb9
Add files via upload
ningguoxu May 3, 2024
924d833
Add files via upload
ningguoxu May 3, 2024
16c629e
Update index.html
ningguoxu May 3, 2024
438e9c0
Update index.html
ningguoxu May 3, 2024
e703269
Update index.html
ningguoxu May 3, 2024
e17b406
Update index.html
ningguoxu May 4, 2024
b4fd1c6
Update index.html
ningguoxu May 4, 2024
2f6d074
Update index.html
ningguoxu May 4, 2024
b768184
Add files via upload
ningguoxu May 4, 2024
29138a2
Add files via upload
ningguoxu May 4, 2024
df76ecc
Add files via upload
ningguoxu May 4, 2024
32889b9
Update index.html
ningguoxu May 4, 2024
eb2219a
Update index.html
ningguoxu May 4, 2024
8a60c71
Update index.html
ningguoxu May 4, 2024
076a59d
Update README.md
ningguoxu May 4, 2024
e865f0b
Update index.html
ningguoxu May 4, 2024
d9c5806
Update index.html
ningguoxu May 4, 2024
e31b4ac
Update about.html
ningguoxu May 4, 2024
df40cde
Update index.html
ningguoxu May 4, 2024
832c670
Update index.html
ningguoxu May 4, 2024
368fad6
Update index.html
ningguoxu May 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
<section id="about" class="animated bounce-in">
<div class="bg-align">
<h1>404</h1>
<p>Oops! It looks like you're lost...</p>
<p>The Page you're looking for doesn't exist or another error occurred.</p>
<p><a href="http://webstack.cc">👉 webstack.cc</a></p>
<p>哎呀!看来你迷路了...</p>
<p>您要查找的页面不存在或发生其他错误。</p>
<p><a href="https://ningguoxu.github.io/cn/index.html">👉 回到主页</a></p>
</div>
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
webstack.cc
ningguoxu.github.io
193 changes: 13 additions & 180 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,193 +1,26 @@
Webstack网址导航
===
### Demo: [➡️ www.webstack.cc](https://webstack.cc)
# 欢迎来到这里

QQ群交流:304584722 ; QQ交流群2:740911918
本项目基于GitHub开源项目进行二次开发。

本项目这是一个网址导航网站,内容均由[viggo](https://www.viggoz.com)收集并整理。本项目前端基于bootstrap前端框架开发,各后台及主题版本由广大网友提供。
![image](https://github.com/ningguoxu/ningguoxu.github.io/assets/87106666/d3c55e79-355b-4a76-99c9-265890f2a0d3)

下面提供了多种主题及后台版本供大家选择,感谢各位GitHub网友无私贡献🙏,具体各版本后台使用方法请查看对应的开源说明文档!

注意⚠️:以下webstack所有项目均为开源项目,webstack没有任何Pro版本或专业版本!
原项目: [WebStackPage](https://github.com/WebStackPage/WebStackPage.github.io)

![](http://www.webstack.cc/assets/images/preview.gif)
本项目完全免费,无需付费即可使用。

这是一个开源的公益项目,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。如果你有任何疑问,可以通过个人网站[viggoz.com](https://www.viggoz.com)中的联系方式找到我,欢迎与我交流分享。
# 本项目使用GitHub Page部署

声明
===
"一导航"未经允许推出的“Webstack Pro 版本”付费导航主题,跟本项目没有任何关系,在此解答[类似 Issues](https://github.com/WebStackPage/WebStackPage.github.io/issues/89),已经和该公司多次沟通,该公司始终没有移除所有“Webstack Pro”相关名称,在这里郑重声明。
目前 Webstack 已经有数十种完全免费开源后端版本,数十位共建者在维护本项目,本项目尊重各位共建者劳动成果实现盈利,但不鼓励任何盗用 **WebstackPro** 名义盈利的行为。
GitHub:[Github Page](https://pages.github.com/?(null))

![](https://github.com/WebStackPage/WebStackPage.github.io/blob/master/assets/images/webstack_no_pro.png)
# 相关链接

欢迎加群一起学习交流技术
---
|Q群(304584722)|Q群2(740911918)|
|--|--|
|![](http://www.webstack.cc/assets/images/qqgroup_webstack.jpg)|![](http://www.webstack.cc/assets/images/qqgroup_webstack2.jpg)|
以下是作者的其他项目

怎么用?
---
你可以像我一样直接使用静态托管形式,如果你需要一个后台系统方便管理,可以参考下面的第二第三种解决方案:
#### 方法1. 使用静态托管
最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。
个人博客:[080912.XYZ](https://080912.xyz)

#### 方法2. 使用 Wordpress 主题搭建系统🔥(感谢[@owen0o0](https://github.com/hui-ho)提供)
开源地址:https://github.com/owen0o0/WebStack

**注意:付费版本和本项目没任何关系,售后问题请找作者**

#### 方法3. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供)
开源地址:https://github.com/hui-ho/WebStack-Laravel

Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel

#### 方法4. Hexo主题
开源地址: https://github.com/HCLonely/hexo-theme-webstack

#### 方法5.1 Hugo主题一🔥
开源地址:https://github.com/shenweiyan/WebStack-Hugo

安装说明:https://www.yuque.com/shenweiyan/cookbook/webstack-hugo

#### 方法5.2 Hugo主题二
开源地址: https://github.com/iplaycode/webstack-hugo

主题演示: https://iplaycode.github.io/nav/

#### 方法6. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供)
开源地址:https://github.com/jsnjfz/WebStack-Guns

#### 方法7. springboot后台 Nikati-WebStack-Guns ❤️ (感谢[Nikati \(Nikati\)](https://github.com/Nikati)提供)
开源地址:https://github.com/Nikati/WebStack-Guns-NKT

#### 方法8.1 使用 Jekyll 版本的后台🔥(感谢[@0xl2oot](https://github.com/0xl2oot)提供)
开源地址:[https://github.com/0xl2oot/webstack-jekyll](https://github.com/0xl2oot/webstack-jekyll)

#### 方法8.2 从Chrome书签生成Jekyll版本配置的工具
体验网址: https://w.hanxi.info/convert.html

开源地址: https://github.com/hanxi/webstack-jekyll

#### 方法9.1 钻芒二开Typecho主题
开源地址:https://www.zmki.cn/5366.html

比较详细的安装教程:https://www.waoww.com/typecho-theme/zmki-webstack.html

预览地址:https://tool.zmki.cn/

#### 方法9.2 SEOGO二开Typecho主题
开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html)

#### 方法10. 静态博客Gridea主题
开源地址: https://github.com/lmm214/gridea-theme-webstack

在线预览: https://edui.fun/

#### 方法11. VUE版本
开源地址: https://github.com/Anjaxs/WebStack-vue/tree/master

#### 方法12. flask-blog-platform
开源地址: https://github.com/shitianfang/flask-blog-platform/tree/master

#### 方法13. 基于 Golang 开发的后台系统🔥 Webstack-Go (感谢[@ch3nnn](https://github.com/ch3nnn)提供)
开源地址: https://github.com/ch3nnn/webstack-go

#### 方法14. 自己写后台系统
可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《webstack \| viggo》](http://blog.viggoz.com/2018/01/03/2018-01-03-webstack/)。静态源码(半成品):[https://github.com/WebStackPage/webstack-Admin](https://github.com/WebStackPage/webstack-Admin)

如果你有更好的解决方案,并且能够开源供大家使用,可以在本项目提Issus,或者直接通过我个人网站中的联系方式联系我。

JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO.



关于图片资源
---
```/assets/images/logos/default.png``` 这是网站标签的默认图标

```/assets/images/logos``` 这里是所有网站内的图标切图,尺寸均为120px*120px

```/assets/webstack_logos.sketch``` 这是网站标签收录的所有图标设计源文件,你可以在这里[下载](https://WebStackPage.github.io/assets/webstack_logos.sketch) 。打开前请确认Sketch版本高于50.2(55047)

优秀项目示例
---
本项目开源已经有一年多,陆续有很多小伙伴使用这个主题制作了自己的导航网站,下面列出了一些我知道的基于webstack或者使用webstack主题开发的项目,都是做的比较好的一些小伙伴,供大家借鉴。也欢迎各位开发者把自己的项目加进来~ 发 Pull Request 或 Issue 即可
(入选标准:必须是webstack项目相关的网站)

| 状态 | 网站名 | 网址 |
| --- | --- | --- |
| ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) |
| ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) |
| ✅已上线 | 互联网资源库房 | [库房369-互联网资源库房](https://kf369.cn/) |
| ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) |
| ✅已上线 | 程序员网址导航 | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) |
| 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) |
| ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) |
| ❌已下线 | 谢週五の导航站 | [谢週五の导航站 - 5nav.ml](https://5nav.ml/) |
| ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) |
| ❌已下线 | 币门 | [币门 通向加密货币之门](https://www.bimen.com/) |
| ❌已下线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT - 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) |
| ❌已下线 | Azt's 导航网站 | [Azt's 导航网站](https://bookmark.cwenyu.net/) |
| ❌已下线 | moshuxv | [moshuxv.xyz](https://moshuxv.xyz/) |
| ❌已下线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) |
| ❌已下线 | 卖家大全 - 最全卖家导航 | [http://maijiadaquan.com/](http://maijiadaquan.com/) |
| ❌已下线 | 魔米导航 | [魔米导航 - 精品网址导航](http://www.nmomi.com/) |
| ❌已下线 | 电力行业的网站导航 | [万家灯火,有你有我](http://zhiliaopower.cn/) |
| ❌已下线 | 域名购买&域名商场&行业导航 | [http://www.yichushou.com/](http://www.yichushou.com/) |
| ❌已下线 | 杏map | [http://xx-map.com/](http://xx-map.com/) |
| ❌已下线 | DreamThere - 梦想导航 | [https://nav.dreamthere.com/](https://nav.dreamthere.com/) |
| ❌已下线 | JKnear导航 - 建筑结构设计导航 | [http://jk.jknear.com:777/](http://jk.jknear.com:777/) |
| ❌已下线 | site navigation – QAOZEN | [https://qaozen.com/nav/](https://qaozen.com/nav/) |
| ❌已下线 | 我的收藏夹 - 个人网址导航站 | [https://www.kukiliao.com/](https://www.kukiliao.com/) |
| ❌已下线 | vv.lc - 网址导航 | [http://vv.lc/](http://vv.lc/) |
| ❌已下线 |Pandaroll.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) |
| ❌已下线 | Link - 我的网址收藏夹 | [Link - 我的网址收藏夹](https://link.jianrry.com) |
| ❌已下线 | 77导航 | [77导航](https://nav.dig77.com/) |
| ❌已下线 | 牛导航 - 实用工具导航 | [http://ziliao6.com/](http://ziliao6.com/) |
| ❌已下线 | QAdoc - 测试工作者导航 | [http://nav.qadoc.org/cn/index.html](http://nav.qadoc.org/cn/index.html) |
| ❌已下线 | t.hiihi | [http://t.hiihi.cn/](http://t.hiihi.cn/) |
| ❌已下线 | hytale导航 | [https://www.hytale-nav.com/](https://www.hytale-nav.com/) |
| ❌已下线 |英阅导航 | [英阅网址导航](http://enreading.ishare20.net/) |
| ❌已下线 |小猪猪导航 | [小猪猪导航](http://xzz11.xyz/cn/index.html) |
| ❌已下线 |有钱导航 | [有钱导航](http://www.youqiandaohang.com/) |
| ❌已下线 |创意探手导航 | [创意探手导航](http://tans119.com/) |
| ❌已下线 |126云导航 | [126云导航 \- 最好用的浏览器主页](http://www.126yun.cn//) |
| ❌已下线 |qiqijiavip | [http://www.qiqijiavip.com](http://www.qiqijiavip.com) |
| ❌已下线 | zou0 | [http://www.zou0.com/cn/index.html](http://www.zou0.com/cn/index.html) |
| ❌已下线 | Matrix Navigation | [Matrix Navigation \-](https://navi.sh-oo.com/) |
| ❌已下线 | lerso.cn | [http://lerso.cn/](http://lerso.cn/) |
| ❌已下线 | dh.wdj.pw | [WebStack\.cc \- 设计师网址导航](https://dh.wdj.pw/cn/index.html) |
| ❌已下线 | wukandy.cn | [https://wukandy.cn/](https://wukandy.cn/) |
| ❌已下线 | 奇客数码导航 - 专注IT自媒体导航网站 | [https://nav.qikepai.cn/](https://nav.qikepai.cn/) |
| ❌已下线 | 7299导航 | [https://www.mmbbao.com/](https://www.mmbbao.com/) |
| ❌已下线 | 东莞理工学习导航 | [http://gd.dgut.top/cn/index2.html](http://gd.dgut.top/cn/index2.html) |
| ❌已下线 | Dapp公园 | [http://xdapp.pw/](http://xdapp.pw/) |
| ❌已下线 | zero-null | [https://zero-null.github.io/works/cn/index.html](https://zero-null.github.io/works/cn/index.html) |
| ❌已下线 | alabom.top | [http://alabom.top/cn/index.html](http://alabom.top/cn/index.html) |
| ❌已下线 | 水木清华 | [水木清华](https://www.open985.com/) |
| ❌已下线 | 新媒体百宝箱 | [新媒体百宝箱](https://www.xmtbbx.com/) |
| ❌已下线 | 酸奶 - 广告运营从业者类别导航 | [酸奶 \- 专注广告运营从业者类别导航](http://about.edu233.cn/) |
| ❌已下线 | AVI导航 - 一键到达好去处 | [https://www.avi101.com/](https://www.avi101.com/) |
| ❌已下线 | 京东运营网址导航 | [http://miyue1980.com/](http://miyue1980.com/) |
| ❌已下线 | 快导航 - 简单的网址导航大全 | [https://wukandy.cn/](https://wukandy.cn/) |
| ❌已下线 | 喵帕斯 - 喵帕斯导航页 | [http://naspro.cc/](http://naspro.cc/) |
| ❌已下线 | tool - wxuegao | [http://tool.wxuegao.com/](http://tool.wxuegao.com/) |
| ❌已下线 | 浮生论坛 \- 念念不忘,必有回响 | [浮生论坛 \- 念念不忘,必有回响](https://fusfun.club/cn/index.html) |
## License

Copyright © 2017-2023 **[webstack.cc](https://webstack.cc)** Released under the **MIT License**.

> 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。
> 如果你使用这个开源项目,请**注明**本项目开源地址。

Screenshot 📷
---
![](http://www.webstack.cc/assets/images/webstack_banner_cn.png)
![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-03-Introduction.png)
![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-04-infomation.png)
![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-05-production.png)
![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-06-production2.png)
![image](https://github.com/ningguoxu/ningguoxu.github.io/assets/87106666/882954aa-abd8-41cb-b423-932be55e2531)

网站导航:[HelloWorld.](https://ningguoxu.github.io)

![image](https://github.com/ningguoxu/ningguoxu.github.io/assets/87106666/ab422a1e-e1a7-4e81-8442-7a699a344c7b)
Binary file modified assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/logo-collapsed@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/logo_dark@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/080912.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/Copilot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/Notion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/logos/ngx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
这是一个存储logo的新地方!!!
Binary file added assets/images/logos/ngx/bing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/duckduckgo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/fotor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/huggingface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/msn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/tor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ngx/zhihu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading