forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (87 loc) · 3.58 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
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : CrossWalk
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140216
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HPQC Labs: High Performance & Quantum Computing</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&displa y=swap"
rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="Plugins/AOS/aos.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="images/favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="menu">
<!--Spans used to create the navbar toggle button in mobile (4 are used for the animation while only 3 are visible)-->
<div class="navbar-toggle" id="navbar-toggle">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<a href="index.html" class="logo">
<img src="images/HPQC_Labs.svg" class="logoImg">
<span class="logoTxt">HPQC Labs</span>
</a>
<!--Main nav contains list items for each entry in the nav bar-->
<ul class="main-nav" id="main-nav">
<li class="current_page_item"><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="people.html" accesskey="2" title="">People</a></li>
<li><a href="https://github.com/HPQC-LABS" accesskey="3" title="">Research</a></li>
<li><a href="by-laws.html" accesskey="4" title="">By-laws</a></li>
<!--Contains items in Resources drop down menu-->
<li class="dropmenu">
<a class="dropbtn" accesskey="5" title="">Resources</a>
<div class="content">
<a href="lectures.html" title="">Lectures</a>
<a href="LaTeX.html">LaTeX Setup</a>
</div>
</li>
<li><a href="college.html" accesskey="6" title="">HPQC College</a></li>
</ul>
</div>
<!--Banner contains image content-->
<div id="banner"> </div>
<!--Feature contains Description content-->
<div id="featured">
<div class="container">
<div class="title">
<h2>High Performance & Quantum Computing Labs</h2>
<span class="byline">HPC on classical & quantum computers.<br>Physics, Chemistry, Health Science,
Medicine, Computation</span>
</div>
</div>
<div id="copyright" class="container">
<p>
© HPQC Labs. All rights reserved.
<br>
</p>
</div>
<!--Initializing js files used-->
<script type="text/javascript" src="main.js"></script>
<!--Initializes AOS script which is used to animate divs apppearing when scrolling down-->
<script src="Plugins/AOS/aos.js"></script>
<script>
AOS.init();
</script>
</div>
</body>
</html>