-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabove.html
39 lines (38 loc) · 1.37 KB
/
above.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style5.css">
</head>
<body>
<div class="above-section">
<div class="main-logo">
<img src="https://msit.in/static/img/msit.png" alt="">
</div>
<div class="content">
<h3>2nd International Conference on Artificial Intelligance and Applications (ICAIA 2024)</h3>
<p>In association with Wentworth Institute of Technology, Boston-USA & Springer</p>
<p>19-20 March 2024</p>
</div>
<div class="back-logo">
<img class="g20"src="./images/g20.jpg" alt="">
<img class="wit"src="./images/witLogo.png" alt="" />
<img class="springer" src="./images/springer-logo.svg" alt="" />
</div>
</div>
<div class="navbar">
<ul type="none">
<a href="#">OVERVIEW</a>
<a href="#">TRACKS</a>
<a href="#">SUBMISSIONS</a>
<a href="#">COMMITTEES</a>
<a href="#">SCHEDULE</a>
<a href="#">REGISTRATION</a>
<a href="#">CALL FOR PAPERS</a>
<a href="#">CONTACT US</a>
</ul>
</div>
</body>
</html>