Skip to content

Commit 785e054

Browse files
authored
Created index.html with member names and group name
1 parent ef64b84 commit 785e054

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Luxta</title>
6+
<link rel="stylesheet" href="style.css">
7+
</head>
8+
<body>
9+
<header>
10+
<h1>Team: Regular Snails</h1>
11+
<p>Project: Photography assistance app</p>
12+
</header>
13+
14+
<section>
15+
<h2>Members</h2>
16+
<ul>
17+
<li>Luca Ficano Latimer</li>
18+
<li>Alexander Leang</li>
19+
<li>Ian Rispin</li>
20+
<li>Jocelyn Trejo</li>
21+
</ul>
22+
</section>
23+
24+
<section>
25+
<h2>About</h2>
26+
<p>Assisting photographers with lighting and other weather related information.</p>
27+
</section>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)