-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
69 lines (57 loc) · 2.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta name="description" content="Awesome GitHub Profile Readme Templates" />
<title>Awesome GitHub Profile Readme Templates</title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar-folder.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/docsify-themeable/style.min.css"
type="text/css">
<!-- docsify-themeable styles-->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css" title="light">
<link rel="stylesheet alternative" href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css"
title="dark">
<style>
.sidebar-nav li>a[href^="/"]:not([href*="?id="]),
.sidebar-nav li>a[href^="/"]:not([href*="?id="])~ul a,
.sidebar-nav li>a[href^="#/"]:not([href*="?id="]),
.sidebar-nav li>a[href^="#/"]:not([href*="?id="])~ul a {
padding: 0;
}
.sidebar-nav li.collapse>a[href^="/"]:not([href*="?id="]):not(:only-child),
.sidebar-nav li.collapse>a[href^="#/"]:not([href*="?id="]):not(:only-child),
.sidebar-nav li.active>a[href^="/"]:not([href*="?id="]):not(:only-child),
.sidebar-nav li.active>a[href^="#/"]:not([href*="?id="]):not(:only-child) {
background: transparent;
}
</style>
</head>
<body>
<div id="app">Please wait...</div>
<script>
window.$docsify = {
search: [
'/_sidebar',
],
name: 'Awesome Github Profile Readme Templates',
basePath: "https://raw.githubusercontent.com/durgeshsamariya/awesome-github-profile-readme-templates/master/",
loadSidebar: true,
auto2top: true,
sidebarDisplayLevel: 1,
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<!-- plugins -->
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/docsify-themeable/main.min.js"
type="text/javascript">
</script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/docsify-themeable/index.min.js"
type="text/javascript">
</script>
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>