-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
46 lines (42 loc) · 1.38 KB
/
Copy pathteam.html
File metadata and controls
46 lines (42 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Team buddies</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="body_wrapper">
<header class="header_top">
<a href="index.html" title="Back to index.html">
<img class="img_left" src="css/img/logo.png" alt="Sorry, your browser cannot show this picture">
</a>
<a href="https://www.codefactory.wien" title="to codefactory.wien">
<img class="img_right" id="hide_header_pic" src="css/img/banner.png" alt="Sorry, your browser cannot show this picture">
</a>
</header>
<nav class="nav_top">
<ul>
<li><a href="index.html" title="Back to where you started">Home</a></li>
<li><a href="#" title="Our marvelous team!">Team</a></li>
</ul>
</nav>
<main id="team_container">
</main>
<footer>
<nav class="nav_bottom">
<ul>
<li><a href="index.html" title="Back to where you started">Home</a></li>
<li><a href="#" title="Our marvelous team!">Team</a></li>
</ul>
</nav>
<a href="index.html" title="Back to index.html">
<img class="img_footer" src="css/img/logo-inv.png" alt="">
</a>
<h3>Marco Häfner - CodeFactory 2018</h3>
</footer>
<script src="json/team.json" type="text/javascript"></script>
<script src="js/team.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>