@@ -22,6 +22,46 @@ pub(super) fn IndexPage() -> impl IntoView {
2222
2323 <hr class="content width-100" />
2424
25+ <section class="content" >
26+ <LocalAnchor name="itch" . to_string( ) />
27+ <a href="https://snendev.itch.io/" target="_blank" class="row no-underline" >
28+ <crate :: icons:: ItchIcon class="icon" . to_string( ) />
29+ <h2>Itch . IO </h2>
30+ </a>
31+ <h3 class="maxwidth-800" >
32+ "Many of my games are on "
33+ <a href="https://snendev.itch.io/" >itch. io</a>
34+ ". Check them out!"
35+ </h3>
36+ <h4 class="maxwidth-800" >
37+ "I also have some games hosted on "
38+ <a href="https://lab.snen.dev" >"my \" lab\" " </a>
39+ ", so feel free to take a look there as well."
40+ </h4>
41+ <h4 class="maxwidth-800" >
42+ "This section will be updated more soon!"
43+ </h4>
44+ </section>
45+
46+ <hr class="content width-100" />
47+
48+ <section class="content" >
49+ <LocalAnchor name="github" . to_string( ) />
50+ <a href="https://github.com/snendev" target="_blank" class="row no-underline" >
51+ <crate :: icons:: GithubIcon class="icon" . to_string( ) />
52+ <h2>GitHub </h2>
53+ </a>
54+ <div
55+ class="github-card mobile-only"
56+ data-github="snendev"
57+ data-width="350"
58+ data-height="130"
59+ data-theme="default"
60+ />
61+ </section>
62+
63+ <hr class="content width-100" />
64+
2565 <section class="content" >
2666 <LocalAnchor name="bsky" . to_string( ) />
2767 <a href="https://bsky.app/profile/snen.dev" target="_blank" class="row no-underline" >
@@ -68,46 +108,6 @@ pub(super) fn IndexPage() -> impl IntoView {
68108
69109 <hr class="content width-100" />
70110
71- <section class="content" >
72- <LocalAnchor name="itch" . to_string( ) />
73- <a href="https://snendev.itch.io/" target="_blank" class="row no-underline" >
74- <crate :: icons:: ItchIcon class="icon" . to_string( ) />
75- <h2>Itch . IO </h2>
76- </a>
77- <h3 class="maxwidth-800" >
78- "Many of my games are on "
79- <a href="https://snendev.itch.io/" >itch. io</a>
80- ". Check them out!"
81- </h3>
82- <h4 class="maxwidth-800" >
83- "I also have some games hosted on "
84- <a href="https://lab.snen.dev" >"my \" lab\" " </a>
85- ", so feel free to take a look there as well."
86- </h4>
87- <h4 class="maxwidth-800" >
88- "This section will be updated more soon!"
89- </h4>
90- </section>
91-
92- <hr class="content width-100" />
93-
94- <section class="content" >
95- <LocalAnchor name="github" . to_string( ) />
96- <a href="https://github.com/snendev" target="_blank" class="row no-underline" >
97- <crate :: icons:: GithubIcon class="icon" . to_string( ) />
98- <h2>GitHub </h2>
99- </a>
100- <div
101- class="github-card mobile-only"
102- data-github="snendev"
103- data-width="350"
104- data-height="130"
105- data-theme="default"
106- />
107- </section>
108-
109- <hr class="content width-100" />
110-
111111 <section class="content" >
112112 <a href="mailto:me@snen.dev" target="_blank" class="row no-underline" >
113113 <crate :: icons:: EmailIcon class="icon" . to_string( ) />
0 commit comments