Skip to content

Commit 1153e6f

Browse files
committed
Deploying to gh-pages from @ 88c4a03 🚀
1 parent 6e439ea commit 1153e6f

File tree

246 files changed

+34619
-19561
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+34619
-19561
lines changed

1715173329/index.html

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
<body>
6262

6363
<!-- Main Content -->
64-
<!-- 头部 -->
64+
65+
<!-- 头部 -->
6566
<div class="header header-detail">
6667
<!-- 导航 -->
6768
<nav class="navbar navbar-expand-lg navbar-dark" id="navWrap">
@@ -87,6 +88,21 @@
8788
<li class="nav-item">
8889
<a href="https://github.com/opensourcewin" target="_blank" class="nav-link">GitHub</a>
8990
</li>
91+
<li class="nav-item dropdown">
92+
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
93+
往年榜单
94+
</a>
95+
96+
<ul class="dropdown-menu">
97+
98+
<li><a class="dropdown-item" href="/ranking-2023 ">2023</a></li>
99+
100+
<li><a class="dropdown-item" href="/ranking-2022 ">2022</a></li>
101+
102+
<li><a class="dropdown-item" href="/ranking-2021 ">2021</a></li>
103+
104+
</ul>
105+
</li>
90106
</ul>
91107
</div>
92108
</div>
@@ -120,8 +136,6 @@
120136
<span class="fs-5 lh-sm">
121137
<select class="text-secondary ranking">
122138

123-
<option value="45">2024 #45</option>
124-
125139
<option value="35">2023 #35</option>
126140

127141
<option value="42">2022 #42</option>
@@ -130,7 +144,6 @@
130144

131145
</select>
132146
</span>
133-
134147

135148
</div>
136149
<div class="text-secondary mt-2">Chongqing, China</div>
@@ -156,6 +169,16 @@ <h3 id="主要贡献项目"><a href="#主要贡献项目" class="headerlink" tit
156169
<li><a target="_blank" rel="noopener" href="https://github.com/Zxilly/UA2F">https://github.com/Zxilly/UA2F</a></li>
157170
</ul>
158171

172+
173+
<h4>开发活动</h4>
174+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=4&shareParams=22235437,10&isShare=true" title="" frameborder="0"></iframe>
175+
176+
<h4>开源伙伴</h4>
177+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=5&shareParams=22235437,10&isShare=true" title="" frameborder="0"></iframe>
178+
179+
<h4>开源兴趣</h4>
180+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=6&shareParams=22235437,5,3&isShare=true" title="" frameborder="0"></iframe>
181+
159182
</div>
160183
</div>
161184
</div>
@@ -164,6 +187,7 @@ <h3 id="主要贡献项目"><a href="#主要贡献项目" class="headerlink" tit
164187
<div class="page-footer">Copyright &#169 2022 - 2024 OpenSource.Win</div>
165188

166189

