-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (138 loc) · 6.6 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<title> DBM Mods • Fixing and improving Discord Bot Maker</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<meta name="description" content="Free improvements and modifications for Discord Bot Maker">
<link href="./css/main.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<script src="./js/navbar.js"></script>
<meta name="application-name" content="DBM Mods" />
<meta name="theme-color" content="#34495e">
<meta property="og:title" content="DBM Mods">
<meta property="og:description" content="Free improvements and modifications for Discord Bot Maker">
<meta property="og:image" content="">
<meta property="og:url" content="">
<!-- <meta property="og:title" content="mods" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="These are user made modifications meant for the DBM Network!" />
<meta property="og:description" content="These are user made modifications meant for the DBM Network!" />
<link rel="canonical" href="https://dbm-network.github.io/mods/" />
<meta property="og:url" content="https://dbm-network.github.io/mods/" />
<meta property="og:site_name" content="mods" />
<script type="application/ld+json">
{"@type":"WebSite","headline":"mods","url":"https://dbm-network.github.io/mods/","name":"mods","description":"These are user made modifications meant for the DBM Network!","@context":"https://schema.org"}</script> -->
</head>
<body>
<nav class="main-nav navbar is-primary">
<div class="container">
<div class="navbar-start">
<a class="navbar-item" href="">
<img src="" alt="" class="logo">
<h1 class="title is-5">DBM Mods</h1>
</a>
</div>
<span class="navbar-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="navbar-end navbar-menu">
<a class="navbar-item " href="https://dbm-support.site/">Help</a>
<a class="navbar-item" href="https://discord.com/invite/djcvWRpgHm" target="_blank">
<i class="fab fa-discord fa-lg"></i>
</a>
<a class="navbar-item" href="https://github.com/dbm-network/mods" target="_blank">
<i class="fab fa-github fa-lg"></i>
</a>
</div>
</div>
</nav>
<section>
<div class="hero is-primary">
<div class="hero-body">
<div class="container has-text-centered">
<a title="DBM Network" href="https://discord.gg/djcvWRpgHm" target="_blank">
<img src="./img/header.png" width="512" alt="DBM Network" />
</a>
<h2 class="subtitle">
Modifications and Fixes for Discord Bot Maker
</h2>
<a class="button is-outlined is-light"
href="https://dbm-network.github.io/download-git/#/home?url=https:%2F%2Fgithub.com%2Fdbm-network%2Fmods%2Ftree%2Fmaster%2Factions"
target="_blank">Download</a>
<br>
<a class="button is-text" href="#how-to-install">How to Install</a>
</div>
</div>
</div>
</section>
<section class="section columns columns-offset is-centered">
<!-- <div class="column is-2 is-hidden-mobile">
<aside class="menu section sticky">
<p class="menu-label"> Elements </p>
<ul class="menu-list">
<li>
<a href="#typography"> Typography </a>
</li>
<li>
<a href="#box"> Box </a>
</li>
<li>
<a href="#button"> Button </a>
</li>
</ul>
<p class="menu-label"> Components </p>
<ul class="menu-list">
<li>
<a href="#breadcrumb"> Breadcrumb </a>
</li>
<li>
<a href="#dropdown"> Dropdown </a>
</li>
<li>
<a href="#card"> Card </a>
</li>
</ul>
</aside>
</div> -->
<div class="column has-text-centered is-10 is-6-desktop">
<h2 class="title">What is DBM Mods?</h2>
<p>DBM Mods is a community driven open source project meant to modify, extend, and improve <a
href="https://store.steampowered.com/app/682130/Discord_Bot_Maker/">Discord Bot
Maker</a>.</p>
</div>
</section>
<section class="section columns columns-offset is-centered has-background-black-bis" id="how-to-install">
<div class="column is-10 is-6-desktop">
<h3 class="title">Installing DBM Mods</h3>
<br>
<ol class="content indented">
<li>Inside Discord Bot Maker, click Project → Open Actions Directory</li>
<li>Download the <a
href="https://dbm-network.github.io/download-git/#/home?url=https:%2F%2Fgithub.com%2Fdbm-network%2Fmods%2Ftree%2Fbeta%2Factions">DBM
Mods files</a>
<br>(There is no need to clone or download the Git repository)</li>
<li>Extract the contents of the .zip file into the actions folder you just opened
<br>(Overwrite existing files if asked)</li>
</ol>
<strong>
IMPORTANT: You will need to repeat this process for all of your projects
</strong>
<br><br>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a href="https://github.com/dbm-network/dbm-network.github.io/graphs/contributors" target="_blank">
<i class="fab fa-github fa-2x"></i>
</a><br>
Made with <a href="https://bulma.io" target="_blank">Bulma</a><br>
Hosted through <a href="https://pages.github.com" target="_blank">GitHub Pages</a>
</div>
</div>
</footer>
</body>
</html>