-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatchnotes.html
230 lines (215 loc) · 8.65 KB
/
patchnotes.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>
Me without you
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<div class="overlay" id="login-form">
<form class="login-screen">
<h3>Entsperren</h3>
<div>
<label for="username">Benutzername</label>
<input type="text" id="username" placeholder="Benutzername eingeben" required>
</div>
<div>
<label for="password">Passwort</label>
<input type="password" id="password" placeholder="Passwort eingeben" required>
</div>
<p id="is-correct"></p>
<button type="button" id="button-login" onclick="Login()">Entsperren</button>
<button type="button" id="button-close-login" onclick="CloseLoginForm()">Schließen</button>
</form>
</div>
<header>
<img alt="Logo" height="50"
src="https://storage.googleapis.com/a1aa/image/RcZPlKue1D1kPyTdj464C8SWeGvssl7sofnjcMj3JksPfCtPB.jpg"
width="50" />
<nav class="navbar">
<ul>
<li>
<a href="index.html#start">
Start
</a>
</li>
<li>
<a href="index.html#info">
Infos
</a>
</li>
<li>
<a href="index.html#contributors">
Mitwirkende
</a>
</li>
<li>
<a href="index.html#patchnotes">
Patchnotes
</a>
</li>
<li>
<a href="index.html#download">
Download
</a>
</li>
</ul>
</nav>
<div class="icons">
<a href="https://github.com/Sneezy123/ProjektKursInfo"><i class="fab fa-github"></i></a>
<a href="https://sneezy123.itch.io/projektkursinfo"><i class="fab fa-itch-io"></i></a>
<a href="javascript:void()" onclick="OpenLoginForm()"><i class="fas fa-key"></i></a>
</div>
<a class="menu-bars" href="javascript:void()" onclick="OpenMenuBar()"><i class="fas fa-bars"></i></a>
</header>
<div class="container">
<div class="section" id="add-new-patchnote">
<h2>Neue Patchnote hinzufügen</h2>
<form action="">
<div>
<input type="text" id="patchnote-version" name="patchnote-version" placeholder="Version" required>
</div>
<div>
<textarea rows="8" cols="1000" id="patchnote-description" name="patchnote-description" placeholder="Änderungen" maxlength="400" required></textarea>
</div>
<div class="buttons">
<button type="submit" onclick="SendPatchnote()">Abschicken <i class="fas fa-paper-plane"></i></button>
<button type="reset">Zurücksetzen</button>
</div>
</form>
</div>
<div class="section" id="patchnotes">
<h2>
Patchnotes
</h2>
<div class="patchnotes-all">
<div class="patchnote recent-patch">
<img alt="Patchnote Image" height="100"
src="https://storage.googleapis.com/a1aa/image/sRb9uOUuQNKYNVJNoErP1nMBpfqBqIYAWYPQkhHZ3bv0Xo9JA.jpg"
width="100" />
<div class="patchnote-title">
<h3>
Alpha 1.11.1.n
</h3>
<p>
Alpha version
</p>
<br>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.
</p>
<br>
<a href=""><span class="commit">
See commit
</span><i class="fas fa-arrow-up-right-from-square" ></i>
</a>
</div>
</div>
<div class="patchnote">
<img alt="Patchnote Image" height="100"
src="https://storage.googleapis.com/a1aa/image/sRb9uOUuQNKYNVJNoErP1nMBpfqBqIYAWYPQkhHZ3bv0Xo9JA.jpg"
width="100" />
<div class="patchnote-title">
<h3>
Alpha 1.11.2.n
</h3>
<p>
Alpha version
</p>
<br>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.
</p>
<br>
<a href="">
<span class="commit">
See commit
</span>
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
<div class="patchnote">
<img alt="Patchnote Image" height="100"
src="https://storage.googleapis.com/a1aa/image/sRb9uOUuQNKYNVJNoErP1nMBpfqBqIYAWYPQkhHZ3bv0Xo9JA.jpg"
width="100" />
<div class="patchnote-title">
<h3>
Alpha 1.11.3.n
</h3>
<p>
Alpha version
</p>
<br>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.
</p>
<br>
<a href="">
<span class="commit">
See commit
</span>
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
<div class="patchnote">
<img alt="Patchnote Image" height="100"
src="https://storage.googleapis.com/a1aa/image/sRb9uOUuQNKYNVJNoErP1nMBpfqBqIYAWYPQkhHZ3bv0Xo9JA.jpg"
width="100" />
<div class="patchnote-title">
<h3>
Alpha 1.11.4.n
</h3>
<p>
Alpha version
</p>
<br>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.
</p>
<br>
<a href="">
<span class="commit">
See commit
</span>
<i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>
© MSM Projektkurs 2024
</p>
<p>
If you find any bugs, report them here:
<a href="https://github.com/Sneezy123/ProjektKursInfo/issues">
Report an Issue on GitHub
</a>
</p>
<div class="icons">
<a href="https://github.com/Sneezy123/ProjektKursInfo">
<i class="fab fa-github">
</i>
</a>
<a href="https://sneezy123.itch.io/projektkursinfo">
<i class="fab fa-itch-io">
</i>
</a>
<a href="mailto:msmprojektkursinfo@gmail.com">
<i class="fas fa-question">
</i>
</a>
</div>
</footer>
</body>
</html>