From f5f848bece99b57f189fe68022fe6c257cd7ad9d Mon Sep 17 00:00:00 2001 From: junikimm717 <68165832+junikimm717@users.noreply.github.com> Date: Mon, 10 May 2021 15:35:16 -0400 Subject: [PATCH] added content --- content/amc.pug | 3 +++ content/amc.txt | 1 - content/bio.pug | 13 +++++++++++++ content/bio.txt | 1 - content/mathcounts.pug | 2 ++ content/mathcounts.txt | 1 - content/school.pug | 2 ++ content/school.txt | 1 - views/achievements.pug | 4 ++-- views/index.pug | 2 +- views/school.pug | 2 +- 11 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 content/amc.pug delete mode 100644 content/amc.txt create mode 100644 content/bio.pug delete mode 100644 content/bio.txt create mode 100644 content/mathcounts.pug delete mode 100644 content/mathcounts.txt create mode 100644 content/school.pug delete mode 100644 content/school.txt diff --git a/content/amc.pug b/content/amc.pug new file mode 100644 index 0000000..6eb8768 --- /dev/null +++ b/content/amc.pug @@ -0,0 +1,3 @@ +p. + In the 2021 AMC 10A, I received a score of 123 out of 150. In the 2021 AMC 10B, I received a score of 106 out of 150. This meant that I qualified for the 2021 AIME I. + diff --git a/content/amc.txt b/content/amc.txt deleted file mode 100644 index c20cc13..0000000 --- a/content/amc.txt +++ /dev/null @@ -1 +0,0 @@ -(AMC Description Here) diff --git a/content/bio.pug b/content/bio.pug new file mode 100644 index 0000000..5b2fcc9 --- /dev/null +++ b/content/bio.pug @@ -0,0 +1,13 @@ +p Please watch + a(href= "https://www.youtube.com/watch?v=YddwkMJG1Jo" target="new") this: + +p. + Sorry! Anyways: +br +p. + Ready? I am Tei. Contact me if you would like to. Kale is not something I + like. Red is one of my favorite colors. Of course you are wondering why + there are such short sentences. Laugh out Loud! LOL, now read the beginning + letter of each sentence. +p. + Sorry! This is just who I am. diff --git a/content/bio.txt b/content/bio.txt deleted file mode 100644 index 9a013ff..0000000 --- a/content/bio.txt +++ /dev/null @@ -1 +0,0 @@ -(put about me description) diff --git a/content/mathcounts.pug b/content/mathcounts.pug new file mode 100644 index 0000000..33eef34 --- /dev/null +++ b/content/mathcounts.pug @@ -0,0 +1,2 @@ +p. + I took the MATHCOUNTS Chapter Competition and scored a 40 out of 46 points. This ranked me as 23rd out of 139 in the competition to help me advance to the MATHCOUNTS Chapter Invitational Competition. I scored 41 out of 46 points which ranked me 3rd out of 36. This helped me to further advance to the MATHCOUNTS State Competition, where I scored 36 out of 46 points. This ranked 27th out of 139 competitors. \ No newline at end of file diff --git a/content/mathcounts.txt b/content/mathcounts.txt deleted file mode 100644 index 89d2306..0000000 --- a/content/mathcounts.txt +++ /dev/null @@ -1 +0,0 @@ -(MathCounts Description Here) diff --git a/content/school.pug b/content/school.pug new file mode 100644 index 0000000..6f82f7f --- /dev/null +++ b/content/school.pug @@ -0,0 +1,2 @@ +p. + I attend Stanford Online High School and the program goes from 7th to 12th grade. I started when I was in 7th grade and am currently in 8th grade: I attend Honors Physics, Honors Chemistry, Fundamentals of Literary Analysis, Human Nature and Society, and Honors Precalculus. I attend a Middle School Math Competition Club currently and am slowly taking interest in coding. diff --git a/content/school.txt b/content/school.txt deleted file mode 100644 index 0621afc..0000000 --- a/content/school.txt +++ /dev/null @@ -1 +0,0 @@ -(Description of where you go and what you do) diff --git a/views/achievements.pug b/views/achievements.pug index b7ae765..e9b094f 100644 --- a/views/achievements.pug +++ b/views/achievements.pug @@ -14,9 +14,9 @@ html .col-md-5.tbl.bg-success.text-light.m-2 h2 2021 MathCounts p - include ../content/mathcounts.txt + include ../content/mathcounts.pug .col-md-5.tbl.bg-success.text-light.m-2 h2 2021 AMC 10 p - include ../content/amc.txt \ No newline at end of file + include ../content/amc.pug \ No newline at end of file diff --git a/views/index.pug b/views/index.pug index 94385f6..fe5823a 100644 --- a/views/index.pug +++ b/views/index.pug @@ -9,7 +9,7 @@ html br .row h2 About Me - p: include ../content/bio.txt + p: include ../content/bio.pug .row h2 Contact a(href="mailto:teikimm307@gmail.com" target="new"): | Email diff --git a/views/school.pug b/views/school.pug index ee44911..44654b7 100644 --- a/views/school.pug +++ b/views/school.pug @@ -13,7 +13,7 @@ html .row .col-md-7.tbl.m-2.text-light.bg-primary p - include ../content/school.txt + include ../content/school.pug .col-md-3.tbl.m-2 img(src="/pixel.png" width=200 height=200) \ No newline at end of file