1313 </ style >
1414</ head >
1515< body class ="bg-gray-100 ">
16- < header class ="bg-gray-300 py-4 ">
17- < div class ="container mx-auto px-4 ">
18- < h1 class ="text-2xl font-semibold text-black "> GitHub Automation Scripts 🤖</ h1 >
19- < div class ="github-link mb-2 ">
20- < a class ="fg-black " href ="https://github.com/sahil-sagwekar2652/GitHub-Automation-scripts " target ="_blank " rel ="noopener noreferrer ">
21- < i class ="fg-black fab fa-github "> </ i >
22- GitHub
23- </ a >
24- </ div >
25- </ div >
26- </ header >
16+ < nav class ="navbar ">
17+ < input type ="checkbox " id ="check ">
18+ < label for ="check " class ="checkbtn ">
19+ < i class ="fas fa-bars "> </ i >
20+ </ label >
21+ < label class ="logo "> < a href ="https://github.com/sahil-sagwekar2652/GitHub-Automation-scripts "> GitHub Automation Scripts 🤖</ a > </ label >
22+ < ul >
23+ < li > < a href ="#about "> About</ a > </ li >
24+ < li > < a href ="#contribute "> Contribute</ a > </ li >
25+ < li > < a href ="#install "> Installation</ a > </ li >
26+ < li > < a href ="#contributor "> Contributors</ a > </ li >
27+ < li > < a href ="#contact "> Contact</ a > </ li >
28+ </ ul >
29+ </ nav >
2730
2831 < section class ="h-screen bg-blue-900 flex items-center justify-center ">
2932 < div class ="Viewcontainer mx-auto flex flex-wrap flex-col md:flex-row space-x-0 md:space-x-8 ">
@@ -47,7 +50,7 @@ <h2 class="text-xl text-white font-semibold mb-4">Tech Stack</h2>
4750 </ div >
4851 </ section >
4952
50- < div class ="desc-container mx-auto px-4 ">
53+ < div class ="desc-container mx-auto px-4 " id =" about " >
5154 < div class ="description-section ">
5255 < div class ="image-container ">
5356 < img src ="graphics/repo.jpg " alt ="gitrepo-Floating-Image ">
@@ -64,7 +67,7 @@ <h2 class="title">GitHub Automation Scripts 🤖</h2>
6467 </ div >
6568
6669
67- < div class ="container mx-auto px-4 py-8 ">
70+ < div class ="container mx-auto px-4 py-8 " id =" contribute " >
6871 < div class ="contribute-guide ">
6972 < h1 class ="text-2xl font-semibold "> Contributing to GitHub-Automation-Scripts</ h1 >
7073 < p class ="mt-4 "> First off, thanks for taking the time to contribute! ❤️</ p >
@@ -110,7 +113,7 @@ <h2 id="styleguides" class="text-xl font-semibold mt-8">Styleguides</h2>
110113</ body >
111114</ html >
112115
113- < main class ="container mx-auto px-4 py-8 ">
116+ < main class ="container mx-auto px-4 py-8 " id =" install " >
114117 < nav class ="mb-8 flex justify-center items-center ">
115118 < div class ="inline-flex border border-gray-300 rounded ">
116119 < button class ="py-2 px-4 bg-gray-200 font-semibold focus:outline-none active:bg-gray-300 " onclick ="openTab(event, 'installation') "> Installation</ button >
@@ -199,7 +202,7 @@ <h1>Our Valuable Contributors</h1>
199202 < div id ="contributor "> </ div >
200203 </ div >
201204
202- < footer class ="py-4 ">
205+ < footer class ="py-4 " id =" contact " >
203206 < div class ="container mx-auto px-4 footer-content ">
204207 < h3 > GITHUB AUTOMATION SCRIPTS 🤖</ h3 >
205208 < p > Bash and Python scripts to automate your Git & GitHub workflow. Made by using only standard python libraries.</ p >
0 commit comments