-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (44 loc) · 1.73 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Digital Electronics</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/common.css">
<style>
.footer {
padding: 20px; /* Some padding */
margin:0px;
text-align: center; /* Center text*/
background: #ddd; /* Grey background */
}
.main {
text-align: center;
}
</style>
</head>
<body>
<script src="/assets/navbar.js"></script>
<div class="header">
<h1>Digital Electronics</h1>
</div>
<div class="main">
<h1>About Us</h1>
<p>
Digital Electronics is a Github organization. <br>Our slogan is: We make <strong>Software</strong>. Also, we<br> are looking for new members. <br>We would be glad for anybody
who knows<br> how to code in Python, HTML, CSS or Assembly, to join. <br>Go to <a href="#">this page</a> for more info on joining us.
<h1>What We Do</h1>
<p>
As our slogan suggests, we make software. Well, more precisely,<br> we code software. In our projects page, it says we are working on <br>an OS called CrylixOS.
Development of this operating system is slow.<br> That's the main reason why we want people who<br> can program in assembly language to join our organization.
<br>You can talk to us via github <a href="https://github.com/Digital-Electronics-LLC/Digital-Electronics-LLC/issues/2">here.</a><br> So, go check out other things. Why are you still here?
<br>Why? Dude, seriously? Ummm. Ok. Bye, I guess.
</p>
</p>
</div>
<div class="footer">
<h2>Contact Us</h2>
<a href="https://github.com/Digital-Electronics-LLC">github</a><br>
©2021 Digital-Electronics-LLC
</div>
</body>
</html>