-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmihawkbackgal.html
121 lines (85 loc) · 4.26 KB
/
mihawkbackgal.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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; margin-top:50px; margin-bottom:50px">
<tr style="border-bottom:4px solid white">
<th style="padding:5px;border-top:4px solid white;border-left:4px solid white"><div class="event-page-mihawk">
<img src="./gallery/tk-ent-staff.jpg">
</div>
</th>
<th style="padding:5px;border-left:4px solid white;border-top:4px solid white;border-right:4px solid white"><div class="event-page-mihawk">
<img src="./gallery/participants.jpg"></div>
</th>
</tr>
<tr style="border-bottom:4px solid white">
<th style="padding:5px;border-left:4px solid white"> <div class="event-page-mihawk">
<img src="./gallery/event-page-mihawk.jpg"></div>
</th>
<th style="padding:5px; border-left:4px solid white;border-right:4px solid white"> <div id="kpop4">
<img src="./gallery/kpop4.jpg"></div>
</th>
</tr>
<tr style="border-top:4px solid white">
<th style="padding:5px;border-left:4px solid white;border-bottom:4px solid white"> <div class="event-page-mihawk">
<img src="./gallery/kpop3.jpg"></div>
</th>
<th style="padding:5px; border-left:4px solid white;border-right:4px solid white;border-bottom:4px solid white"><div id="kpop2">
<img src="./gallery/kpop2.jpg"></div>
</th>
</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>