This repository was archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
63 lines (63 loc) · 2.72 KB
/
about.html
File metadata and controls
63 lines (63 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="src/style.css" rel="stylesheet"/>
<link href="src/links.css" rel="stylesheet"/>
</head>
<body class="maintext">
<div class="topbar">
<div class="sidebarImg"><img src="images/logo.png"/></div>
<div class="toptext"><h2>CB Student Community</h2></div>
</div>
<div id="bodybox">
<div id="menu" class="menubar">
<div class="menublock">
<a href="index.html" ><p>Home</p></a>
<a href="about.html" ><p>About</p></a>
</div>
<h5>Information</h5>
<div class="menublock">
<a href="tools.html" ><p>Resources/Tools</p></a>
<a href="blog.html" ><p>Blog</p></a>
<a href="communication.html" ><p>Communications</p></a>
</div>
</div>
<div class="mainbody">
<div class="titleblock">
<p> </p>
<h1>About Us</h1>
<h3>Who we are and why we made this</h3>
<p> </p>
</div>
<div class="textblock">
<h2>Meet the developers</h2>
<div class="blockholder">
<div class="blanktextBlock">
<h2>Michael</h2>
<img src="images/Michael_pfp.jpeg" height="100">
<h3>Co-Founder, Spaghetti enjoyer</h3>
<h4>Contact: <a href="https://matrix.to/#/@gecotron:matrix.org"><p>@gecotron:matrix.org</p></a></h4>
<p>Michael got bored and wanted to start building websites<br> that were useful instead of small projects that would be unmaintained</p>
</div>
<div class="blanktextBlock">
<h2>Phoenix</h2>
<img src="images/Phoenix_pfp.jpeg" height="100">
<h3>Co-founder, programmer, Chief tab key presser</h3>
<h4>Contact: <a href="https://matrix.to/#/@phynxinferno:matrix.org"><p>@phynxinferno:matrix.org</p></a></h4>
<p>Presses tab a lot, the main Reason why Michael's code isn't a spaghetti monster</p>
</div>
</div>
</div>
<div class="textblock">
<h2>Why did we make this.</h2>
<p>To be frank, we had nothing better to do. <br>We wanted to make a website full of tools and secrets for our fellow students and friends. <br> So after creating multiple webpages built on spaghetti code and meat sauce, cleaning that up and praying that the code that a stranger on Stackexchange said would fix a problem we had would work, <br> we made this, a collection of tools and information, made by CB students, for CB students</p>
</div>
<div class="textblock">
<h2>Credits:</h2>
<p>We'd like to credit the Catppuccin team who made an awesome theme that we use on our website!<br>Check out their theme <a href="https://github.com/catppuccin/catppuccin">here</a></p>
</div>
</div>
<br />
</body>
</html>