-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (56 loc) · 2.66 KB
/
index.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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CRIE Conference - Internationalizing Higher Education: Past Practices and Future Possibilities
</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Roboto Typeface -->
<link href='https://fonts.googleapis.com/css?family=Roboto:300,700' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico in the root directory -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Normalize makes browsers render all elements more consistently -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/vendor/bootstrap.css">
<!-- Boilerplate CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Modernizr Library -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!-- Title -->
<div class="container">
<header>
</header>
<main>
<object type="image/svg+xml" data="svg/globe.svg" class="logo globe .col-md-4 .col-md-offset-8">
Globe Logo - Internationalizing Higher Education <!-- fallback image in CSS -->
</object>
<h1 class="row .col-md-6 .col-md-offset-3">
<span class="title-line01">INTERNATIONALIZING</span><br>
<span class="title-line02">HIGHER EDUCATION:</span><br>
<span class="title-line03">PAST PRACTICES AND FUTURE POSSIBILITIES</span>
</h1>
<h2>
<span>July 26 — 29, 2016</span><br>
<span>Simon Fraser University<br>Vancouver Campus</span>
</h2>
<p>The Centre for Research on International Education and the Faculty of Education at Simon Fraser University, Canada, invite you to participate in an international interdisciplinary conference focusing on internationalization of higher education.</p>
</main>
<footer>
</footer>
</div>
<!-- jQuery Library -->
<script src="js/vendor/jquery-2.2.3.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<!-- Custom JS-->
<script src="js/main.js"></script>
</body>
</html>