forked from yancarlos4500/BrooklynHackers2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.html
More file actions
35 lines (32 loc) · 1.01 KB
/
homepage.html
File metadata and controls
35 lines (32 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="homepage.css">
<title> </title>
</head>
<body>
<div class= "whole">
<div>
<h1>Welcome</h1>
</div>
<h2>About Builders
</h2>
<p>
We have nine members in our group.
We have 3 volunteers and 6 students in our group.
The volunteers help us with making the game.
All the students came from different countries.
We each had a job.
Asraf was the project manager.
Franklin and JC were the developers.
Amaduo and Ahmed were was the designer and Moises was
the researcher.
Some fun fact about the builders;
Asraf and Amadou are also in the school's wreslting team.
Ahmed likes to play video games a lot.
</p>
<div class= "next"><a href="./Introduction.html">Next</a></div>
</div>
</body>
</html>