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
/
opensource.html
124 lines (107 loc) · 4.49 KB
/
opensource.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
<!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">
<!-- include scripts & styles -->
<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/list.css">
<script src="assets/js/minigrid.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
</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 target="_blank" href="https://github.com/KCORES">Github</a>
</nav>
</div>
</header>
<!-- masthead -->
<div id="masthead">
<div id="masthead-content">
<div id="masthead-icon">
<img src="./assets/content-image/topic-icon/kcores-open-source-logo.png" />
</div>
<div id="masthead-subcontent">
<h1 id="masthead-title">KCORES 开源项目</h1>
<p id="masthead-desc">KCORES 开源硬件项目, 为广大硬件爱好者提供更多的选择</p>
</div>
</div>
</div>
<!-- grid content -->
<div class="water-basic">
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 1">
<img src="./database/opensource/repo/KCORES-FlexibleLOM-Adapter/assets/images/FlexibleLOM-Adapter-cover.jpg" alt="">
</div>
<div class="entry-title"><a target="_blank" href="./KCORES-FlexibleLOM-Adapter.html">KCORES-FlexibleLOM-Adapter - FlexibleLOM 转 PCIe x8 转接卡开源设计方案</a></div>
<div class="entry-info">@Wangrb / @AlphaArea / 2020-10-05</div>
</div>
<!-- THIS CONTENT IS AUTOMATIC GENERATED BY CONTENT-BUILDER, DO NOT EDIT THIS FILE MANUALLY -->
<div class="item">
<div class="entry-image 2">
<img src="./database/opensource/repo/OCP2PCIe/assets/images/OCP2PCIe-cover.jpg" alt="">
</div>
<div class="entry-title"><a target="_blank" href="./OCP2PCIe.html">OCP2PCIe - OCP 夹层卡转 PCIe x8 转接卡开源设计方案</a></div>
<div class="entry-info">@AlphaArea / @Richard-Tung / 2020-03-16</div>
</div>
</div>
<!-- load js -->
<script>
(function () {
var imgLoad = imagesLoaded('.water-basic', function () {
})
imgLoad.on('progress', function (instance, image) {
console.log('image: ', image);
image.img.style.minHeight='auto'
console.log('instance: ', instance);
var grid;
function init() {
grid = new Minigrid({
container: '.water-basic',
item: '.item',
gutter: 12,
animate: function () {
console.log(222)
}
});
grid.mount();
}
// mount
function update() {
setTimeout(function () {
grid.mount();
}, 100)
}
init()
window.addEventListener('resize', update);
})
})()
</script>
</body>
</html>