-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathteam.html
More file actions
76 lines (36 loc) · 2.33 KB
/
team.html
File metadata and controls
76 lines (36 loc) · 2.33 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
70
71
72
73
74
<html>
<head>
<meta charset="utf-8">
<title>GeTTogether!</title>
<link href ="style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<div class = "team-banner" align = center> <!-- This is for the team banner -->
<h1 align=center style ="font-size:100px">
MEET THE TEAM
</h1>
</div>
<div class="team-section" id="team-section" align = center> <!-- This is for green back ground -->
<div class = "three-people" align = center> <!-- This is for whole container -->
<div class = "Person4" style = "background-image:url(jahesh.png)" data-text="Jahesh Davodra
He is in UOttawa computer science. Call him here. This is his number. He like eating Swimming, skating, dancing, cooking. That is all about Jahesh Davodra!!!"> <!-- this is where a person goes -->
</div>
<div class = "Person5" style = "background-image:url(jahesh.png)" data-text="Jahesh Davodra
He is in UOttawa computer science. Call him here. This is his number. He like eating Swimming, skating, dancing, cooking. That is all about Jahesh Davodra!!!"> <!-- this is where a person goes -->
</div>
</div>
<div class = "three-people" align = center> <!-- This is for whole container -->
<div class = "Person1" style = "background-image:url(jahesh.png)" data-text="Jahesh Davodra
He is in UOttawa computer science. Call him here. This is his number. He like eating Swimming, skating, dancing, cooking. That is all about Jahesh Davodra!!!"> <!-- this is where a person goes -->
</div>
<div class = "Person2" style = "background-image:url(jahesh.png)" data-text="Jahesh Davodra
He is in UOttawa computer science. Call him here. This is his number. He like eating Swimming, skating, dancing, cooking. That is all about Jahesh Davodra!!!"> <!-- this is where a person goes -->
</div>
<div class = "Person3" style = "background-image:url(jahesh.png)" data-text="Jahesh Davodra
He is in UOttawa computer science. Call him here. This is his number. He like eating Swimming, skating, dancing, cooking. That is all about Jahesh Davodra!!!"> <!-- this is where a person goes -->
</div>
</div>
</div>
</body>
</html>