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
# Website
2
3
-
This repo contains files for my site.
4
5
Made in [Astro](https://astro.build).
···
1
# Website
2
3
+
This repo contains files for my site.
4
5
Made in [Astro](https://astro.build).
+1
-1
package.json
···
37
"prettier-plugin-astro": "^0.14.1",
38
"slugify": "^1.6.6"
39
}
40
-
}
···
37
"prettier-plugin-astro": "^0.14.1",
38
"slugify": "^1.6.6"
39
}
40
+
}
+1
-3
src/assets/resume.typ
···
5
#let email = "bc1016579@wcupa.edu"
6
#let github = "github.com/Bwc9876"
7
#let linkedin = "linkedin.com/in/bwc9876"
8
-
#let phone = "(610)-906-9343"
9
#let personal-site = "bwc9876.dev"
10
11
#set document(
···
18
email: email,
19
//github: github,
20
//linkedin: linkedin,
21
-
phone: phone,
22
personal-site: personal-site,
23
accent-color: "#26428b",
24
font: "New Computer Modern",
···
47
location: "West Chester, PA",
48
dates: dates-helper(
49
start-date: "Aug. 2023",
50
-
end-date: "Dec. 2026 (Projected)",
51
),
52
degree: "Bachelor of Computer Science, Minor in Professional and Technical Writing",
53
consistent: true,
···
5
#let email = "bc1016579@wcupa.edu"
6
#let github = "github.com/Bwc9876"
7
#let linkedin = "linkedin.com/in/bwc9876"
0
8
#let personal-site = "bwc9876.dev"
9
10
#set document(
···
17
email: email,
18
//github: github,
19
//linkedin: linkedin,
0
20
personal-site: personal-site,
21
accent-color: "#26428b",
22
font: "New Computer Modern",
···
45
location: "West Chester, PA",
46
dates: dates-helper(
47
start-date: "Aug. 2023",
48
+
end-date: "May 2027 (Projected)",
49
),
50
degree: "Bachelor of Computer Science, Minor in Professional and Technical Writing",
51
consistent: true,