Skip to content

Commit

Permalink
more fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 committed Mar 13, 2024
1 parent 17c1a3a commit b2aedb9
Showing 1 changed file with 3 additions and 61 deletions.
64 changes: 3 additions & 61 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>

<meta name="title" content="WIT-Conference"/>
<meta name="description" content=""/>
<meta name="title" content="Women Maker Celebration"/>
<meta name="description" content="Women Maker Celebration is a two-day ,un-conference style gathering of women around technology."/>
<meta
name="keywords"
content="conference, technology,hardware, software, kochi, kerala, tinkerhub "
Expand Down Expand Up @@ -44,7 +44,7 @@
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"/>

<title>WIT Conference</title>
<title>WMC</title>
</head>
<body>

Expand All @@ -67,71 +67,13 @@
</div>
<div class="hidden lg:flex justify-evenly gap-5 font-mono text-lg">
<a href="#register" class="text-white">Register</a>
<a href="#about" class="text-white">About</a>
<a href="#schedule" class="text-white">Schedule</a>
<a href="#guests" class="text-white">Guests</a>
<a href="#contact" class="text-white">Contact Us</a>
</div>
</nav>
</section>

<section id="about" class="about w-full h-auto bg-black md:py-10 py-5 md:px-7 px-2">
<div class="flex items-center">
<img src="/img/aboutus/red-ball.png" class="md:w-28 w-20" alt=""/>
<p
class="font-mono font-extrabold text-xl md:text-3xl -ms-10 text-white"
>
About
</p>
</div>

<div class="w-full py-5 md:flex items-center">
<!-- image-section -->
<div class="grid grid-cols-2 gap-5 bg-black w-full px-10 md:w-6/12">
<div>
<img
style="box-shadow: 5px 5px"
class="hover:scale-110 border-2 border-white transition-transform duration-200 md:w-auto"
src="/img/aboutus/about-pic-1.webp"
alt=""
/>
</div>
<div>
<img
style="box-shadow: 5px 5px"
class="hover:scale-110 border-2 transition-transform duration-200 md:w-auto border-white"
src="/img/aboutus/about-pic-2.webp"
alt=""
/>
</div>
<div class="col-span-2">
<img
style="box-shadow: 5px 5px"
class="hover:scale-110 border-2 transition-transform duration-200 md:w-full border-white"
src="/img/aboutus/about-pic-3.webp"
alt=""
/>
</div>
</div>
<!-- about-content -->
<div class="flex justify-center md:w-2/3 text-white font-mono">
<div>
<p class="py-8 text-center font-bold text-2xl w-full">
Why Join Women Makers Celebration by TinkerHub?
</p>
<div class="text-center px-4">
<p>
The Women Makers Celebration is not just a conference; it's a
platform for creating an inclusive and diverse tech industry in
Kerala and beyond. Our mission is to:
</p>
</div>
</div>
</div>
</div>

</section>

<section id="register" class="register h-screen">
<div class="md:flex lg:gap-12 md:gap-8 w-screen">
<div class="bg-[#FFF6F5] hidden h-screen w-5/12 md:flex justify-center items-center">
Expand Down

0 comments on commit b2aedb9

Please sign in to comment.