Skip to content

Commit

Permalink
Merge pull request #12 from uriweb/release-1.0.5
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
alexandragauss authored Jun 21, 2024
2 parents 0763c92 + 3a4890b commit 58d6e8f
Show file tree
Hide file tree
Showing 9 changed files with 1,479 additions and 3,950 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Contributors: Brandon Fuller, Alexandra Gauss, Sarah Pucino
Tags: plugins
Requires at least: 4.0
Tested up to: 5.7
Stable tag: 1.0.4
Stable tag: 1.0.5
2 changes: 1 addition & 1 deletion css/map/style.built.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.built.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions inc/uri-careers-helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ function uri_careers_render_alumni_data() {
$major = the_title( '', ' ', false );
$alumni_data = <<<head
<h2 class="bigger-header">Where Can You Find URI Graduates?</h2>
<p>Many alumni who majored in $major go on to pursue advanced degrees or careers across the globe. </p>
<p class="uri-careers-p">Many alumni who majored in $major go on to pursue advanced degrees or careers across the globe. </p>
head;

if ( get_field( 'grad_schools' ) ) {
$alumni_data .= <<<g_school
<div class="alumni-card">
<h3>Top Graduate Schools Enrolling Our Students</h3>
<div class="pipelist">
<p>{$uri_grad_schools}</p>
<p class="uri-careers-p">{$uri_grad_schools}</p>
</div>
</div>
g_school;
Expand All @@ -93,7 +93,7 @@ function uri_careers_render_alumni_data() {
<div class="alumni-card">
<h3>Top Employers Hiring Our Grads</h3>
<div class="pipelist">
<p>{$uri_employers}</p>
<p class="uri-careers-p">{$uri_employers}</p>
</div>
</div>
employers;
Expand Down Expand Up @@ -156,7 +156,7 @@ function uri_careers_render_skills() {

$skills = <<<content
<div class="skills-columns">
<p>Across all majors, employers want to hire recent graduates who have the core skills that lead to a successful career. Ask your academic advisor which courses introduce or build upon these 8 Career Readiness competencies. After that, your Career Education Specialist (CES) can help you demonstrate these acquired skills and experiences in your resume.</p>
<p class="uri-careers-p">Across all majors, employers want to hire recent graduates who have the core skills that lead to a successful career. Ask your academic advisor which courses introduce or build upon these 8 Career Readiness competencies. After that, your Career Education Specialist (CES) can help you demonstrate these acquired skills and experiences in your resume.</p>
<div class="alumni-card">
<h3>Career Readiness for All Majors:</h3>
<div class="wp-block-columns">
Expand Down Expand Up @@ -185,7 +185,7 @@ function uri_careers_render_skills() {
$skills .= <<<spec_content
<div class="alumni-card">
<h3 id="major_specific_head"> $major Skills:</h3>
<p>These skills are recommended and ranked by URI alumni with this major.</p>
<p class="uri-careers-p">These skills are recommended and ranked by URI alumni with this major.</p>
<ol>
{$uri_careers_skills_list('skills')}
</ol>
Expand Down
Loading

0 comments on commit 58d6e8f

Please sign in to comment.