Skip to content

Commit

Permalink
Merge pull request #3 from akshay9085/main
Browse files Browse the repository at this point in the history
content and resolution updated for hd screens
  • Loading branch information
akshay9085 authored Dec 23, 2024
2 parents 5a2ae00 + 32b1def commit b7bd47a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion src/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,13 @@
opacity: 1;
}

/*********end neon button********** */
/*********end neon button********** */

@media (min-width:1368px) {
p, td, th, li{
font-size: 1.4rem;
}
.section-title{
font-size: 2rem;
}
}
4 changes: 2 additions & 2 deletions src/components/HomeBody.astro
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ import process from "../assets/img/process.png";
How to participate?
</h1>

<h1 class="font-bold text-gray-900 mb-4">To participate in the hackathon, please follow these mandatory steps: </h1>
<h1 class="font-bold text-base xl:text-xl text-gray-900 mb-4">To participate in the hackathon, please follow these mandatory steps: </h1>
<ol class="text-justify list-decimal list-outside space-y-4">
<li class="leading-6">
Before proceeding, it is mandatory to fill out this Google Form:
Expand Down Expand Up @@ -227,7 +227,7 @@ import process from "../assets/img/process.png";
<div class=" md:px-4 border-l-2 border-b-2 border-white pb-5">
<div class="md:px-20 px-3">
<h1 class="text-center section-title mx-4" id="why-participate">
Benefits to participate
Benefits
</h1>
<ul class="list-disc list-outside space-y-1">
<li>Free registration and open to everyone.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/nav-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"label": "Problem Statement", "href": "/problem-statement"},
{"label": "Register", "href": "/#register"},
{"label": "Evaluation criteria", "href": "/evaluation"},
{"label": "System Requirement", "href": "/evaluation/#system-reuirement"},
{"label": "System Requirement", "href": "/evaluation/#system-requirement"},
{ "label": "Resources", "href": "/resources" },

{ "label": "Contact", "href": "/#contact" }
Expand Down
4 changes: 2 additions & 2 deletions src/pages/evaluation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import HomeBody from '../components/HomeBody.astro';
<!-- <div class="grid grid-cols-1 md:grid-cols-2 gap-0 bg-gray-200 "> -->
<div class="md:px-4 pb-5">
<div class="md:px-20 px-3">
<h1 class="text-left section-title pl-4" id="evaluation">Evaluation Criteria</h1>
<h1 class="text-center section-title pl-4" id="evaluation">Evaluation Criteria</h1>
<ul class="list-disc list-inside space-y-2 pt-4">
<li>Complexity of the problem, including its technical depth and challenges. &nbsp;</li>
<li>Quality of the journal, considering its credibility and impact factor. &nbsp;</li>
Expand All @@ -23,7 +23,7 @@ import HomeBody from '../components/HomeBody.astro';

<div class="md:px-4 pb-5">
<div class="md:px-20 px-3">
<h1 class="text-center section-title mx-4 px-4 mb-5" id="system-reuirement">System Requirements</h1>
<h1 class="text-center section-title mx-4 px-4 mb-5" id="system-requirement">System Requirement</h1>



Expand Down

0 comments on commit b7bd47a

Please sign in to comment.