-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpress.html
More file actions
151 lines (92 loc) · 5.51 KB
/
press.html
File metadata and controls
151 lines (92 loc) · 5.51 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<html>
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>KIM SUNTAE PRESS CEREMONY </title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='https://fonts.googleapis.com/css?family=Dosis:200' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/slider.css" />
<!-- JAVASCRIPT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/responsive.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<style type="text/css">
</style>
</head>
<body>
<div id="page">
<header>
<nav>
<div id="logo">
<a href="#"><img src="images/suntae.png"> <h1>KIM SUNTAE</h1></a>
</div>
<ul id="comp">
<li><a href="index.html">Home </a> </li>
<li class="dropdown">
<a href="bio.html" class="dropbtn">Bio </a>
<div class="dropdown-content">
<a href="bio.html">Resume</a>
<a href="press1.html">Press</a>
</div>
</li>
<li><a href="gallery.html">Gallery </a> </li>
<li><a href="contact.html">Contact</a> </li>
<li class="home"> <a href="#"><i class="fa fa-home fa-2x" aria-hidden="true"></i> </a> </li>
</ul>
<a id="home" href="index.html"> <i class="fa fa-home fa-2x" aria-hidden="true"></i> </a>
<div class="small-menu" id="small-menu">
<form>
<select name="URL" onchange="window.location.href=this.form.
URL.options[this.form.URL.selectedIndex].value">
<option value="index.html">HOME</option>
<option value="bio.html">BIO</option>
<option value="gallery.html">GALLERY</option>
<option value="contact.html">CONTACT</option>
</select>
</form>
</div>
</nav>
</header>
<div id="content">
<aside>
<div id="social">
<li class="linkedin"> <a href="#"><i class="fa fa-arrow-circle-up fa-1x"> </i> </a> </li>
<li class="facebook"> <a href="https://www.facebook.com/%EA%B9%80%EC%84%A0%ED%83%9C-Suntae-Kim-725743727538560/"><i class="fa fa-facebook-official"> </i> </a> </li>
<li class="linkedin"> <a href="#"><i class="fa fa-linkedin-square"> </i> </a> </li>
<li class="youtube"> <a href="https://www.youtube.com/channel/UC7YrAmuQaorSGnRVG_xpQXA"><i class="fa fa-youtube-square"> </i> </a> </li>
</div>
</aside>
<div class="press">
<div id="object">
<img src="press/8.jpg">
</div>
<h1> AWARD CEREMONY </h1>
<p> Tenderloin pastrami jowl pancetta meatloaf. Ground round ribeye porchetta, spare ribs andouille meatball jowl prosciutto beef ribs. Swine rump sausage, pork chop andouille fatback biltong alcatra landjaeger tongue ham hock drumstick chuck kevin jerky. Andouille meatball venison salami. Leberkas chicken meatloaf pancetta, sausage cow short ribs biltong ball tip shoulder tenderloin strip steak. Doner kevin jerky, hamburger short ribs ham hock pastrami meatball frankfurter chuck picanha tri-tip sausage jowl. Pork sausage ham hock, prosciutto kielbasa flank ribeye. </p>
<div id="object">
<img src="press/4.jpg">
</div>
<p>
Bacon ipsum dolor amet prosciutto ham leberkas turkey ball tip kevin fatback. Prosciutto pastrami kevin spare ribs drumstick short loin pork loin corned beef chuck porchetta doner ham hock shank. Tail andouille pastrami, sausage pork loin landjaeger bresaola. Swine hamburger kevin rump capicola ball tip brisket flank pork loin salami t-bone venison. Ribeye turducken hamburger t-bone kevin. Venison flank biltong, filet mignon kielbasa leberkas cupim shank beef salami ground round fatback frankfurter tenderloin. Turkey tail chuck, kevin tri-tip chicken biltong.
Bresaola pig fatback pork loin shank tail brisket. Capicola t-bone jerky pig spare ribs cupim leberkas tri-tip tenderloin brisket kevin. Cow shank venison frankfurter pork loin, short loin t-bone turkey kielbasa. Tri-tip tail swine landjaeger ball tip shankle pastrami bacon alcatra bresaola sirloin porchetta flank.
</p>
</div>
</div>
<footer>
<p class="copyright"> © 2016 KIM SUNTAE ART</p>
</footer>
</div>
<script src="javascript/jquery-1.11.0.min.js"></script>
<script src="javascript/script.js"></script>
</body>
</html>