This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (136 loc) · 7.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BDM Daily Planner is a little, non-official checklist for your daily and weekly tasks in Black Desert Mobile!">
<meta name="keywords" content="bdm, daily, tasks, schedule, events">
<meta property="og:title" content="BDM Daily Planner">
<meta property="og:description" content="BDM Daily Planner is a little, non-official checklist for your daily and weekly tasks in Black Desert Mobile!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/608333746101551105/1049843073238179911/image.png">
<meta property="og:url" content="https://pixel3rr0r.github.com/bdm-daily-planner">
<title>Daily Planner ︱ BDM Helper</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="ico/favicon.ico" type="image/x-icon">
</head>
<body class="dark">
<div class="content">
<h1>🔁 BDM Daily Planner</h1>
<div class="container">
<div class="checklistContainer" id="daily">
<h2>Daily Tasks</h2>
<span class="timer" id="timerDaily">Calculating...</span>
<h3>📜 Quests</h3>
<div class="checklist">
<input id="bsquests" class="checkboxDaily" type="checkbox" name="r" value="1">
<label for="bsquests">Black Spirit Quests x4</label>
<input id="guildquests" class="checkboxDaily" type="checkbox" name="r" value="2">
<label for="guildquests">Guild Quests x3</label>
<input type="checkbox" class="checkboxDaily" name="r" id="bounties" value="5">
<label for="bounties">Bounty Missions x2</label>
<input id="tot" class="checkboxDaily" type="checkbox" name="r" value="3">
<label for="tot">Tower of Trials x3</label>
</div>
<h3>🧚♀️ Fairy</h3>
<div class="checklist">
<input type="checkbox" class="checkboxDaily" name="r"class="checkboxWeekly" id="fairytalk" value="7">
<label for="fairytalk">Fairy Talk x3</label>
<input type="checkbox" class="checkboxDaily" name="r" id="fairywish" value="8">
<label for="fairywish">Fairy Wish x2</label>
<input type="checkbox" class="checkboxDaily" name="r" id="fairystudy" value="9">
<label for="fairystudy">Fairy Study</label>
</div>
<h3>🎁 Other</h3>
<div class="checklist">
<input type="checkbox" class="checkboxDaily" name="r" id="stamina" value="4">
<label for="stamina">Use Stamina x100</label>
<input type="checkbox" class="checkboxDaily" name="r" id="ranks" value="6">
<label for="ranks">Praise Ranks</label>
<input type="checkbox" class="checkboxDaily" name="r" id="mail" value="10">
<label for="mail">Check Mail</label>
<input type="checkbox" class="checkboxDaily" name="r" id="events" value="11">
<label for="events">Events</label>
</div>
</div>
<div class="checklistContainer" id="weekly">
<h2>Weekly Tasks</h2>
<span class="timer" id="timerWeekly">Calculating...</span>
<div class="checklist">
<input id="merchantry" class="checkboxWeekly" type="checkbox" name="r" value="11">
<label for="merchantry">Merchantry x1</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="pog" value="17">
<label for="pog">Path of Glory x5</label>
</div>
<h3>🧌 Farming</h3>
<div class="checklist">
<input type="checkbox" class="checkboxWeekly" name="r" id="desert" value="14">
<label for="desert">Great Desert 60min</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="rift" value="16">
<label for="rift">Chaos Rift 2h 30min</label>
</div>
<h3>⚔️ PvP</h3>
<div class="checklist">
<input id="ramoness" class="checkboxWeekly" type="checkbox" name="r" value="12">
<label for="ramoness">Win Ramoness Arena x1</label>
<input id="ranked" class="checkboxWeekly" type="checkbox" name="r" value="13">
<label for="ranked">Win Ranked Arena x3</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="bots" value="15">
<label for="bots">Win Battlefield of the Sun x1</label>
</div>
<h3>👹 World Boss</h3>
<div class="checklist">
<input type="checkbox" class="checkboxWeekly" name="r" id="alyaelli" value="17">
<label for="alyaelli">Alyaelli's Rift</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="wblaytenn" value="18">
<label for="wblaytenn">Tukar Laytenn</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="wbmuraka" value="19">
<label for="wbmuraka">Muraka</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="wbgriffon" value="20">
<label for="wbgriffon">Ahib's Griffon</label>
<input type="checkbox" class="checkboxWeekly" name="r" id="wboffin" value="20">
<label for="wboffin">Co-op Rush: Offin</label>
</div>
</div>
<div class="sideContainer" id="timers">
<div class="checklistContainer">
<h2>Events today</h2>
<div id="timetable"></div>
</div>
<div class="checklistContainer">
<h2>Next World Boss</h2>
<div id="wbtable"></div>
</div>
</div>
</div>
</div>
<nav class = "navbar">
<ul>
<li><a class = "navLink" href = "#daily">Daily</a></li>
<li><a class = "navLink" href = "#weekly">Weekly</a></li>
<li><a class = "navLink" href = "#timers">Timers</a></li>
</ul>
</nav>
<div class="about">
<span id="darkmode"></span>
<span>?</span>
</div>
<div class="aboutContainer">
<h2>What is this?</h2>
<p>This website was purely made out of boredom (also I keep forgetting to do my dailies/weeklies). It serves as a planner for daily and weekly tasks as well as for having an overview of the scheduled events and (non-alyaelli) world bosses. Due to this just being a side-project, it does not contain every possible feature.</p>
<h2>Planned features</h2>
<ul>
<li>Make page more mobile-friendly</li>
<li>Add more tasks</li>
<li>Save completed tasks</li>
<li>Node war information</li>
<li>Clean up code</li>
</ul>
<br><br><br>
<p>Made by Pixel3rr0r</p>
</div>
<footer>Made with ❤️ for the BDM community.</footer>
</body>
<script src="main.js" type = "text/javascript"></script>
</html>