diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c4f936..a1b4fa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,12 @@ jobs: steps: - uses: actions/checkout@v3 + # Convert Markdown to Markdeep HTML + - name: Download handbook + run: | + curl -o handbook/index.md https://raw.githubusercontent.com/ucsd-cse-pace/handbook/main/index.md + cat handbook/header.txt handbook/index.md handbook/footer.txt > handbook/index.md.html + # Used ssh-keyscan to generate KNOWN_HOSTS - name: Copy to pace.ucsd.edu env: diff --git a/external/index.html b/external/index.html index 42d9133..802c9cb 100644 --- a/external/index.html +++ b/external/index.html @@ -224,7 +224,8 @@
+ What classes should I take? How do I get involved with student organizations? + How can I get started with personal projects or research or tutoring? +
++ As a UC San Diego student, there's a ton of resources on campus available to + help you on your academic and career journey. + To help connect you with these resources, our LPMs have put together a + first-year student handbook + compiling common questions and our answers! +
+Thinking of launching a program like CSE-PACE at your institution? Learn more and download resources and toolkits .
diff --git a/pace.css b/pace.css index 667ddf2..39c7291 100644 --- a/pace.css +++ b/pace.css @@ -71,7 +71,6 @@ height: 44px; background-color: white; border-radius: 10px; - cursor: pointer; } @@ -154,7 +153,7 @@ justify-content: space-around; } - /* location class is for three "call to action buttons"*/ + /* location class is for four "call to action buttons"*/ .location button { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; @@ -167,6 +166,7 @@ min-width: 130px; cursor: pointer; + margin-bottom: 10px; } .feature { @@ -182,6 +182,17 @@ display: inline-block; } + .handbook .explanation { + padding-top: 40px; + padding-left: 10px; + padding-right: 10px; + } + + .handbook .explanation p { + font-size: var(--normal); + } + + .learn-more .explanation { padding-top: 40px; padding-left: 10px; @@ -380,7 +391,7 @@ justify-content: space-around; } - /* location class is for three "call to action buttons"*/ + /* location class is for four "call to action buttons"*/ .location button { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; @@ -394,6 +405,17 @@ border-radius: 10px; cursor: pointer; + margin-bottom: 10px; + } + + .handbook .explanation { + padding-top: 40px; + padding-left: 10px; + padding-right: 10px; + } + + .handbook .explanation p { + font-size: var(--normal); } .feature {