Skip to content

Commit

Permalink
Update themeofconfe.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MuddamSiddartha authored Nov 14, 2024
1 parent c901f1b commit 1f403e5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions themeofconfe.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ICDTSB | RKU | VMEG</title>
<title>ICSPCEAC | VMEG</title>
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/images/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/mobile.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" integrity="sha512-q3eWabyZPc1XTCmF+8/LuE1ozpg5xxn7iO89yfSOd5/oKvyqLngoNGsx8jq92Y8eXJ/IRxQbEC+FGSYxtk2oiw==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" integrity="sha512-q3eWabyZPc1XTCmF+8/LuE1ozpg5xxn7iO89yfSOd5/oKvyqLngoNGsx8jq92Y8eXJ/IRxQbEC+FGSYxtk2oiw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
Expand All @@ -29,7 +28,7 @@
<header class="header5">
<nav class="navbar5">
<div class="joel-content-button">
<div class="button-icdtsb-joel"><h7>ICSDPCEAC</h7></div>
<div class="button-icdtsb-joel"><h7>ICSPCEAC</h7></div>
</div>
<ul class="nav-menu5">
<li class="nav-item5">
Expand All @@ -46,7 +45,8 @@
</li>
<li class="nav-item5">
<a href="./themeofconfe.html" class="nav-link5">Theme of Conference</a>

<li class="nav-item5">
<a href="./speakers.html" class="nav-link5">Speakers</a>
</li>
<li class="nav-item5">
<a href="./assets/documents/CONFERENCE BROCHURE f.pdf" class="nav-link5">Call for Papers</a>
Expand All @@ -61,9 +61,9 @@
<!-- <li class="nav-item5">
<a href="./assets/documents/CRC Press - Copyright transfer form.docx" class="nav-link5">Copyright Transfer Form</a>
</li> -->
<li class="nav-item5">
<!-- <li class="nav-item5">
<a href="./assets/documents/AuthorGuidelines.pdf" class="nav-link5">Author Guidelines</a>
</li>
</li> -->
<li class="nav-item5">
<a href="#" class="nav-link5">Registration</a>
</li>
Expand All @@ -77,7 +77,6 @@
<span class="bar5"></span>
</div>
</nav>
</header>
<script>
const hamburger = document.querySelector(".hamburger5");
const navMenu = document.querySelector(".nav-menu5");
Expand Down

0 comments on commit 1f403e5

Please sign in to comment.