-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (144 loc) · 4.53 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<html>
<head>
<title>CISC 322 Diana Candy Group</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/Avatar_Diana.jpg" alt="" /></span>
<h1 id="logo"><a href="#">CISC 322 Group <i>Diana Candy</i> (24)</a></h1>
</header>
<nav id="nav">
<ul>
<li><a href="#ZERO" class="active">About Us</a></li>
<li><a href="#ONE">Reports</a></li>
<li><a href="#TWO">Slides and Presentations</a></li>
<li><a href="#THREE">Other documentations</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li>
<a href="mailto:18xz44@queensu.ca" class="icon solid fa-envelope">
<span class="label">Email</span></a>
</li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- 0 -->
<section id="ZERO">
<div class="container">
<header class="major">
<h2>About Us</h2>
<p>We are Diana Candy</p>
<p>We are <i>Diana Candy</i>, the group 24 of Queen's University CISC 322 winter 2022.<br>
Our group consists of 6 passionate students who love to challenge themselves:<br>
<ul>
<li> Linus Zuo </li>
<li> Peiyang Huang </li>
<li> Ye Shen </li>
<li> Tianze Wang </li>
<li> Shengqi Yuan </li>
<li> Yifan Zhu </li>
</ul>
We will post our presentations, slides, reports and other documents here.
</p>
</header>
</div>
</section>
<!-- 1 -->
<section id="ONE">
<div class="container">
<header class="major">
<h2>Reports</h2>
<p>Our report begins here:</p>
<ul>
<a href="https://github.com/LinusAuditore/CISC322_G24_w2022/blob/main/Documentation/Reports/A1/A1_Report.pdf">
Report 1: Conceptual Architecture of Baidu Apollo
</a>
</ul>
<ul>
<a href="https://github.com/LinusAuditore/CISC322_G24_w2022/blob/main/Documentation/Reports/A2/Concrete%20Architecture%20Report%20of%20Baidu%20Apollo.pdf">
Report 2: Concrete Architecture of Baidu Apollo
</a>
</ul>
<ul>
<a href="https://github.com/LinusAuditore/CISC322_G24_w2022/blob/main/Documentation/Reports/A3/A3_Report_with_index.pdf">
Report 3: Enhancement Proposal
</a>
</ul>
</header>
</div>
</section>
<!-- 2 -->
<section id="TWO">
<div class="container">
<header class="major">
<h2>Slides and Presentations</h2>
<p>Our presentation goes here</p>
<ul>
<a href="https://youtu.be/RLIWOqCZU1E">
Presentation 1: Conceptual Architecture of Baidu Apollo (YouTube)
</a>
</ul>
<ul>
<a href="https://youtu.be/U0EuSF1KZtM">
Presentation 2: Concrete Architecture of Baidu Apollo (YouTube)
</a>
</ul>
<ul>
<a href="https://youtu.be/i7xj-e6pXBo">
Presentation 3: Enhancement Proposal (YouTube)
</a>
</ul>
</header>
</header>
</div>
</section>
<!-- 3 -->
<section id="THREE">
<div class="container">
<header class="major">
<h2>Other documentations</h2>
<p>Other documentations will be here:</p>
<p>
<i>There's currently nothing here, don't worry, there will be an update here soon.</i>
</p>
</header>
</div>
</section>
<!-- 4 -->
<section id="FOUR">
<div class="container">
<header class="major">
<h2>Problems?</h2>
<p>Don't worry!</p>
<p>
<i>If there is anything wrong, please contact us use the email button at the bottom right of the page!</i>
</p>
</header>
</div>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>