-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportant_dates.html
151 lines (131 loc) · 4.98 KB
/
important_dates.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 lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="NativeCode" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="path/to/font-awesome/css/font-awesome.min.css"
/>
<script
src="https://kit.fontawesome.com/a24a7503cf.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Mate+SC&family=Play&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- carousel styles and scripts -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="./css/carousel.css" />
<link rel="icon" type="image/x-icon" href="./img/logos/UOMlogo.ico" />
<link rel="stylesheet" href="./css/timeline.css" />
<link rel="stylesheet" href="./css/style.min.css" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./scripts/components.js"></script>
<title>Mercon 2023</title>
</head>
<body>
<header></header>
<section id="time_line">
<style>
.faded {
color: #a3a3a3;
}
</style>
<div class="timeline">
<div class="time left">
<div class="content">
<h3 class="faded">Proposals for Special Sessions</h3>
<p class="faded">29<sup>th</sup> March 2024</p>
</div>
</div>
<div class="time right">
<div class="content">
<h3 class="faded" >Paper Submission</h3>
<del><p class="faded">5<sup>th</sup> April 2024</p></del>
<h3 class="faded">Extended Deadline</h3>
<p class="faded"><del>19<sup>th</sup> April 2024</del> </p>
<p class="faded">29<sup>th</sup> April 2024 at 5.30 P.M SL time</p>
</div>
</div>
<div class="time left">
<div class="content">
<h3 class="faded">Proposals for Workshops</h3>
<p class="faded">5<sup>th</sup> May 2024 </p>
</div>
</div>
<div class="time right">
<div class="content">
<h3 class="faded">Acceptance Notification</h3>
<p class="faded">8<sup>th</sup> July 2024</p>
</div>
</div>
<div class="time left">
<div class="content">
<h3>Camera Ready Paper</h3>
<p >20<sup>th</sup> July 2024</p>
</div>
</div>
<div class="time right">
<div class="content">
<h3>Registration</h3>
<p>For Authors: 24<sup>th</sup> July 2024</p>
<p>For Participants: 30<sup>th</sup> July 2024</p>
</div>
</div>
<div class="time left">
<div class="content">
<h3>MERCon 2024 Conference</h3>
<p>8<sup>th</sup> – 10<sup>th</sup> August 2024</p>
</div>
</div>
</div>
</section>
<footer></footer>
<a href="./uc.html" id="scroll-to-top-button">
<!-- <i class="fa-solid fa-circle-up up-arrow"></i> -->
<i class="fa fa-angle-double-up" aria-hidden="true"></i>
</a>
<!-- carousel script -->
<script src="./scripts/carousel.js"></script>
<!-- nav bar script -->
<!-- scroll to top button script -->
<script src="./scripts/scrollToTop.js"></script>
<script src="./scripts/navbar.js"></script>
</body>
</html>