190+
167191
<!-- Footer -->
168192
<!-- <script>
169193
window.onload = function () {

2betop/index.html

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
4+
<!-- Head tag -->
5+
<head>
6+
7+
<meta charset="utf-8"/>
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
9+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
10+
11+
<!-- Title -->
12+
13+
<title>liaoxuezhi - 中国开源码力榜</title>
14+
15+
<!--Description-->
16+
17+
18+
19+
20+
<meta name="description" content="beijing"/>
21+
22+
23+
<!--Author-->
24+
25+
<meta name="author" content="OpenSource.Win"/>
26+
27+
28+
<!--Open Graph Title-->
29+
<meta property="og:title" content="liaoxuezhi - 中国开源码力榜" />
30+
31+
<!--Open Graph Description-->
32+
33+
<meta property="og:description" content="beijing"/>
34+
35+
36+
<!--Open Graph Site Name-->
37+
<meta property="og:site_name" content="中国开源码力榜"/>
38+
39+
<!--Type page-->
40+
41+
<meta property="og:type" content="article"/>
42+
43+
44+
<meta name="twitter:site" content="中国开源码力榜">
45+
<meta name="twitter:card" content="summary_large_image">
46+
<meta name="twitter:title" content="liaoxuezhi - 中国开源码力榜">
47+
48+
<meta name="twitter:description" content="beijing">
49+
50+
<meta name="twitter:image" content="https://raw.githubusercontent.com/OpenSourceWin/OpenSourceWin.github.io/main/themes/OpenSouceWin/source/img/banner-index.png">
51+
52+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
53+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
54+
<link rel="shortcut icon" href="/img/favicon.ico">
55+
56+
<link rel="stylesheet" href="/css/index.css">
57+
58+
<meta name="generator" content="Hexo 6.3.0"></head>
59+
60+
61+
<body>
62+
63+
<!-- Main Content -->
64+
65+
<!-- 头部 -->
66+
<div class="header header-detail">
67+
<!-- 导航 -->
68+
<nav class="navbar navbar-expand-lg navbar-dark" id="navWrap">
69+
<div class="container container-fluid">
70+
<a class="navbar-brand" href="/">中国开源码力榜</a>
71+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
72+
<span class="navbar-toggler-icon"></span>
73+
</button>
74+
<div class="collapse navbar-collapse justify-content-sm-end" id="navbarSupportedContent">
75+
<ul class="navbar-nav mb-2 mb-lg-0">
76+
<li class="nav-item">
77+
<a href="https://opensource.win#ranking" class="nav-link">榜单背景</a>
78+
</li>
79+
<li class="nav-item">
80+
<a href="https://opensource.win#standard" class="nav-link">评选标准</a>
81+
</li>
82+
<li class="nav-item">
83+
<a href="https://opensource.win#detail" class="nav-link">榜单详情</a>
84+
</li>
85+
<li class="nav-item">
86+
<a href="https://opensource.win#partner" class="nav-link">合作伙伴</a>
87+
</li>
88+
<li class="nav-item">
89+
<a href="https://github.com/opensourcewin" target="_blank" class="nav-link">GitHub</a>
90+
</li>
91+
<li class="nav-item dropdown">
92+
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
93+
往年榜单
94+
</a>
95+
96+
<ul class="dropdown-menu">
97+
98+
<li><a class="dropdown-item" href="/ranking-2023 ">2023</a></li>
99+
100+
<li><a class="dropdown-item" href="/ranking-2022 ">2022</a></li>
101+
102+
<li><a class="dropdown-item" href="/ranking-2021 ">2021</a></li>
103+
104+
</ul>
105+
</li>
106+
</ul>
107+
</div>
108+
</div>
109+
110+
</nav>
111+
<!-- 头部内容 -->
112+
<div class="container">
113+
<div class="row justify-content-center">
114+
<div class="col-12 col-md-8">
115+
<img src="/img/banner-detail.png" class="home-head" alt="logo">
116+
</div>
117+
</div>
118+
</div>
119+
</div>
120+
<!-- 详情 -->
121+
<div class="container pt-5 detail-content">
122+
<div class="row justify-content-center">
123+
<div class="col-sm-12 col-md-8">
124+
<div class="d-flex flex-column flex-md-row justify-content-between">
125+
<div class="d-flex">
126+
127+
128+
<img src="https://avatars.githubusercontent.com/u/2698393?v=4" loading="lazy" alt="liaoxuezhi" class="rounded detail-avatar me-4">
129+
130+
131+
<div>
132+
<div class="detail-nick">
133+
liaoxuezhi
134+
135+
136+
<span class="fs-5 lh-sm">
137+
<select class="text-secondary ranking">
138+
139+
<option value="35">2024 #35</option>
140+
141+
</select>
142+
</span>
143+
144+
</div>
145+
<div class="text-secondary mt-2">beijing</div>
146+
<div class="mt-2">
147+
<a href="https://github.com/2betop" title="@2betop" target="_blank" rel="noopener">@2betop</a>
148+
</div>
149+
</div>
150+
</div>
151+
<img src="/img/award.png" class="mt-3 mt-sm-0 d-none d-lg-block" alt="Hacking Heros Logo" width="250" height="170">
152+
</div>
153+
154+
<div class="contribute mt-4 mt-sm-1">
155+
156+
157+
<h4>开发活动</h4>
158+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=4&shareParams=2698393,10&isShare=true" title="" frameborder="0"></iframe>
159+
160+
<h4>开源伙伴</h4>
161+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=5&shareParams=2698393,10&isShare=true" title="" frameborder="0"></iframe>
162+
163+
<h4>开源兴趣</h4>
164+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=6&shareParams=2698393,5,3&isShare=true" title="" frameborder="0"></iframe>
165+
166+
</div>
167+
</div>
168+
</div>
169+
</div>
170+
171+
<div class="page-footer">Copyright &#169 2022 - 2024 OpenSource.Win</div>
172+
173+
174+
175+
<!-- Footer -->
176+
<!-- <script>
177+
window.onload = function () {
178+
const navWrap = document.getElementById('navWrap');
179+
window.addEventListener('scroll', function() {
180+
if (window.scrollY > 100) {
181+
navWrap.style.backgroundColor = '#212529';
182+
} else {
183+
navWrap.style.backgroundColor = 'transparent';
184+
}
185+
})
186+
}
187+
</script> -->
188+
189+
</body>
190+
191+
</html>

88250/index.html

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
<body>
6262

6363
<!-- Main Content -->
64-
<!-- 头部 -->
64+
65+
<!-- 头部 -->
6566
<div class="header header-detail">
6667
<!-- 导航 -->
6768
<nav class="navbar navbar-expand-lg navbar-dark" id="navWrap">
@@ -87,6 +88,21 @@
8788
<li class="nav-item">
8889
<a href="https://github.com/opensourcewin" target="_blank" class="nav-link">GitHub</a>
8990
</li>
91+
<li class="nav-item dropdown">
92+
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
93+
往年榜单
94+
</a>
95+
96+
<ul class="dropdown-menu">
97+
98+
<li><a class="dropdown-item" href="/ranking-2023 ">2023</a></li>
99+
100+
<li><a class="dropdown-item" href="/ranking-2022 ">2022</a></li>
101+
102+
<li><a class="dropdown-item" href="/ranking-2021 ">2021</a></li>
103+
104+
</ul>
105+
</li>
90106
</ul>
91107
</div>
92108
</div>
@@ -120,7 +136,7 @@
120136
<span class="fs-5 lh-sm">
121137
<select class="text-secondary ranking">
122138

123-
<option value="44">2024 #44</option>
139+
<option value="37">2024 #37</option>
124140

125141
<option value="58">2023 #58</option>
126142

@@ -130,7 +146,6 @@
130146

131147
</select>
132148
</span>
133-
134149

135150
</div>
136151
<div class="text-secondary mt-2">Kunming, China</div>
@@ -156,6 +171,16 @@ <h3 id="主要贡献项目"><a href="#主要贡献项目" class="headerlink" tit
156171
<li><a target="_blank" rel="noopener" href="https://github.com/siyuan-note/siyuan-chrome">https://github.com/siyuan-note/siyuan-chrome</a></li>
157172
</ul>
158173

174+
175+
<h4>开发活动</h4>
176+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=4&shareParams=873584,10&isShare=true" title="" frameborder="0"></iframe>
177+
178+
<h4>开源伙伴</h4>
179+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=5&shareParams=873584,10&isShare=true" title="" frameborder="0"></iframe>
180+
181+
<h4>开源兴趣</h4>
182+
<iframe width="100%" height="500" src="https://osgraph.com/result?shareId=6&shareParams=873584,5,3&isShare=true" title="" frameborder="0"></iframe>
183+
159184
</div>
160185
</div>
161186
</div>
@@ -164,6 +189,7 @@ <h3 id="主要贡献项目"><a href="#主要贡献项目" class="headerlink" tit
164189
<div class="page-footer">Copyright &#169 2022 - 2024 OpenSource.Win</div>
165190

166191

192+
167193
<!-- Footer -->
168194
<!-- <script>
169195
window.onload = function () {

0 commit comments

Comments
 (0)