forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
confirmation.html
133 lines (122 loc) · 6.15 KB
/
confirmation.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<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&display=swap"
rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="lectures.css" rel="stylesheet" type="text/css" media="all" />
<link href="lectures_tickets.css" rel="stylesheet" type="text/css" media="all" />
<!--<link href="lectures.html" rel="stylesheet" type="text/css" media="all" />-->
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="AOS\aos.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<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">
<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>
<ul class="main-nav" id="main-nav">
<li><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>
<li class="dropmenu">
<div class="current_page_item"><a class="dropbtn" accesskey="6" id="selection" title="">Lectures</a>
</div>
<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="5" title="">HPQC College</a></li>
</ul>
</div>
<div id="banner"> </div>
<div id="featured">
<div class="container">
<div id="donation">
<h1>Thank you so much, we look forward to seeing you!</h1><br><hr>
<br>
<br>
<br>
<br>
<!-- <h3>For people not currently paying tuition at HPQC College,</h3>
<p style="color:black">
<font size="2">please make the small one-time registration payment below to secure a spot for the seminar series:</font>
</p>
-->
<!--
<p style="color:black">
We are asking for a very small donation for you to register. We are a not-for-profit school.<br>
Limited space is available for people from outside the college.
<br>
<br>
Donation requested for individual lectures: 20 Canadian dollars / 16 US dollars.<br>
For three lectures: 50 Canadian Dollars / 40 USD.<br>
<br>
<br>
Donations can be made directly by e-transfer to [email protected], or by the methods available
below.<br>
A small processing fee may be added if using one of the methods below.
</p>
-->
<!-- <div id="smart-button-container">
<div id="options">
<select id="item-options" name="item-options">
<!-- WARNING: IF YOU CHANGE ANYTHING HERE, MAKE SURE TO ALSO CHANGE THE HARD-CODED VALUES IN THE .JS FILE -->
<option value="Test" price="2"> <p>Test: $2</p></option>
<option value="1 Lecture" price="20"><p>1 lecture: $20</p></option>
<!-- WARNING: IF YOU CHANGE ANYTHING HERE, MAKE SURE TO ALSO CHANGE THE HARD-CODED VALUES IN THE .JS FILE -->
</select>
<select style="visibility: hidden" id="quantitySelect"></select>
</div>
<div id="paypal-button-container"></div>
</div>
-->
<!--
<script
src="https://www.paypal.com/sdk/js?client-id=Ad6783gW_8HR4Qi8H7EZmje6ZRKZRw2Ji2nsvFl8sHXVsgerwA1NHDnLRpapuKG6ze0yWRmx1ZK0PD3Y¤cy=CAD"
data-sdk-integration-source="button-factory"></script>
<script src="confirmation.js"></script>
-->
<!--
<br><br><br><br><h3>HPQC College is a charitable not-for-profit organization.</h3>
<p style="color:black"><font size="2">Every registration counts as a charitable donation and goes entirely towards the education we provide.</font></p>
-->
</div>
</div>
</div>
<div id="copyright" class="container" , style="background:#79C255" ;>
<p>© HPQC Labs. All rights reserved. </p>
</div>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="lectures.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="AOS\aos.js"></script>
<script>
AOS.init();
</script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
</body>
</html>