-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
executable file
·68 lines (62 loc) · 2.22 KB
/
program.html
File metadata and controls
executable file
·68 lines (62 loc) · 2.22 KB
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
<html>
<head>
<title>SEDE 2022 - Program</title>
<!-- Test -->
<!-- Links -->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/mobile.css">
<script src="stylesheets/jquery.js"></script>
<script src="stylesheets/slider.js"></script>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="topbar">
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="submission.html">Submission</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="authors.html">Registration</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</div>
<div id="images">
<img src="images/hotel.jpg" class="active" />
<img src="images/lobby.jpeg" />
<img src="images/pool.jpg" />
<img src="images/hotel2.jfif" />
<img src="images/pool2.jfif" />
</div>
<div class="main">
<h1>Program</h1>
<p>
<h2><a href="files/SEDE_2022_Program.pdf" target="_blank">SEDE 2022 Program</a></h2>
</p>
</div>
<div class="footer">
<p>
<a href="http://www.isca-hq.org/"><img height="70" width="110" src="images/isca.gif"></a>
<br>
International Society for Computers and their Applications
</p>
<ul>
<li>SEDE Years</li>
<li><a href="index.html">2022</a></li>
<li><a href="2021/index.html">2021</a></li>
<li><a href="2020/index.html">2020</a></li>
<li><a href="2019/index.html">2019</a></li>
<li><a href="2018/index.html">2018</a></li>
<li><a href="2017/index.html">2017</a></li>
<li><a href="2016/index.html">2016</a></li>
<li><a href="2015/index.html">2015</a></li>
</ul>
</div>
<div class="copyright">
</div>
</body>
</html>