-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathuc.html
More file actions
207 lines (195 loc) · 7.3 KB
/
uc.html
File metadata and controls
207 lines (195 loc) · 7.3 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
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
204
205
206
207
<!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="stylesheet" href="./css/footer.css" />
<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"
/>
<!-- 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/style.min.css" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./scripts/components.js"></script>
<title>Mercon 2025</title>
</head>
<body>
<header>
</header>
<section id="hero" class="hero bg-secondary">
<div class="hero-content">
<img src="./img/logo.png" alt="" />
<h4>
Moratuwa Engineering Research Conference 2023 (MERCon 2023) is the 9
th international conference organized by the Engineering Research
Unit, University of Moratuwa. MERCon solicits research papers
describing significant and innovative research contributions in all
disciplines of engineering
</h4>
<p>Under Construction</p>
<i id="arrowdown" class="fa fa-arrow-down fa-2x" aria-hidden="true"></i>
</div>
</section>
<footer class="mercon-footer">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<style>
.mercon-footer {
background-color: black;
color: #e5a84d;
padding: 20px 0;
font-family: Arial, sans-serif;
}
.mercon-container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.mercon-footer-section {
width: 100%;
margin-bottom: 20px;
}
.mercon-middle-section {
border-left: 2px solid #e5a84d;
padding-left: 15px;
}
@media (min-width: 768px) {
.mercon-footer-section {
width: 30%;
}
}
.mercon-footer h3 {
font-size: 1.5rem;
margin-bottom: 15px;
}
.mercon-footer p,
.mercon-footer a {
font-size: 1rem;
margin-bottom: 10px;
color: white;
text-decoration: none;
}
.mercon-footer a:hover {
color: gray;
}
.mercon-footer ul {
list-style: none;
padding: 0;
}
.mercon-footer ul li {
margin-bottom: 10px;
}
.mercon-social-icons {
display: flex;
gap: 10px;
}
.mercon-social-icons a {
font-size: 1.5rem;
color: white;
}
.mercon-social-icons a:hover {
color: gray;
}
.mercon-footer-logo img {
max-width: 80%;
height: auto;
display: block;
margin: 0px -7px;
}
.mercon-footer-bottom {
background-color: #e5a84d;
color: black;
text-align: center;
padding: 2px 0;
margin-top: 2px;
height: 30px;
}
</style>
<div class="mercon-container">
<div class="mercon-footer-section">
<h3>Contact Us</h3>
<p>Email: <a href="mailto:mercon@uom.lk">mercon@uom.lk</a></p>
<p>Phone: <a href="https://wa.me/94112650301">+94112650301</a></p>
<p>Engineering Research Unit,<br> Faculty of Engineering,<br> University of Moratuwa,<br> Sri Lanka</p>
</div>
<div class="mercon-footer-section mercon-middle-section">
<h3>Quick Links</h3>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./program.html">Program</a></li>
<li><a href="./registration.html">Registration</a></li>
<li><a href="./call-for-papers.html">Call For Papers</a></li>
<li><a href="./workshops_updated.html">Workshops</a></li>
<li><a href="./special_sessions.html">Special Sessions</a></li>
<li><a href="./author-instructions.html">Author Instructions</a></li>
</ul>
</div>
<div class="mercon-footer-section">
<h3>Follow Us</h3>
<div class="mercon-social-icons">
<a href="https://www.facebook.com/pg/erumercon"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/merconeru"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/showcase/erumercon"><i class="fab fa-linkedin"></i></a>
</div>
<div class="mercon-footer-logo">
<img src="./img/logo2025.png" alt="Mercon2025">
</div>
</div>
</div>
<div class="mercon-footer-bottom">
<p>© 2025 NativeCode All rights reserved.</p>
</div>
</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 -->
<script src="./scripts/navColorChange.js"></script>
<!-- scroll to top button script -->
<script src="./scripts/scrollToTop.js"></script>
<script src="./scripts/navbar.js"></script>
</body>
</html>