-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (73 loc) · 2.48 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Awesome Rust</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
</head>
<body>
<section class="section">
<div class="container">
<div class="content column is-half is-offset-6" style="text-align: right">
<!-- <button class="button" onclick="toggleTheme();"><img id="id-theme-image" src="static/img/moon.svg" style="width: 16px; height: 16px;"></button> -->
<a class="button" href="/account" target="_self"> <img src="static/img/GitHub-Mark-120px-plus.png" style="width: 16px; height: 16px;">
</a>
</div>
<div class="columns is-mobile">
<div class="column is-three-fifths is-offset-one-fifth">
<div style="text-align: center;">
<a href="/" id="logo_home" target="_self">
<img id="logo_img_home" src="https://www.pngkey.com/png/full/149-1498062_images-rust-lang-ar21-rust-programming-language-logo.png"
width="32%" style="min-width: 140px;">
</a>
</div>
<div class="field has-addons" style="margin-top:10px;">
<div class="control is-expanded">
<input id="search_query" class="input is-medium" type="search" placeholder="Search for A curated list of awesome Rust"
name="Search" autofocus="autofocus" onfocus="this.select()" required="">
</div>
<div class="control">
<button class="button input is-medium search-button-icon"><img src="static/img/search.svg" style="height: 22px; width: 22px;">
</button>
</div>
</div>
<div class="tabs is-centered">
<ul>
<li class="is-active"><a>Crates</a></li>
<li><a>Documents</a></li>
<li><a>Videos</a></li>
<li><a>Issues</a></li>
</ul>
</div>
<nav class="level">
<div class="level-item has-text-centered">
<div>
<p class="heading">浏览量</p>
<p class="title">5.6k</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">仓库收录</p>
<p class="title">1.2k</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">搜索次数</p>
<p class="title">3.18k</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">教程收录</p>
<p class="title">2.3k</p>
</div>
</div>
</nav>
</div>
</div>
</div>
</section>
</body>
</html>