-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout.html
91 lines (86 loc) · 3.88 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
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
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>TJ Dev Club</title>
<meta name="author" content="TJ Dev Club">
<meta name="description" content="TJ's premier web development club.">
<meta property="og:title" content="TJ Dev Club">
<meta property="og:description" content="TJ's premier web development club.">
<link type="text/css" rel="stylesheet" href="main.css">
</head>
<body>
<main class="content">
<section class="dark hero">
<div>
<h1>About Us</h1>
</div>
</section>
<section class="dark">
<div>
<h2>What We Do</h2>
<p>We're TJ's premier web development club, and we pride ourselves on teaching the art of designing
well-written websites. While we do lecture, our primary goal is to foster a love for web
development through no-cost practical application. Our members span all four classes and all
skill levels, with interests ranging from web design to backend development.</p>
<p>We meet during <span>Wednesday 8B</span> in <span>Room 16 (Billington)</span>, with a lecture
option for those with no experience (Beginner) and those with HTML, CSS, and JavaScript
experience (Advanced).
</p>
</div>
</section>
<section class="light">
<div>
<h2>Our Officers</h2>
<p>We have a dedicated officer team available to answer any questions you may have!</p>
<div class="grid">
<div>
<h3><a href="https://github.com/annaahsu">Anna Hsu</a></h3>
<p>Co-President, <span>2022</span></p>
</div>
<div>
<h3><a href="https://github.com/bryantpark04">Bryant Park</a></h3>
<p>Co-President, <span>2022</span></p>
</div>
<div>
<h3><a href="https://github.com/ZakariyyaScavotto">Zakariyya Scavotto</a></h3>
<p>Lecturer, <span>2022</span></p>
</div>
<div>
<h3><a href="https://github.com/danieljschua">Daniel Chua</a></h3>
<p>Lecturer, <span>2024</span></p>
</div>
<div>
<h3><a href="https://github.com/allenh99">Allen Huo</a></h3>
<p>Lecturer, <span>2023</span></p>
</div>
<div>
<h3><a href="https://github.com/ashleychen738">Ashley Chen</a></h3>
<p>Publicist, <span>2022</span></p>
</div>
</div>
</div>
</section>
<section class="light">
<div>
<div>
<h2>Our Members</h2>
<p>We have a wonderful community of web developers, ranging from freshmen without experience to seasoned seniors that have built full-fledged websites! Add yourself below :)</p>
<div class="grid">
<h3><a href="tmrbbr.html">Taimoor Babar, <span>2023</span></a></h3>
<h3><a href="joshua.html">Josh Wang, <span>2025</span></a></h3>
<h3><a href="garrett.html">Garrett Cook, <span>2023</span></a></h3>
</div>
</div>
</div>
</section>
<section class="dark">
<div>
<a href="index.html">Back to home</a>
</div>
</section>
</main>
</body>
</html>