Skip to content
Snippets Groups Projects
Unverified Commit c07e1b70 authored by Abraham Raji's avatar Abraham Raji
Browse files

CDN Fix and Style Fix

parent c129904b
Branches
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" /> <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
</head> </head>
<body> <body>
<main> <main>
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
</div> </div>
</div> </div>
</section> </section>
<footer> <footer style="margin-top: 0">
<div class="footer-icon-row " style="text-align: center"> <div class="footer-icon-row " style="text-align: center">
<h1>Organised By</h1> <h1>Organised By</h1>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a> <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" /> <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
</head> </head>
<body> <body>
<main> <main>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" /> <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
</head> </head>
<body> <body>
<main> <main>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" /> <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
</head> </head>
<body> <body>
<main> <main>
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
<ul class="menu"> <ul class="menu">
<li><a href="index.html#about">About</a></li> <li><a href="index.html#about">About</a></li>
<li><a href="coc.html">Code of Conduct</a></li> <li><a href="coc.html">Code of Conduct</a></li>
<li><a href="#">Schedule</a></li> <li><a href="sched.html">Schedule</a></li>
<li><a href="#">Contact</a></li> <li><a href="index.html#contact">Contact</a></li>
<label for="chk" class="hide-menu-btn"> <label for="chk" class="hide-menu-btn">
<i class="nav-icon fas fa-times"></i> <i class="nav-icon fas fa-times"></i>
</label> </label>
......
...@@ -353,6 +353,7 @@ footer{ ...@@ -353,6 +353,7 @@ footer{
padding: 20px; padding: 20px;
color: white; color: white;
display: flex; display: flex;
margin-top: 10vh;
flex-direction: column; flex-direction: column;
} }
footer .icon-row{ footer .icon-row{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment