-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtkentgallery.html
103 lines (75 loc) · 4.68 KB
/
tkentgallery.html
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Jumbotron Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
<link rel="stylesheet" href="jumbotron.css" type="text/css" charset="utf-8" />
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Home
</a>
<a class="navbar-brand" href="about.html">About</a>
<a class="navbar-brand" href="events.html">Events</a>
<a class="navbar-brand" href="gallery.html">Picture Gallery</a>
<a class="navbar-brand" href="contact.html">Contact</a>
</div>
</div>
</nav>
<!--Gallery Pictures-->
<table style="border-collapse:collapse;">
<thead>
<tr style="border-bottom:4px solid white;">
<th style="padding:5px;color:gold"><div id="tk-ent-gallery">
<img src="./gallery/tk-ent-staff.jpg">
</div>
</th>
<th style="padding:5px;border-left:4px solid white;color:gold"><em>Position</em></th>
<th style="padding:5px;border-left:4px solid pink;color:purple"><em>Contact</em></th>
</tr>
</thead>
<tr>
<td style="padding-left:4px; color:white">CEO - Anna-Lena Engstr </td><td style="padding-left:4px; border-left:4px solid red; color:white"> Event Management
// Press-contact
</td><td style="padding-left:4px; border-left:4px solid red; color:white"> <a href="mailto:[email protected]">Email</a></td></tr>
<tr> <td style="padding-left:4px; color:white">Managing Director - Sara Yoon
</td><td style="padding-left:4px; border-left:4px solid red; color:white"> Event management
// Overseas client management
</td><td style="padding-left:4px; border-left:4px solid red; color:white"><a href="mailto:[email protected]">Email</a></td></tr>
<tr> <td style="padding-left:4px; color:white">Marketing Director - Austin Kim
</td><td style="padding-left:4px; border-left:4px solid red; color:white">Marketing
// Social Media Management
</td><td style="padding-left:4px; border-left:4px solid red; color:white"><a href="mailto:[email protected]">Email</a> </td></tr>
<tr style="border-bottom:4px solid red"> <td style="padding-left:4px; color:white">Marketing Director - Josefin de la Motte
</td><td style="padding-left:4px; border-left:4px solid red; color:white">Customer support
// Marketing
// Social Media Management
</td><td style="padding-left:4px; border-left:4px solid red; color:white"><a href="mailto:[email protected]">Email</a> </td></tr>
</table>
<footer>
<p><a class="btn btn-primary btn-sm" href="http://www.facebook.com/tkentertainment.se" role="button">Facebook</a></p>
<p>© Company 2014</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>