File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- import { Icon } from ' astro-icon'
2+ import { Icon } from " astro-icon" ;
33
44import About from " ./About.astro" ;
55import Skills from " ./Skills.astro" ;
@@ -11,7 +11,7 @@ import Contributions from "./Contributions.astro";
1111import Blogs from " ./Blogs.astro" ;
1212import Contact from " ./Contact.astro" ;
1313import Landing from " ./Landing.astro" ;
14- import Education from ' ./Education.astro' ;
14+ import Education from " ./Education.astro" ;
1515---
1616
1717<div class =" flex-grow px-4 overflow-x-clip main-container" >
@@ -20,14 +20,13 @@ import Education from './Education.astro';
2020 <About />
2121 <Skills />
2222 <Experience />
23- <Education />
24- <Projects />
25- <Contributions />
23+ <Education />
24+ <!-- < Projects /> -- >
25+ <!-- < Contributions /> -- >
2626 <Blogs />
2727 <Contact />
2828 <button
2929 class =" scroll-to-top-button fixed max-sm:bottom-8 bottom-6 right-6 bg-primary text-gray-200 w-12 h-12 max-sm:w-10 max-sm:h-10 rounded z-10"
3030 onclick =" scrollToTop ()" ><Icon name =" ic:round-arrow-upward" /></button
3131 >
3232</div >
33-
You can’t perform that action at this time.
0 commit comments