-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (84 loc) · 4.07 KB
/
index.html
File metadata and controls
89 lines (84 loc) · 4.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bot & The Coding Studios</title>
<!-- https://github.com/BotStudios/Website -->
<!-- https://github.com/joeleeofficial -->
<!-- https://github.com/leecheeyong -->
<meta name="description" content="The official landing page for Bot & The Coding Studios">
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<div class="content">
<section class="home">
<nav class="enlarge">
<ul>
<a href="#about"> <li>About</li></a>
<a href="./team"> <li>Community</li></a>
<a href="./contact"> <li>Contact</li></a>
</ul>
</nav>
<div class="home-content">
<h1><a href="https://github.com/BotStudios">Bot</a> & <a href="https://github.com/CodingStudios">The Coding</a> Studios</h1>
<p>A Team Of Inspiring & Creative Coders, Inventing Frontend & Backend Applications</p>
</div>
</section>
<section class="about" id="about">
<h1>About Us</h1>
<p class="highlight"><a href="https://github.com/BotStudios">Bot</a> & <a href="https://github.com/CodingStudios">The Coding</a> Studios is formed by a team of coders, we are inventive & creative. </p>
<p>We are people from all around the world developing apps wherever you can think of, </p>
<p>from our home to a coffee shop.</p>
<div class="projects">
<h1>Projects</h1>
<div class="view">
<div class="project enlarge">
<a href="https://brawley.js.org">
<h2>Jet Brawley</h2>
<p>An amazing Supercell games statistics Discord bot (Clash Royale, Of Clans & Brawl Stars).</p>
</a>
</div>
<div class="project enlarge">
<a href="https://github.com/BotStudios/modmailbot">
<h2>Modmail Bot</h2>
<p>A powerful discord.js modmail bot that is simple to setup, with rich features.</p>
</a>
</div>
<div class="project enlarge">
<a href="https://github.com/CodingStudios/NewsPool">
<h2>NewsPool</h2>
<p>A node.js tech news scraper that collects, and allows the reader to read them all at once.</p>
</a>
</div>
<div class="project enlarge">
<a href="https://github.com/CodingStudios/CSlide">
<h2>CSlide</h2>
<p>Create a simple HTML slide using markdown with CSlide, a node.js CLI tool.</p>
</a>
</div>
</div>
</div>
</section>
<section class="team" id="team">
<h1>Team</h1>
<p>Learn more about Bot & The Coding Studios.</p>
<div class="projects">
<p class="highlight"><a href="https://joe.js.org">Joe, formerly Chee Yong Lee</a> started this organization, </p>
<p>team since 2019 and the aim was to be creative, and collaborative.</p>
<p class="highlight">With just a few members, we started our first ever project, a Discord Bot.</p>
<p>Its was named Jet Brawley and it started as a multi-purpose Discord Bot,</p>
<p>soon we start to making more Discord bots (shortem, modmailbot, .etc)</p>
<p>and they're open source, this has become one of our aim not long ago.</p>
<p>With all that said, now we are not just a team of Discord Bot developers, </p>
<p>as we no longer focus on making Discord bots only, and our second</p>
<p>organization, <a href="https://github.com/CodingStudios">The Coding Studios</a>, aims to make all kinds of projects.</p>
</section>
<div class="footer">
<p> Bot & The Coding Studios website © <a href="https://github.com/leecheeyong">Lee Chee Yong</a> 2022</p>
<p>This project is available as open source under the terms of the <a href="https://github.com/BotStudios/Website/blob/main/LICENSE">GPL-3.0 License</a></p>
</div>
</div>
<!-- This website was designed & made by https://joe.js.org -->
</body>
</html>