-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
168 lines (91 loc) · 4.6 KB
/
contact.html
File metadata and controls
168 lines (91 loc) · 4.6 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<html>
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>KIM SUNTAE WEBSITE </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" class="content-contact">
<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 id="contact">
<h1> PHONE:</h1>
<h1> EMAIL:</h1>
</div>
<div id="map">
<div id="slider" class="iframe-rwd grid-100">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12857.948144599042!2d127.40142034024488!3d36.32474436870212!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x356549339cc1f0b9%3A0x786d1ccf44de4ebd!2s29-11+Yongdu-dong%2C+Jung-gu%2C+Daejeon!5e0!3m2!1sen!2skr!4v1449604495604" width="450" height="450" frameborder="0" style="border:0" allowfullscreen>
</iframe>
</div>
</div>
</div>
<div id="contactFoot" >
<footer >
<p class="copyright"> © 2016 KIM SUNTAE ART</p>
</footer>
</div>
</div>
<script src="javascript/jquery-1.11.0.min.js"></script>
<script src="javascript/script.js"></script>
<script src="javascript/slider.js"></script>
</body>
</html>