Simplify description

This commit is contained in:
Michael Bradley 2025-02-21 02:29:03 -05:00
parent cff2cc57eb
commit f4bede82a0
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 6 additions and 12 deletions

View file

@ -1,4 +1,4 @@
import { Highlight } from "./utils";
import { BlankLine, Highlight } from "./utils";
type HeaderProps = {
user: string;
@ -28,14 +28,10 @@ const InfoLine = ({ label, value }: InfoLineProps) => (
const Description = () => (
<div className="invisible-div">
<Header user="website" hostname="MichaelBradley" />
<InfoLine label="Degree" value="Bachelor of Computer Science" />
<InfoLine label="University" value="Carleton" />
<InfoLine label="Major CGPA" value="11.52/12 (A+)" />
<InfoLine label="Languages" value="C/C++, Python, TypeScript" />
<InfoLine label="Skills" value="Linux, Git, Testing" />
<InfoLine label="Work Experience" value="2 years" />
<InfoLine label="Applying for" value="Full-time job" />
<InfoLine label="Location" value="Toronto or Remote" />
<InfoLine label="Location" value="Toronto 🇨🇦" />
<BlankLine />
<InfoLine label="Degree" value="B.C.S. Honours" />
<InfoLine label="Alma Mater" value="Carleton U" />
</div>
);

View file

@ -268,10 +268,8 @@ p {
}
#michael-photo-container {
flex: 1 1 9lh;
max-width: 11lh;
max-height: 9lh;
aspect-ratio: 1;
padding-top: 1lh;
:active {
animation: spin 1s linear infinite forwards;