forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
110 lines (105 loc) · 4.76 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
104
105
106
107
108
109
110
<!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 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 href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<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" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="index.html">HPQC Labs</a></h1>
</div>
<div id="menu">
<ul>
<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.pdf" accesskey="4" title="">By-laws</a></li>
<li class="dropmenu">
<a class="dropbtn" accesskey="6" title="">Resources</a>
<div class = "content">
<a href="lectures.html" title="">Lectures</a>
<a href="LaTeXGitBashSetUp.pdf">LaTeX Setup</a>
</div>
</li>
<li><a href="college.html" accesskey="5" title="">HPQC College</a></li>
</ul>
</div>
</div>
<div id="banner"> </div>
<div id="featured">
<div class="container">
<div class="title">
<h2>High Performance & Quantum Computing Labs</h2>
<span class="byline">We solve problems on classical & quantum computers. Areas are: Physics, Chemistry, Health Science, Medicine, Computation</span> </div>
</div>
<ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul>
</div>
<div id="extra" class="container">
<div class="title">
<h2>Praesent scelerisquet</h2>
<span class="byline">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue</span> </div>
<div id="three-column">
<div class="boxA">
<div class="box"> <span class="fa fa-cloud-download"></span>
<p>Praesent pellentesque facilisis elit. Class aptent taciti sociosqu ad torquent per conubia nostra.</p>
</div>
</div>
<div class="boxB">
<div class="box"> <span class="fa fa-cogs"></span>
<p>Etiam neque. Vivamus consequat lorem at nisl. Nullam wisi a sem semper eleifend. Donec mattis.</p>
</div>
</div>
<div class="boxC">
<div class="box"> <span class="fa fa-user"></span>
<p> Aenean lectus lorem, imperdiet at, ultrices eget, ornare et, wisi. Pellentesque adipiscing purus.</p>
</div>
</div>
</div>
<ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul>
</div>
<div id="page" class="container">
<div class="title">
<h2>Nulla luctus eleifend</h2>
<span class="byline">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</span> </div>
<div class="gallery">
<div class="boxA"><img src="images/pic01.jpg" width="320" height="200" alt="" /></div>
<div class="boxB"><img src="images/pic02.jpg" width="320" height="200" alt="" /></div>
<div class="boxC"><img src="images/pic03.jpg" width="320" height="200" alt="" /></div>
</div>
<p>Vivamus fermentum nibh in augue. Praesent a lacus at urna congue rutrum. Nulla enim eros nibh. Duis enim nulla, luctus eu, dapibus lacinia, venenatis id, quam. Vestibulum imperdiet, magna nec eleifend rutrum, nunc lectus vestibulum velit, euismod lacinia quam nisl id lorem. Quisque erat. Vestibulum pellentesque, justo mollis pretium suscipit, justo nulla blandit libero, in blandit augue justo quis nisl. Fusce mattis viverra elit. Fusce quis tortor.</p>
<ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul>
</div>
</div>
<div id="copyright" class="container">
<p>© HPQC Labs. All rights reserved. </p>
</div>
</body>
</html>