-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteamvalues.html
More file actions
69 lines (53 loc) · 2.35 KB
/
teamvalues.html
File metadata and controls
69 lines (53 loc) · 2.35 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>
<title>Innovators</title>
<link rel="stylesheet" href="styles/reset.css" type="text/css" />
<link rel="stylesheet" href="styles/style.css" type="text/css" />
<link rel="stylesheet" href="styles/navbar.css" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
</head>
<body>
<header>
<nav>
<ul class="nav" id="myTopNav">
<li class="nav-item "><a href="index.html ">Home</a></li>
<li class="nav-item "><a href="about.html ">About</a></li>
<li class="nav-item "><a href="contact.html ">Contact Information</a></li>
<li id="icon" class="icon"><button>☰</button></li>
</ul>
</nav>
</header>
<main>
<h1>Innovators</h1>
<h1>"The strength of the team is each individual member. The strength of each member is the team" -Phil Jackson</h1>
<div class="teaminfo">
<div class="rules">
<h2>Team Rules</h2>
<p>We respect each other</p>
<p>We listen to each others ideas</p>
<p>Collaboration and communication are the keys</p>
<p>We have fun</p>
</div>
<div class="song">
<h2>Team Song</h2>
<p>Drake "Nice For What</p>
</div>
<div class="values">
<h2>Team Values</h2>
<p>Trust</p>
<p>~It's important to trust each other~</p>
<p>Respect</p>
<p>~We respect each other and our endeavors~</p>
</div>
</div>
<div class="pictures">
<div class="picWrapper"><img class="pic" src=images/working.JPG></div>
<div class="picWrapper"><img class="pic" src=images/2018teampic.jpg></div>
<div class="picWrapper"><img class="pic" src=images/working1.JPG></div>
<div class="picWrapper"><img class="pic" src=images/working2.JPG></div>
</div>
</main>
<script type="text/javascript" src="js/nav.js"></script>
</body>
</html>