Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 7 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,33 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./src/pages/nav/nav.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<navbar
class="flex justify-around items-center overflow-auto max-sm:flex-col"
>
<brand-name class="text-xl font-bold max-sm:text-lg"
<brand-name class="text-xl font-bold "
>Open Source IIIT Ranchi</brand-name
>
<ul id="mobile_ui" class="flex text-lg max-sm:text-base font-medium" >

<ul class="flex justify-around max-sm:text-base text-lg font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="https://aialok.github.io/open-source-IIIT-Ranchi/">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./freshers.html" >Fresher</a>s
<a href="./src/pages/freshers.html" >Freshers</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./sophomore.html">Sophomore</a>
<a href="./src/pages/sophomore.html">Sophomore</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./third-year.html" >Third Year</a>
<a href="./src/pages/third-year.html" >Third Year</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./senior.html" target="_blank">Senior</a>
<a href="./src/pages/senior.html">Senior</a>
</li>
</ul>
<ul class="flex text-lg max-sm:text-base font-medium" >
<li id="dropdown" class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<div class="dropdown">
<button class="dropbtn">Dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Home</a>
<a href="./src/pages/freshers.html">Fresher</a>
<a href="./src/pages/sophomore.html">Sophomore</a>
<a href="./src/pages/third-year.html">Third Year</a>
<a href="./src/pages/senior.html">Senior</a>
</div>
</div>
</li>
</ul>

</navbar>
<div class="w-full bg-orange-500 h-4"></div>

Expand Down
26 changes: 3 additions & 23 deletions src/pages/freshers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./nav/nav.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<navbar
class="flex justify-around items-center overflow-auto max-sm:flex-col"
>
<brand-name class="text-xl font-bold max-sm:text-lg"
<navbar class="flex justify-around items-center overflow-auto max-sm:flex-col">
<brand-name class="text-xl font-bold max-sm:text-lg"
>Open Source IIIT Ranchi</brand-name
>
<ul id="mobile_ui" class="flex text-lg max-sm:text-base font-medium" >
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="https://aialok.github.io/open-source-IIIT-Ranchi/">Home</a>
</li>
Expand All @@ -30,23 +27,6 @@
<a href="./senior.html" target="_blank">Senior</a>
</li>
</ul>
<ul class="flex text-lg max-sm:text-base font-medium" >
<li id="dropdown" class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<div class="dropdown">
<button class="dropbtn">Dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="../../index.html">Home</a>
<a href="../pages/freshers.html">Fresher</a>
<a href="../pages/sophomore.html">Sophomore</a>
<a href="../pages/third-year.html">Third Year</a>
<a href="../pages/senior.html">Senior</a>
</div>
</div>
</li>
</ul>

</navbar>
<div class="w-full bg-orange-500 h-4 "></div>

Expand Down
74 changes: 0 additions & 74 deletions src/pages/nav/nav.css

This file was deleted.

26 changes: 3 additions & 23 deletions src/pages/senior.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./nav/nav.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<navbar
class="flex justify-around items-center overflow-auto max-sm:flex-col"
>
<navbar class="flex justify-around items-center overflow-auto max-sm:flex-col">
<brand-name class="text-xl font-bold max-sm:text-lg"
>Open Source IIIT Ranchi</brand-name
>
<ul id="mobile_ui" class="flex text-lg max-sm:text-base font-medium" >
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="https://aialok.github.io/open-source-IIIT-Ranchi/">Home</a>
</li>
Expand All @@ -27,26 +24,9 @@
<a href="./third-year.html" >Third Year</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./senior.html" target="_blank">Senior</a>
<a href="./senior.html">Senior</a>
</li>
</ul>
<ul class="flex text-lg max-sm:text-base font-medium" >
<li id="dropdown" class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<div class="dropdown">
<button class="dropbtn">Dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="../../index.html">Home</a>
<a href="../pages/freshers.html">Fresher</a>
<a href="../pages/sophomore.html">Sophomore</a>
<a href="../pages/third-year.html">Third Year</a>
<a href="../pages/senior.html">Senior</a>
</div>
</div>
</li>
</ul>

</navbar>
<div class="w-full bg-orange-500 h-4 "></div>

Expand Down
26 changes: 4 additions & 22 deletions src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./nav/nav.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
Expand All @@ -13,40 +12,23 @@
<brand-name class="text-xl font-bold max-sm:text-lg"
>Open Source IIIT Ranchi</brand-name
>
<ul id="mobile_ui" class="flex text-lg max-sm:text-base font-medium" >
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="https://aialok.github.io/open-source-IIIT-Ranchi/">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./freshers.html" >Fresher</a>s
<a href="./freshers.html">Fresher</a>s
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./sophomore.html">Sophomore</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./third-year.html" >Third Year</a>
<a href="./third-year.html">Third Year</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./senior.html" target="_blank">Senior</a>
<a href="./senior.html">Senior</a>
</li>
</ul>
<ul class="flex text-lg max-sm:text-base font-medium" >
<li id="dropdown" class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<div class="dropdown">
<button class="dropbtn">Dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="../../index.html">Home</a>
<a href="../pages/freshers.html">Fresher</a>
<a href="../pages/sophomore.html">Sophomore</a>
<a href="../pages/third-year.html">Third Year</a>
<a href="../pages/senior.html">Senior</a>
</div>
</div>
</li>
</ul>

</navbar>
<div class="w-full bg-orange-500 h-4"></div>

Expand Down
26 changes: 3 additions & 23 deletions src/pages/third-year.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./nav/nav.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<navbar
class="flex justify-around items-center overflow-auto max-sm:flex-col"
>
<navbar class="flex justify-around items-center overflow-auto max-sm:flex-col">
<brand-name class="text-xl font-bold max-sm:text-lg"
>Open Source IIIT Ranchi</brand-name
>
<ul id="mobile_ui" class="flex text-lg max-sm:text-base font-medium" >
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="https://aialok.github.io/open-source-IIIT-Ranchi/">Home</a>
</li>
Expand All @@ -27,26 +24,9 @@
<a href="./third-year.html" >Third Year</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./senior.html" target="_blank">Senior</a>
<a href="./senior.html">Senior</a>
</li>
</ul>
<ul class="flex text-lg max-sm:text-base font-medium" >
<li id="dropdown" class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<div class="dropdown">
<button class="dropbtn">Dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="../../index.html">Home</a>
<a href="../pages/freshers.html">Fresher</a>
<a href="../pages/sophomore.html">Sophomore</a>
<a href="../pages/third-year.html">Third Year</a>
<a href="../pages/senior.html">Senior</a>
</div>
</div>
</li>
</ul>

</navbar>
<div class="w-full bg-orange-500 h-4 "></div>

Expand Down