-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (100 loc) · 5.99 KB
/
index.html
File metadata and controls
102 lines (100 loc) · 5.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bashful - The Terminal Profile & Pacakge Manager</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui,shrink-to-fit=no,viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="download & install page for bashful, a bash/shell terminal profile and package management extension.">
<meta property="og:title" content="Bashful, The Terminal Profile & Package Manager.">
<meta property="og:description" content="Bashful (bashful-sh) is an open-source bash/shell terminal profile and package manager extension currently developed and maintained by Easter Company (contact@easter.company) and Owen Easter (owen@easter.company)">
<meta property="og:image" content="/static/meta/preview-banner.png">
<meta property="og:url" content="https://bashful-sh.github.io">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bashful, The Terminal Profile & Package Manager.">
<meta name="twitter:description" content="Bashful (bashful-sh) is an open-source bash/shell terminal profile and package manager extension currently developed and maintained by Easter Company (contact@easter.company) and Owen Easter (owen@easter.company)">
<meta name="twitter:image" content="/static/meta/preview-banner.png">
<meta name="twitter:site" content="@eastercompany">
<meta name="twitter:creator" content="@eastercompany">
<link rel="icon" href="/static/meta/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="16x16" href="/static/meta/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/meta/favicon-32x32.png">
<link rel="apple-touch-icon" href="/static/meta/apple-touch-icon.png">
<link rel="manifest" href="/static/meta/site.webmanifest">
<link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap">
<link rel="stylesheet" href="/static/css/background.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/css/nav.css">
<link rel="stylesheet" href="/static/css/project.css">
<link rel="stylesheet" href="/static/css/footer.css">
</head>
<body>
<div class='background'>
</div>
<div id="nav-container" class="glass">
<nav>
<div style="justify-content:flex-start;">
<a href="/"><img src="static/assets/logo/bashful-sh_logo.jpg" alt="brand logo"/></a>
<h1 id="nav-title">bashful-sh</h1>
</div>
<div style="justify-content:flex-end;">
<input id="search-input" type="text" style="display:none;" placeholder="search respository..." onkeydown="onSearchKey(this);"/>
<i id="search-open" class="bx bx-search" onclick="openSearch();"></i>
<i id="search-close" class="bx bx-x" onclick="closeSearch()" style="display:none;"></i>
</div>
</nav>
</div>
<main>
<h1 style="width:100%;text-align:center;margin:2.5vmax auto 0 auto;font-size:22px;color:#ddd;">Download Bashful</h1>
<h2 style="width:100%;text-align:center;margin:0 auto 5vmax auto;font-size:18px;color:#999;">discover addons for a modern world.</h2>
<div class="project glass selected-project">
<div class="content">
<div class="preview">
<div class="info">
<div class="header">
<img src="static/assets/logo/bashful-sh_logo.jpg" alt="bashful-sh logo"/>
<h2>Bashful<p>By Bashful-sh</p></h2>
</div>
<p id="bashful-description">...</p>
<div class="stats">
<p class="git-stats">
<i class='bx bxs-star'></i><span id="bashful-star-count"> </span>
<i class='bx bx-broadcast'></i><span id="bashful-watcher-count"> </span>
<i class='bx bx-git-repo-forked'></i><span id="bashful-fork-count"> </span>
</p>
<p class="last-updated"><i>Last Updated: <span id="bashful-last-updated"> </span></i></p>
</div>
</div>
</div>
<div class="command-selector">
<div id="download-cmd-option-bashful" class="download-cmd-option selected" onclick="bashfulSelectDownload();">Download & Install</div>
<div id="clone-cmd-option-bashful" class="clone-cmd-option" onclick="bashfulSelectClone();">Clone Source</div>
<button id="copy-button-bashful" class="copy-button" title="Copy to Clipboard" onclick="selectCopy('bashful');">
<i class='bx bx-copy'></i>
</button>
</div>
<div class="command-snippet">
<code id="bashful-selected-command">curl -fsSL https://bashful-sh.github.io/install.sh | bash</code>
</div>
<div class="options">
<a href="https://github.com/bashful-sh/bashful/wiki"><button>Documentation<i class="bx bx-file"></i></button></a>
<a href="https://github.com/bashful-sh/bashful"><button>Source<i class="bx bx-code"></i></button></a>
<a href="https://github.com/bashful-sh/bashful/commits/LTS"><button>Commits<i class="bx bx-git-commit"></i></button></a>
<a href="https://github.com/sponsors/eastercompany/"><button><i style="color:#af4154;" class="bx bxs-heart"></i> Sponsor</button></a>
</div>
</div>
</div>
<footer>
<p id="footer-text">
All related assets are copyright<br/>© Easter Company, all rights reserved.
</p>
</footer>
</main>
</body>
<script src="/static/js/bashful.js"></script>
<script src="/static/js/project.js"></script>
<script src="/static/js/search.js"></script>
</html>