tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
update resume
bwc9876.dev
1 month ago
31eaaa53
6d2640bb
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+3
-5
3 changed files
expand all
collapse all
unified
split
README.md
package.json
src
assets
resume.typ
+1
-1
README.md
···
1
1
# Website
2
2
3
3
-
This repo contains files for my site.
3
3
+
This repo contains files for my site.
4
4
5
5
Made in [Astro](https://astro.build).
+1
-1
package.json
···
37
37
"prettier-plugin-astro": "^0.14.1",
38
38
"slugify": "^1.6.6"
39
39
}
40
40
-
}
40
40
+
}
+1
-3
src/assets/resume.typ
···
5
5
#let email = "bc1016579@wcupa.edu"
6
6
#let github = "github.com/Bwc9876"
7
7
#let linkedin = "linkedin.com/in/bwc9876"
8
8
-
#let phone = "(610)-906-9343"
9
8
#let personal-site = "bwc9876.dev"
10
9
11
10
#set document(
···
18
17
email: email,
19
18
//github: github,
20
19
//linkedin: linkedin,
21
21
-
phone: phone,
22
20
personal-site: personal-site,
23
21
accent-color: "#26428b",
24
22
font: "New Computer Modern",
···
47
45
location: "West Chester, PA",
48
46
dates: dates-helper(
49
47
start-date: "Aug. 2023",
50
50
-
end-date: "Dec. 2026 (Projected)",
48
48
+
end-date: "May 2027 (Projected)",
51
49
),
52
50
degree: "Bachelor of Computer Science, Minor in Professional and Technical Writing",
53
51
consistent: true,