Skip to content

Commit f00b3b6

Browse files
Update page content
1 parent 65ce94a commit f00b3b6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/website/page/about.gleam

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,34 @@ import website/component
44

55
pub fn view() {
66
component.text_page("About", "About me", [
7-
html.span([attribute.class("text-2xl font-bold")], [
7+
html.span([attribute.class("font-bold")], [
88
html.text("I'm Gears, an amateur software developer, and general nerd."),
99
]),
1010
html.br([]),
11-
html.br([]),
1211
html.text(
1312
"I love programming languages. I am currently part of the core team developing the ",
1413
),
1514
html.a(
1615
[
1716
attribute.target("_blank"),
18-
attribute.class("text-blue-500 underline"),
17+
attribute.class("font-bold hover:underline"),
1918
attribute.href("https://gleam.run"),
2019
],
2120
[html.text("Gleam programming language")],
2221
),
2322
html.text("."),
2423
html.br([]),
25-
html.text("I also used to make "),
24+
html.text("I also have a "),
2625
html.a(
2726
[
2827
attribute.target("_blank"),
29-
attribute.class("text-blue-500 underline"),
28+
attribute.class("font-bold hover:underline"),
3029
attribute.href("https://youtube.com/@Gearsdatapacks"),
3130
],
32-
[html.text("YouTube videos")],
31+
[html.text("YouTube channel")],
3332
),
3433
html.text(
35-
" about Minecraft datapacks, and related topics, however that is now inactive. Maybe I'll pick it up again one day.",
34+
", where I you can watch my old videos on Minecraft datapacks, as well as videos covering changes to Gleam.",
3635
),
3736
html.br([]),
3837
html.text(

src/website/page/index.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import website/component
55
pub fn view() {
66
component.text_page("Home", "Hello and welcome to my website!", [
77
html.text(
8-
"I am Gears, an amateur software developer, investigating functional programming, compilers and Minecraft datapacks.",
8+
"My name is Surya, known online as Gears. I'm an amateur software developer, investigating functional programming, compilers and Minecraft datapacks.",
99
),
1010
html.br([]),
1111
html.text("More about me in the "),

0 commit comments

Comments
 (0)