-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAbout.html
More file actions
69 lines (61 loc) · 1.76 KB
/
Copy pathAbout.html
File metadata and controls
69 lines (61 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="RCC Computer Science Club Website">
<meta name="author" content="Computer Club">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="about.css">
<title>Computer Science Club</title>
</head>
<body>
<header>
<h1 style="text-align:center">Computer Science Club</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="About.html">About</a>
<a href="FAQ.html">FAQ</a>
<a href="Activities.html">Activities</a>
<a href="Accomplisments.html">Accomplishments</a>
</nav>
<hr />
<p>
<img src="rcc.jpg" alt="RCC" width="700" height="250">
</p>
<h2>
Who are we?
</h2>
<p>We are a group of computer enthusiasts who work together together
to come up with projects using several different languages to complete
many different tasks.
<br />
<br />
Contact Us:    Facebook: RCC Computer Science Club
<br />
Don't forget to post a message on our website!
<br />
Email:
</p>
<h2>
What do we do?
</h2>
<p>We meet up every week and work on different tasks. Do to the many
members in our club we can accomplish different projects using different coding
languages</p>
<h2>
Why join?
</h2>
<p>If you want to be part of 2 clubs, we combine the Computer Science Club
and the robotics club and work together on our projects</p>
<h2>
Current Members
</h2>
<p>
Abraham Gross, Alex Goldstein, Anna Proctor, Brandon Hlavac, Brian Cisneros, Job Cruz, Dean Sacks, Dorian Vacharach,
Erby Lubin, Janina Dizon, Jason Culpepper, Jonathan Jacques, Lachezar Samanliev, Linda Sunny, Lynn Aaron, Matthew Ljuljic,
Matt Pecko, Merik Emmanuel, Nautika Clemons, Sambou Jaiteh, Shana Rosado
</p>
<h2>
</body>
</html>