-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.html
61 lines (54 loc) · 2 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LOQC.TECH</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Linear Optics Quantum Computer Simulator">
<meta name="author" content="Sergey Sysoev">
<!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/main_new.css" rel="stylesheet">
<style>
body {
background-image: url("/img/intro3.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 100%;
background-color: #000;
}
</style>
</head>
<body>
<div id="all_content" style="padding-right: 40px;padding-left: 40px;">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div style="padding-right: 40px;padding-left: 40px;" id="nav_container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#" style="color:#0088cc">LOQC.TECH</a>
<a class="brand" href="/login" >Login</a>
</div>
</div>
</div>
<div class="container-loqc" id="greeting" >
<p>
<h1>Welcome to LOQC!</h1>
</p>
<p>
This resource is dedicated to simulation of Linear Optics schemes for Quantum Computing. Feel free to <a href="/login" >login</a> with your <b>Google account</b> and explore what is already done by other researchers,
create your own schemes, explore their behaviour and contribute!
</p>
<p><h3>Happy Learning & Research!</h3></p>
</div>
</div>
<div style="position: absolute; bottom: 5px; padding: 7px 17px 7px 17px;" >
<small>© Copyright 2022. Sergey Sysoev</small>
</div>
<div style="">
</div>
</body>
</html>