tangled
alpha
login
or
join now
vixalien.tngl.sh
/
dotio3
0
fork
atom
my website
0
fork
atom
overview
issues
pulls
pipelines
chore: move posts before projects
vixalien.tngl.sh
1 year ago
b4b2215b
63539b7d
+21
-17
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+21
-17
src/pages/index.astro
···
21
21
GTK developer and this is my website, a collection of projects and
22
22
writings.
23
23
</Welcome>
24
24
-
<div class="heading">
25
25
-
<h2>Projects</h2>
26
26
-
<a href="/portfolio">Portfolio →</a>
27
27
-
</div>
28
28
-
<ProjectsIndex limit={3} />
29
29
-
<p>
30
30
-
<a href="/portfolio">More Projects →</a>
31
31
-
</p>
32
32
-
<div class="heading">
33
33
-
<h2>Posts</h2>
34
34
-
<a href="/blog">All Posts →</a>
35
35
-
</div>
36
36
-
<PostsIndex limit={3} />
37
37
-
<p>
38
38
-
<a href="/blog">More Blog Posts →</a>
39
39
-
</p>
40
40
-
<h2>Contact & Links</h2>
24
24
+
<Fragment>
25
25
+
<div class="heading">
26
26
+
<h2>Posts</h2>
27
27
+
<a href="/blog">All Posts →</a>
28
28
+
</div>
29
29
+
<PostsIndex limit={3} />
30
30
+
<p>
31
31
+
<a href="/blog">More Blog Posts →</a>
32
32
+
</p>
33
33
+
</Fragment>
34
34
+
<Fragment>
35
35
+
<div class="heading">
36
36
+
<h2>Projects</h2>
37
37
+
<a href="/portfolio">Portfolio →</a>
38
38
+
</div>
39
39
+
<ProjectsIndex limit={3} />
40
40
+
<p>
41
41
+
<a href="/portfolio">More Projects →</a>
42
42
+
</p>
43
43
+
</Fragment>
44
44
+
<h2 id="contact">Contact & Links</h2>
41
45
<ContactLinks />
42
46
<footer>
43
47
© {AUTHOR}