-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (46 loc) · 2.81 KB
/
index.html
File metadata and controls
69 lines (46 loc) · 2.81 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
<html>
<head>
<link rel="icon" type="image/x-icon" href="icon.ico">
<link rel="stylesheet" href="index_styles.css">
</head>
<body>
<div class="topnav">
<a class="active" href="lime-game-modding.githubio">Home</a>
<a href="#logic-kits">Logic Kits</a>
<a href="#instructions">Instructions</a>
<a href="#news">News</a>
<a href="#about-us">About Us</a>
</div>
<div id="logic-kits" class="section">
<p class="title"> The Logic Kits </p>
<p class="paragraph"> The logic kits are our now main project. This project is about the creation of logic kits for electronic learning and hobby.</a></p>
<p class="paragraph"> <a href="https://lime-game-modding.github.io/kits">Our Logic Kits</a></p>
</div>
<div id="instructions" class="section">
<p class="title">Logic Kit Instructions</p>
<p class="paragraph">Already bought the logic kits, but don't know how to assemble them ? Or maybe you just want to learn more about electronics?</p>
<p><a href="/instructions.html">Find everything you need here for free.</a></p>
</div>
<div id="news" class="section">
<p class="title">What's new ?</p>
<p class="paragraph">First of all, this Website! It was recently created, and is still a work in progress, but it allows us to have display
on all of our projects, including the Logic Kits (and more coming later), in the way we like, with the formating we choose. Of course, it is also some sort of challenge,
as most of us haven't really ever made a website before.
</p>
</div>
<div id="about-us" class="section">
<p class="title">Our Team:</p>
<p class="dev-name">Hecker</p>
<p class="dev-desc">Hecker is the first Member of the Team and the Original Founder.He is also the first Member of the Developement Team.</p>
<p class="dev-name">AlphaCodingPilot</p>
<p class="dev-desc">AlphaCodingPilot is the second Memeber of the Team and one of the Founders. He is also a Member of the Developement Team.</p>
<p class="dev-name">Antonin</p>
<p class="dev-desc">Antonin is the third Member of the Team and one of the Founders as well. He is a Member of the Developement Team as well,
and does all the fcking annoying ass css of this website while knowing absolutely nothing abt it.</p>
<p class="dev-name">TheRiggedDev</p>
<p class="dev-desc">TheRiggedDev is the fourth Member of the Team and one of the Founders. He is also a Member of the Developement Team.</p>
<p class="dev-name">JustMindfulYT</p>
<p class="dev-desc">JustMindfulYT is the last Member of the Team and the last Founder as well. She is also the Last Member of the Developement Team.</p>
</div>
</body>
</html>