This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (124 loc) · 7.03 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<head>
<meta charset="UTF-8">
<title>Open Shop Channel</title>
<link rel="icon" type="image/png" href="./images/Open_Black.png">
<meta property="og:title" content="Open Shop Channel">
<meta property="og:site_name" content="oscwii.org">
<meta property="og:url" content="oscwii.org">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="./images/Open_Black.png">
</head>
<body style="max-width: 100%; overflow-x: hidden;">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" ><img src="./images/Icon.png" width="25" height="25" class="d-inline-block align-top" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./downloads.html">Download Center</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./errors.html">Error Codes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./installation.html">Installation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://wiibrew.org/w/index.php?title=Open_Shop_Channel_Downloader">OSC-DL</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.brewtools.dev/?repo=osc-redist">OSC-REDIST</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://api-docs.oscwii.org/">API Reference</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./feedback.html">Feedback</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<div class="btn-group" role="group" aria-label="Basic example">
<a href="./publish.html" class="btn btn-success" role="button">Publish</a>
<a href="https://twitter.com/openshopwii" class="btn btn-info" role="button">Twitter</a>
<a href="https://github.com/OpenShopChannel/" class="btn btn-warning" role="button">GitHub</a>
</div>
</form>
</div>
</nav>
<div style="margin-top: 30px; margin-right: 10px; margin-left: 10px;">
<div class="alert alert-dismissible alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4 class="alert-heading">Work in progress...</h4>
<p class="mb-0">Welcome to the Open Shop Channel Beta website. This website is unfinished and is actively taking feedback. Send feedback on <a href="./feedback.html" class="alert-link">the feedback page</a>.</p>
</div>
<div class="jumbotron">
<h1 class="display-4"><img src="./images/bluelogo.png" width="70" height="70" class="d-inline-block align-top" alt="">Shop 'till you drop.</h1>
<p class="lead">The Open Shop Channel is a revival project for the Homebrew Browser, an application to download homebrew apps on the Wii.</p>
<hr class="my-4">
<p>"Open your shop." We said. "Stop having it be closed."</p>
<p class="lead">
<a class="btn btn-success btn-lg" href="https://wii.guide/assets/files/homebrew_browser_v0.3.9e.zip" role="button">Download Now</a>
<a class="btn btn-primary btn-lg" href="https://github.com/dhtdht020/osc-dl/releases" role="button">Download Desktop Version (CLI + GUI)</a>
</p>
</div>
<div class="row" style="margin-bottom: 2rem;">
<div class="col">
<div class="card" style="width: 100%; height: 100%;">
<div class="card-body">
<h5 class="card-title">The best Homebrew</h5>
<h6 class="card-subtitle mb-2 text-muted">Diverse library of apps</h6>
<p class="card-text">We manually review and approve the homebrew that goes into our repository.</p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 100%; height: 100%;">
<div class="card-body">
<h5 class="card-title">No need to access your SD card</h5>
<h6 class="card-subtitle mb-2 text-muted">Download over the internet</h6>
<p class="card-text">You can use your Wii to download homebrew, so you don't have to constantly put your SD Card in your computer to add homebrew.</p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 100%; height: 100%;">
<div class="card-body">
<h5 class="card-title">New Homebrew</h5>
<h6 class="card-subtitle mb-2 text-muted">Everything is up to date</h6>
<p class="card-text">The Open Shop Channel (our server for the Homebrew Browser) has homebrew that the HBB never had.</p>
</div>
</div>
</div>
</div>
<div class="row" style="margin-bottom: 2rem; text-align: center;">
<div class="col">
<div class="card" style="width: 100%;">
<div class="card-body">
<img src="./images/Discord-Logo+Wordmark-White.png" width="10%" class="d-inline-block align-top" alt="">
<h5 class="card-title">Join our official Discord server</h5>
<h6 class="card-subtitle mb-2 text-muted">Support, communication & feedback</h6>
<a class="btn btn-info btn-lg" href="https://discord.gg/by6mR5N" role="button">Join Now</a>
</div>
</div>
</div>
</div>
<p>I see - Open Shop Channel Team, 2018 - 2020.</p>
<div class="row" style="margin-bottom: 2rem; text-align: center;">
</div>
</div>
</body>