Skip to content

Commit ecf42a5

Browse files
committed
changes
1 parent 0539747 commit ecf42a5

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

public/images/medium.jpg

9.4 KB
Loading

src/components/Main.astro

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import { Icon } from 'astro-icon'
2+
import { Icon } from "astro-icon";
33
44
import About from "./About.astro";
55
import Skills from "./Skills.astro";
@@ -11,7 +11,7 @@ import Contributions from "./Contributions.astro";
1111
import Blogs from "./Blogs.astro";
1212
import Contact from "./Contact.astro";
1313
import 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-

0 commit comments

Comments
 (0)