-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintainform.html
47 lines (47 loc) · 1.8 KB
/
maintainform.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
<!DOCTYPE html>
<html>
<head>
<title>Maintain | OS | BubbleGum Team</title>
<link id="css_theme" rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav>
<a href="index.html"><img src="img/arrow.svg"></a>
<a href="devices.html">Devices</a>
<a href="https://github.com/BubbleGumOS">Sources</a>
<a href="maintainform.html">Become a maintainer</a>
<a href="bugreport.html">Report a bug</a>
<a href="https://bubblegumports.github.io/index.html">Our ports</a>
<a href="https://bubblegumteam.github.io/index.html">About us</a>
<img id="theme_changer" src="img/theme-light.svg">
</nav>
</header>
<main>
<h2>Your name</h2>
<input id="nickname">
<h2>Your Telegram nickname</h2>
<input id="tgname">
<h2>Your Github nickname</h2>
<input id="githubname">
<h2>Why do you want to maintain BubbleGum for your device?</h2>
<input id="whymaintain">
<h2>How good are you at git?</h2>
<input id="git">
<h2>Device Name and Codename</h2>
<input id="deviceinfo">
<h2>Link to your device tress?</h2>
<input id="dt">
<h2>What not working in test build?</h2>
<input id="notwork">
<br>
<br>
<button id="maintainsend">Send</button>
</main>
<footer>
<h5>Powered by <a href="https://t.me/joinchat/TVDzOnR8iUALsfK6">BubbleGum</a> team | Made with ❤️ by Zadli</h5>
</footer>
<script src="js/maintainerform.js"></script>
<script src="js/themes.js"></script>
</body>
</html>