This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
blogroll.html
113 lines (97 loc) · 4.32 KB
/
blogroll.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180293201-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-180293201-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> KCORES - 氪金核心 </title>
<link rel="shortcut icon" href="assets/logo/kcores-logo.ico" />
<meta name="keywords" content=" KCORES, 氪金核心, 消费电子, 万兆网络, 家用NAS, 垃圾佬, 服务器, 云服务及主机, 仪表, Homelab, Vintage" />
<meta name="description" content="KCORES - 氪金核心. 一个奇特的电子产品爱好者网站. 该项目由 @karminski-牙医 发起, 目的是建立一个大家能轻松讨论泛计算机话题的环境." />
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="assets/styles/rem.css">
<link rel="stylesheet" type="text/css" href="assets/styles/reset.css">
<link rel="stylesheet" type="text/css" href="assets/styles/base.css">
<link rel="stylesheet" type="text/css" href="assets/styles/blogroll.css">
</head>
<body>
<div id="main">
<!-- Herader -->
<header>
<div class="inner ">
<nav class="left">
<a href="https://kcores.com/" class="logo"><h1>KCORES 氪金核心</h1></a>
<a href="https://kcores.com/reading" class="nav-button"><h1>阅读</h1></a>
<a href="https://kcores.com/topics" class="nav-button"><h1>话题</h1></a>
<a href="https://kcores.com/opensource" class="nav-button"><h1>开源硬件</h1></a>
</nav>
<nav class="right">
<a href="https://kcores.com/about">关于</a>
<a href="https://kcores.com/blogroll">友情链接</a>
<a target="_blank" href="https://github.com/KCORES">Github</a>
</nav>
</div>
</header>
<!-- Content -->
<content>
<div id="entry">
<div class="desc">
<div class="desc-info">
<h1>友情链接 (按添加时间顺序): </h1>
</div>
<div id="friends">
<!-- jinkan.org -->
<a class="item" target="_blank" href="http://jinkan.org/">
<div class="friend">
<div class="friend-img-div">
<img class="friend-img" src="assets/content-image/blogroll-icon/jinkan-logo.png" />
</div>
<div class="friend-content">
<div class="friend-title">人间 · Jinkan</div>
<!-- max 30 character -->
<div class="friend-desc">某白学 Python 码农群体</div>
<div class="friend-url">https://jinkan.org/</div>
</div>
</div>
</a>
<!-- www.project-sp.org -->
<a class="item" target="_blank" href="https://www.project-sp.org:2020/">
<div class="friend">
<div class="friend-img-div">
<img class="friend-img" src="assets/content-image/blogroll-icon/project-sp-logo.jpg" />
</div>
<div class="friend-content">
<div class="friend-title">PROJECT-SP</div>
<!-- max 30 character -->
<div class="friend-desc">PROJECT-SP MC 公益服务器</div>
<div class="friend-url">https://www.project-sp.org:2020/</div>
</div>
</div>
</a>
<!-- www.rog-net.com -->
<a class="item" target="_blank" href="https://www.rog-net.com/">
<div class="friend">
<div class="friend-img-div">
<img class="friend-img" src="assets/content-image/blogroll-icon/rog-net-logo.jpg" />
</div>
<div class="friend-content">
<div class="friend-title">ROG-NET</div>
<!-- max 30 character -->
<div class="friend-desc">00后垃圾佬的博客</div>
<div class="friend-url">https://www.rog-net.com/</div>
</div>
</div>
</a>
</div>
</div>
</div>
</content>
</div>
</body>
</html>