-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
103 lines (102 loc) · 4.68 KB
/
contact.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">
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Research Lab, Home, Velit Aliquet Sagittis University">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link href="css/social-buttons.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="jumbotron subhead" id="overview">
<p class="lead"> Velit Aliquet Sagittis University </p>
<h1>Experimental Research Lab</h1>
</header>
<div class="masthead">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="news.html">News</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li class="active" ><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span12 content">
<div class="row-fluid">
<div class="span8">
<iframe class="map-frame" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d815.709488413613!2d129.10643297599063!3d35.13571719390963!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3568ecfca71000fb%3A0x7e78dc776c3bf6fd!2z67aA6rK964yA7ZWZ6rWQIOyekOyXsOqzvO2VmTLqtIA!5e0!3m2!1sko!2skr!4v1698720422783!5m2!1sko!2skr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="span4">
<div class="box_cont">
<h4>Address</h4>
<p>부산광역시 남구 용소로 45 자연과학2관 7413호<br>
C24 - room 7413, Yongso-ro 45, Nam-gu, Busan, Republic of Korea, 48513<br>
</p>
<a href="https://maps.app.goo.gl/Z1Kx1FXUQYcB9nNBA">Show Map</a>
<hr>
<h4>Phone</h4>
<p>내선 전화 : 4515<br>
</p>
<a href="[email protected]">Email: [email protected]</a>
<hr>
<h4>Information</h4>
<p><a href="https://scholar.google.com/citations?user=kXggWVUAAAAJ">Google Scholar</a></p>
<br/>
<p>
<a href="https://www.linkedin.com/in/eun-lee-8956aa53/" class="sb linkedin">LinkedIn</a>
</p>
</div>
</div>
</div>
</div>
</div>
<hr>
</div>
<footer id="footer">
<div class="container-fluid">
<div class="row-fluid">
<div class="span5">
<h3>Contact Information</h3>
<p><b>Office Hours: </b>Monday-Friday (8.00am - 5.00pm)</p>
<p><b>Phone: </b>999-999-9999</p>
<p><b>Cell: </b>999-999-9999</p>
<a href="mailto:[email protected]">Email</a>
</div>
<div class="span2">
<a href="https://mybrandnewlogo.com/"><img src = "thumbs/generic-logo.JPG" alt="research-lab-logo"/></a>
</div>
<div class="span5">
<h3>Address</h3>
<p>9999 Generic Research Laboratory<br>
999 Fake Street Avenue<br>
City, State<br>
Country ZIP
</p>
<a href="http://maps.google.com/">Show Map</a>
</div>
</div>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>