-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
111 lines (108 loc) · 4.21 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
104
105
106
107
108
109
110
111
<html>
<head>
<title>Quantum AI Blockchain</title>
<link href="static/css/main.aa287d50.css" rel="stylesheet" type="text/css" />
<link href="static/css/default.css?2" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Nova+Mono&display=swap" rel="stylesheet">
<style type="text/css" media="all">
#root {
background: #eee;
bottom: 20;
}
#root ul {
height: 60% !important;
}
</style>
</head>
<body>
<section id="c">
<h1>
<a href="/"><span>Q</span>uantum <span>AI</span> <span>B</span>lockchain
</a> </h1>
<div class="blocks">
<div class="block">
<h2>News</h2>
<!-- <p>24-Oct-2018</p> -->
<p> 30-Aug-2019 Quantum-AI-Blockchain Receives Series Q
Funding. Currently considering offers for series |Q> funding round
opening early 2020. </p>
<p> 18-Apr-2018 <a href="https://arxiv.org/abs/1804.05979">Quantum Blockchain using entanglement in time </a> </p>
<p> 07-Mar-2018 <a
href="https://motherboard.vice.com/en_us/article/pam958/bristlecone-google-quantum-computer-72-qubits">Google
Engineers Think This 72-Qubit Processor Can Achieve Quantum Advantage </a> </p>
<p> 07-Mar-2018 <a href="https://www.theverge.com/2018/3/7/17091766/blockchain-bitcoin-ethereum-cryptocurrency-meaning">"BLOCKCHAIN" IS MEANINGLESS</a> </p>
<p> 27-Feb-2018 <a href="https://news.uchicago.edu/article/2018/02/27/uchicago-scientists-lead-10-million-nsf-expedition-practical-quantum-computing">UChicago scientists to lead $10 million NSF 'expedition' for practical quantum computing </a> </p>
<p> 13-Feb-2018 <a href="https://arxiv.org/abs/1802.04451">Blockchain and Artificial Intelligence - Tshilidzi Marwala, Bo Xing</a> </p>
<p> 08-Sep-2017 <a href="https://arxiv.org/abs/1709.02779">Machine learning & artificial intelligence in the quantum domain - Vedran Dunjko, Hans J. Briegel</a> </p>
<h2>Investors/Contact</h2>
<p class="bold">We're only entertaining offers from the wholesale
quantum investment, bitcoin or AI communities; all of whom can get in
contact with us directly by standard means. If you're outside of these
communities, we belive you will be able to get the details of one of us.
Sorry. Our contact details are not listed directly due to <b>overwhelming
interest</b>.
</p>
</div>
<div class="block">
<h2>Board of Directors</h2>
<p> Noon van der Silk, Lyndon Maydwell, Sean Seefried, Fabion Kauker,
and Dr Ruth Pearson.
</p>
<h2>Supporters/Followers</h2>
<p> Get your own limited-edition Quantum AI Blockchain T-Shirt. </p>
<p>
<a
href="https://paom.com/products/t-shirt-quantum-ai-blockchain-tee-noonvandersilk/"><img
src="/static/media/quantum-ai-blockchain-tee.png" /></a>
</p>
</div>
</div>
</section>
<h1> Test Form </h1>
<label>
<input type="text" name="name" />
What is your name?
</label>
<br/>
<label>
<input type="text" name="email" />
What is your email?
</label>
<br/>
<label>
<input type="text" name="ready" />
Is your business quantum-ready?
</label>
<br/>
<label>
<input type="text" name="state" />
What is your favourite quantum state?
</label>
<br/>
<label>
<input type="text" name="tshirt" />
How many worlds thoeries do you believe are true in any given world?
</label>
<br/>
<label>
<input type="text" name="invest" />
Would you like to invest in quantum-ai-blockchain technologies?
</label>
<br/>
<label>
<input type="text" name="qbits" />
How many q-bits can you supply to the blockchain??
</label>
<br/>
<label>
<input type="text" name="rating" />
How would you rate this quantum blockchain experience?
</label>
<br />
<input type="submit" value="Submit Name!" />
</form>
<div id="root"></div>
<script type="text/javascript" charset="utf-8" src="static/js/main.38335c9f.js"> </script>
</body>
</html>