-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathagenda_2021.html
203 lines (191 loc) · 11.8 KB
/
agenda_2021.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<html lang="zh_hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>奖项征集 - OS2ATC</title>
<meta name="description" content="开源操作系统年度技术会议(Open Source Operating System Annual Technical Conference,简称 OS2ATC)自2013年以来,已经连续举办了十余届,在促进我国操作系统相关教学、研究与产业的发展,加强学术交流,展示产业界成果,展开跨学科的交流等方面已经卓有成效。">
<link href="./output.css" rel="stylesheet">
<link rel="icon" href="https://os2atc-1304601764.cos.ap-beijing.myqcloud.com/img/favicon.ico">
</head>
<body class="bg-gradient-to-b from-purple-500 to-purple-600">
<header class="bg-white bg-opacity-90 sticky top-0 shadow-lg z-50">
<nav id="nav" class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global">
<div class="flex lg:flex-1">
<a href="index.html" class="-m-1.5 p-1.5">
<span class="sr-only">OS2ATC</span>
<img class="h-8 md:h-12 w-auto" src="https://os2atc-1304601764.cos.ap-beijing.myqcloud.com/img/logo-all.png" alt="">
</a>
</div>
<div class="flex lg:hidden">
<button id="mobile-menu-icon" type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700">
<span class="sr-only">Open main menu</span>
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</div>
<div class="hidden lg:flex lg:gap-x-12">
<div class="relative">
<button type="button" id="menu-item-reference" class="flex items-center gap-x-1 text-sm font-semibold leading-6 text-gray-900" aria-expanded="false">
我要参会
<svg class="h-5 w-5 flex-none text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" />
</svg>
</button>
<!--
'Product' flyout menu, show/hide based on flyout menu state.
Entering: "transition ease-out duration-200"
From: "opacity-0 translate-y-1"
To: "opacity-100 translate-y-0"
Leaving: "transition ease-in duration-150"
From: "opacity-100 translate-y-0"
To: "opacity-0 translate-y-1"
-->
<div id="menu-item-reference-data" class="hidden absolute -left-8 top-full z-10 mt-3 w-screen max-w-40 overflow-hidden rounded-3xl bg-white shadow-lg ring-1 ring-gray-900/5">
<div class="p-4">
<div class="group relative flex items-center gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50">
<div class="flex-auto">
<a href="https://8985099715599.huodongxing.com/event/7785956846111" class="block font-semibold text-gray-900">
OS2ATC 2025
<span class="absolute inset-0"></span>
</a>
</div>
</div>
<div class="group relative flex items-center gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50">
<div class="flex-auto">
<a href="./conference.html" class="block font-semibold text-gray-900">
往期回顾
<span class="absolute inset-0"></span>
</a>
</div>
</div>
</div>
</div>
</div>
<a href="./award.html" class="text-sm font-semibold leading-6 text-white bg-purple-500 hover:bg-purple-700 rounded-full px-2">奖项征集</a>
<div class="relative">
<button type="button" id="menu-item-resource" class="flex items-center gap-x-1 text-sm font-semibold leading-6 text-gray-900" aria-expanded="false">
资源中心
<svg class="h-5 w-5 flex-none text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" />
</svg>
</button>
<!--
'Product' flyout menu, show/hide based on flyout menu state.
Entering: "transition ease-out duration-200"
From: "opacity-0 translate-y-1"
To: "opacity-100 translate-y-0"
Leaving: "transition ease-in duration-150"
From: "opacity-100 translate-y-0"
To: "opacity-0 translate-y-1"
-->
<div id="menu-item-resource-data" class="hidden absolute -left-8 top-full z-10 mt-3 w-screen max-w-40 overflow-hidden rounded-3xl bg-white shadow-lg ring-1 ring-gray-900/5">
<div class="p-4">
<div class="group relative flex items-center gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50">
<div class="flex-auto">
<a href="https://cloud.tsinghua.edu.cn/d/8e6c77ad1ad548acb909/" class="block font-semibold text-gray-900">
PPT下载
<span class="absolute inset-0"></span>
</a>
</div>
</div>
<div class="group relative flex items-center gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50">
<div class="flex-auto">
<a href="https://space.bilibili.com/3546653885729691" class="block font-semibold text-gray-900">
视频回顾
<span class="absolute inset-0"></span>
</a>
</div>
</div>
</div>
</div>
</div>
<a href="./contact.html" class="text-sm font-semibold leading-6 text-gray-900">联系我们</a>
</div>
</nav>
<!-- Mobile menu, show/hide based on menu open state. -->
<div id="mobile-menu" class="hidden" role="dialog" aria-modal="true">
<!-- Background backdrop, show/hide based on slide-over state. -->
<div class="fixed inset-0 z-10"></div>
<div class="fixed inset-y-0 right-0 z-10 w-full overflow-y-auto bg-white px-6 py-6 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10">
<div class="flex items-center justify-between">
<a href="./index.html" class="-m-1.5 p-1.5">
<span class="sr-only">OS2ATC</span>
<img class="h-8 w-auto" src="https://os2atc-1304601764.cos.ap-beijing.myqcloud.com/img/logo.png" alt="">
</a>
<button id="mobile-menu-close-icon" type="button" class="-m-2.5 rounded-md p-2.5 text-gray-700">
<span class="sr-only">Close menu</span>
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
<div class="mt-6 flow-root">
<div class="-my-6 divide-y divide-gray-500/10">
<div class="space-y-2 py-6">
<div class="-mx-3">
<button type="button" class="flex w-full items-center justify-between rounded-lg py-2 pl-3 pr-3.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50" aria-controls="disclosure-1" aria-expanded="false">
我要参会
<!--
Expand/collapse icon, toggle classes based on menu open state.
Open: "rotate-180", Closed: ""
-->
<svg class="h-5 w-5 flex-none" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" />
</svg>
</button>
<!-- 'Product' sub-menu, show/hide based on menu state. -->
<div class="mt-2 space-y-2" id="disclosure-1">
<a href="https://8985099715599.huodongxing.com/event/7785956846111" class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">OS2ATC 2025</a>
<a href="./conference.html" class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">往期回顾</a>
</div>
</div>
<a href="./award.html" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 bg-gray-50">奖项征集</a>
<div class="-mx-3">
<button type="button" class="flex w-full items-center justify-between rounded-lg py-2 pl-3 pr-3.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50" aria-controls="disclosure-1" aria-expanded="false">
资源中心
<!--
Expand/collapse icon, toggle classes based on menu open state.
Open: "rotate-180", Closed: ""
-->
<svg class="h-5 w-5 flex-none" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" />
</svg>
</button>
<!-- 'Product' sub-menu, show/hide based on menu state. -->
<div class="mt-2 space-y-2" id="disclosure-1">
<a href="https://cloud.tsinghua.edu.cn/d/8e6c77ad1ad548acb909/" class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">PPT下载</a>
<a href="https://space.bilibili.com/3546653885729691" class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">视频回顾</a>
</div>
</div>
<a href="./contact.html" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">联系我们</a>
</div>
</div>
</div>
</div>
</div>
</header>
<main class="">
<div class="bg-purple-700 text-slate-200 py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<h1 class="text-xl lg:text-2xl mb-8 lg:mb-12">议程公布 | 开源操作系统年度技术会议 (OS2ATC)2021</h1>
<img src="./img/conference/os2atc_2021_yicheng.jpg" alt="agenda 2021" />
</div>
</div>
</main>
<footer class="p-4 bg-slate-200 text-gray-500 md:p-8 lg:p-10">
<div class="mx-auto max-w-screen-xl text-center">
<img class="h-36 w-auto inline-block" src="https://os2atc-1304601764.cos.ap-beijing.myqcloud.com/img/qrcode/os2atc-qrcode-1280x1280.jpg" alt="" />
<p class="my-6">扫码关注我们的微信公众号</p>
<div class="relative flex py-5 items-center">
<div class="flex-grow border-t border-gray-300"></div>
<span class="flex-shrink mx-4 text-gray-300"><img class="h-8 w-auto inline-block" src="https://os2atc-1304601764.cos.ap-beijing.myqcloud.com/img/logo.png" alt=""></span>
<div class="flex-grow border-t border-gray-300"></div>
</div>
<span class="text-sm text-slate-400 sm:text-center">© 2023-2025 OS2ATC. All Rights Reserved. <a href="https://beian.miit.gov.cn/">京ICP备16045052号-11</a></span>
</div>
</footer>
</body>
<script src="./script/main.js"></script>
</html>