-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
66 lines (63 loc) · 2.84 KB
/
registration.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
<!doctype html>
<html>
<head>
<title>Fast ML for Science @ ICCAD 2023</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="css/frame.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/controls.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/custom.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="canonical" href="https://fastmachinelearning.org/iccad2023">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/menu.js"></script>
<style>
.menu-registration {
color: rgb(255, 255, 255) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
</style>
</head>
<body>
<!-------------------------------------------------------------------------------------------->
<!--Menu and Banner-->
<div class="menu-container"></div>
<div class="site-blocks-cover overlay inner-page-cover" style="background-image: url('image/sanfrancisco.jpg');"
data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-10 text-center" data-aos="fade-up">
<h1>Workshop Registration</h1>
</div>
</div>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="content-container">
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Registration</h2>
<hr>
<p class="text">Please register for our workshop through the <a
href="https://web.cvent.com/event/957a9897-bf1d-4dcd-8bf3-d170231a4416/summary">main conference
(ICCAD)</a>.
The cost is $200 is you attend the workshop standalone and $100 if you attend the workshop as a part of
the larger ICCAD conference.
</p>
</div>
</div>
<div class="flex-row">
<div class="flex-item flex-column">
<p>© Fast Machine Learning for Science @ ICCAD, 2023</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>