-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblank.html
99 lines (90 loc) · 4.03 KB
/
blank.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>MTC Srolovitz Group</title>
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="http://webthemez.com">
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet">
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header"> <button type="button"
class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse"> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav">
<li><a href="index.html"> <font size="+1"><b>Home</b></font> </a></li>
<li class="active"><a href="joinus.html"> <font size="+1"><b>Research</b></font> </a></li>
<li><a href="team.html"> <font size="+1"><b>Our Team</b></font> </a></li>
<li><a href="joinus.html"> <font size="+1"><b>Join Us</b></font> </a></li>
</ul>
</div>
<table border="0" cellspacing="2" cellpadding="2"
height="94" width="766">
<tbody>
<tr>
<td valign="top"><img src="img/HKU_logo.jpg"
moz-do-not-send="true" alt="HKU Logo" height="92"
width="81"> <br>
</td>
<td valign="center"><font size="+3"><b>David J. Srolovitz</b></font><br>
<span class="clear spacer_responsive_hide_mobile " style="height:5px;display:block;"></span> <font size="+2"><b> Materials Theory and Computation Group</b></font><br>
<span class="clear spacer_responsive_hide_mobile " style="height:5px;display:block;"></span> <font size="+2"><b> The University of Hong Kong</b></font><br>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</header>
<span class="clear spacer_responsive_hide_mobile" style="height:30px;display:block;"></span>
<!-- end header -->
<section class="callaction">
<div class="container">
<div class="row">
<div class="col-md-12">
<div>
<h3>Research</h3>
<p> To be added.
</div>
</div>
</div>
</div>
</section>
<a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/portfolio/jquery.quicksand.js"></script>
<script src="js/portfolio/setting.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<script src="js/owl-carousel/owl.carousel.js"></script>
</body>
</html>