-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (51 loc) · 2.66 KB
/
Copy pathindex.html
File metadata and controls
58 lines (51 loc) · 2.66 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MiForge</title>
<meta name="description" content="Open-source tools for the Xiaomi ecosystem.">
<meta property="og:title" content="MiForge">
<meta property="og:description" content="Open-source tools for the Xiaomi ecosystem.">
<meta name="twitter:card" content="summary">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#0e0f11" media="(prefers-color-scheme: dark)">
<link rel="icon" href="https://avatars.githubusercontent.com/u/308166561?v=4">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="wrap">
<header class="hero">
<img class="avatar" src="https://avatars.githubusercontent.com/u/308166561?v=4" alt="MiForge">
<h1>MiForge</h1>
<p class="bio">Open-source tools for the Xiaomi ecosystem.</p>
</header>
<section class="block">
<h2>community</h2>
<a class="discussion-card" id="discussions-link" href="#" target="_blank" rel="noopener">
<svg class="discussion-icon" viewBox="0 0 16 16" width="20" height="20" fill="currentColor" aria-hidden="true">
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A.25.25 0 0 1 4.06 12.5V10H1.75A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h3a.75.75 0 0 1 .75.75v1.69l1.72-1.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Z"/>
<path d="M14.5 4.75a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a.25.25 0 0 1-.427.177L11.851 12H9.75a1.75 1.75 0 0 1-1.514-.872.75.75 0 1 1 1.297-.756.25.25 0 0 0 .217.128h2.404a.75.75 0 0 1 .529.219l.817.817V11.25a.75.75 0 0 1 .75-.75h.5a.25.25 0 0 0 .25-.25v-5.5Z"/>
</svg>
<span class="discussion-text">
<strong>Discussions</strong>
<small>Questions, ideas, and feedback from the community</small>
</span>
<svg class="discussion-arrow" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" aria-hidden="true">
<path d="M6.22 3.22a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06-1.06L10.19 8 6.22 4.03a.75.75 0 0 1 0-1.06Z"/>
</svg>
</a>
</section>
<section class="block">
<h2>projects</h2>
<ul class="lines" id="projects">
<li class="loading">loading…</li>
</ul>
</section>
<footer class="foot">
<a href="https://offici5l.github.io" target="_blank" rel="noopener">offici5l</a>
</footer>
</main>
<script src="app.js"></script>
</body>
</html>