Simplify description
This commit is contained in:
parent
cff2cc57eb
commit
f4bede82a0
2 changed files with 6 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { Highlight } from "./utils";
|
import { BlankLine, Highlight } from "./utils";
|
||||||
|
|
||||||
type HeaderProps = {
|
type HeaderProps = {
|
||||||
user: string;
|
user: string;
|
||||||
|
@ -28,14 +28,10 @@ const InfoLine = ({ label, value }: InfoLineProps) => (
|
||||||
const Description = () => (
|
const Description = () => (
|
||||||
<div className="invisible-div">
|
<div className="invisible-div">
|
||||||
<Header user="website" hostname="MichaelBradley" />
|
<Header user="website" hostname="MichaelBradley" />
|
||||||
<InfoLine label="Degree" value="Bachelor of Computer Science" />
|
<InfoLine label="Location" value="Toronto 🇨🇦" />
|
||||||
<InfoLine label="University" value="Carleton" />
|
<BlankLine />
|
||||||
<InfoLine label="Major CGPA" value="11.52/12 (A+)" />
|
<InfoLine label="Degree" value="B.C.S. Honours" />
|
||||||
<InfoLine label="Languages" value="C/C++, Python, TypeScript" />
|
<InfoLine label="Alma Mater" value="Carleton U" />
|
||||||
<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" />
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -268,10 +268,8 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#michael-photo-container {
|
#michael-photo-container {
|
||||||
flex: 1 1 9lh;
|
max-height: 9lh;
|
||||||
max-width: 11lh;
|
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
padding-top: 1lh;
|
|
||||||
|
|
||||||
:active {
|
:active {
|
||||||
animation: spin 1s linear infinite forwards;
|
animation: spin 1s linear infinite forwards;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue