-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
53 lines (51 loc) · 1.38 KB
/
contact.html
File metadata and controls
53 lines (51 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
47
48
49
50
51
52
53
---
layout: contact
title: Contact
description:
background: '/img/bg-contact.jpg'
---
<style>
div.map{
float : right;
width : 35%;
margin-top : 50px;
}
div.sep{
width : 2%
}
div.main{
float : left;
width:63%;
}
div.left{
background-color: rgba( 0, 0, 0, 0.015 );
color : #000000;
border: 1px solid #CCCCCC;
margin-bottom : 40px;
padding : 30px;
}
</style>
<div>
<div class = "main">
<h3>Professor</h3>
<hr>
<div class ="left">
📌 Office : 애기능생활관 317호
<hr>
✉ harrykim@korea.ac.kr
<hr>
📞 02-3290-2393
<hr>
🌐 http://ini.korea.ac.kr
</div>
<h3>Laboratory</h3>
<hr>
<div class ="left">
📌Aegineung Seng-hwal-kwan 321, Korea University, Anam-Dong, Sungbuk-Ku, Seoul, 02841, KOREA
</div>
</div>
<div class = "sep"></div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3161.7414005675637!2d127.02706977634712!3d37.58470666925579!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357cbd9d40bc96db%3A0xd7cc3e8e90334423!2z6rOg66Ck64yA7ZWZ6rWQIOyVoOq4sOuKpeyDne2ZnOq0gA!5e0!3m2!1sko!2skr!4v1698302308072!5m2!1sko!2skr" width="100%" height="300px" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>