Browse Source

added content

master
junikimm717 3 years ago
parent
commit
f5f848bece
  1. 3
      content/amc.pug
  2. 1
      content/amc.txt
  3. 13
      content/bio.pug
  4. 1
      content/bio.txt
  5. 2
      content/mathcounts.pug
  6. 1
      content/mathcounts.txt
  7. 2
      content/school.pug
  8. 1
      content/school.txt
  9. 4
      views/achievements.pug
  10. 2
      views/index.pug
  11. 2
      views/school.pug

3
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.

1
content/amc.txt

@ -1 +0,0 @@
(AMC Description Here)

13
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.

1
content/bio.txt

@ -1 +0,0 @@
(put about me description)

2
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.

1
content/mathcounts.txt

@ -1 +0,0 @@
(MathCounts Description Here)

2
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.

1
content/school.txt

@ -1 +0,0 @@
(Description of where you go and what you do)

4
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
include ../content/amc.pug

2
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

2
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)
Loading…
Cancel
Save