-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdamnlarper.html
More file actions
128 lines (115 loc) · 5.61 KB
/
damnlarper.html
File metadata and controls
128 lines (115 loc) · 5.61 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
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
<!--
The ORIGINAL CODE is the `BRACE WEBSITE` Source Code.
The INITIAL DEVELOPER is Brace Inc., DEntisT.
Version: MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 the "License"; you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
Portions created by the Initial Developer are Copyright (c) 2022
the Initial Developer. All Rights Reserved.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="brace_logo.png" type="image/icon type">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Damn Larper | Brace™ Co.</title>
<link rel="stylesheet" href="web_style.css">
<script src="user_utils.js"></script>
<script src="main_script.js"></script>
<script src="button_sys.js"></script>
<script src="dropdown_impl.js"></script>
<script src="static.js"></script>
<script src="refresh.js"></script>
<script>
console.log("damnlarper.html: script element called.")
current_page = PAGE_DAMNLARPER_PAGE;
</script>
</head>
<body>
<div id="fade-block"></div>
<script src="fade_block.js"></script>
<div id="loader-wrapper">
<div id="loader"></div>
</div>
<header id="page_header">
<div class="logo">
<img class="apply_border_radius" src="brace_webpic.png" alt="BRACE Logo">
</div>
<nav>
<ul><!--HEADER-->
<div class="dropdown_container">
<headerbutton id="headerbutton_refresh" onclick="brace_redirect(BRACE_LINK__HOMEPAGE)">GO BACK</headerbutton>
</div>
<div class="dropdown_container">
<headerbutton id="73971983798" onclick="openDropdown('73971983798','8127361876382167')">MORE ↓</headerbutton>
<div class="dropdown" id="8127361876382167">
<headerbutton onclick="openModal('9384758974385374')">CONTACT</headerbutton>
</div>
</div>
</ul><!--HEADER-->
</nav>
</header>
<div id="9384758974385374" class="modal">
<div class="modal-content">
<img class="apply_border_radius" src="brace_slogan.png">
<span class="close" onclick="closeModal()">×</span>
<h2>Contact Mail</h2>
<p>Contact us via mail at <code>bracetm.official@gmail.com</code>.</p>
</div>
</div>
<section id="home_damnlarper">
<img class="apply_border_radius" height="400" src="visual_resources/damnlarper_logo.png" alt="BRACE Slogan">
</section>
<!-- ------------------- -->
<!-- PawnScript -->
<!-- ------------------- -->
<section id="DamnLarper">
<img class="apply_border_radius" width="100" src="visual_resources/damnlarper_logo.png" alt="DL Logo"> <img class="apply_border_radius" width="300" src="visual_resources/brace_damnlarper.png" alt="BRACE Logo">
<b>Made for</b> <img height="20" class="apply_border_radius" src="visual_resources/discord_logo.png">
<ul>
<li>Damn Larper is a multipurpose bot with many commands and features. It is basically a text-based game right in your server! This bot has a verification system, which is not allowing the unverified to send messages until they verify themselves. Besides verification, there are also moderation commands such as ban and kick commands.</li>
<li>In case you're searching for a fun bot, there are categories of commands for economy, custom text commands, miscellaneous commands, levelling system, bump system in development, list system with which you can make your own list and for example write down your chores on them.</li>
<li>And it's not over yet, you can basically take care of your virtual pet! You can get one at a petshop (it helps you gain sweet bonuses on economy commands!). There's also roleplaying, where you can buy items, craft items, go mining, hunting, fishing and chopping wood - in basic terms, get resources and be a boss (there are command cooldowns though, get premium to avoid them!).</li>
<li>You can also unlock achievements and get spectacular rewards once you complete them! Regarding to server security, there is a anti-raid and security system which is customizeable! There is also social media-like system where you can post messages and view them on a global feed. More features are waiting you once you add Damn Larper to your server!</li>
</ul>
<h1>Latest News</h1>
<div class="news-container">
<!--BOX-->
<div class="news-box">
<img src="visual_resources/damnlarper_logo.png" class="news-image">
<h2>Thanks for visiting us!</h2>
<p>Use the promo code <code>braceweb</code> to get a 50% discount in the Damn Larper Marketplace.</p>
<!--JEDAN MODAL-->
<button class="normalbutton" onclick="openModal('myModal')">Learn more...</button>
</div>
</div>
<div id="myModal" class="modal">
<div class="modal-content">
<img class="apply_border_radius" src="visual_resources/damnlarper_logo.png">
<span class="close" onclick="closeModal()">×</span>
<h2>Thanks for visiting us!</h2>
<p>Use the promo code <code>braceweb</code> to get a 50% discount in the Damn Larper Marketplace.</p>
<p>You can use the promo code with <code>/damn activatepromo</code> command.</p>
</div>
</div>
<hr>
What are you waiting for?
<button class="normalbutton" onclick="brace_redirect(BRACE_LINK__DAMNLARPER)">Check Out</button>
</section>
<!-- ------------------- -->
<!-- FOOTER -->
<!-- ------------------- -->
<div id="contact-info-bajo"></div>
<footer id="website-footer">
</footer>
<script src="popup_impl.js"></script>
</body>
</html>
<script src="footer.js"></script>