Skip to content

Commit

Permalink
Merge pull request #8 from uriweb/release-1.0.3
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
alexandragauss authored Mar 21, 2024
2 parents d74ecb8 + 5ba0786 commit 067b8da
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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.2
Stable tag: 1.0.3
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.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uri-careers",
"description": "URI Careers",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://www.uri.edu",
"repository": "https://github.com/uriweb/uri-careers",
"docs": "https://github.com/uriweb/uri-careers#readme",
Expand Down
8 changes: 4 additions & 4 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ p {
}
}

.breakout {
.c-breakout {

width: 100vw;
position: relative;
Expand All @@ -161,20 +161,20 @@ p {
margin-bottom: 2rem;
background: #eee;

&.use-breakout-width {
&.use-c-breakout-width {
padding-top: 4rem;
padding-bottom: 2rem;
}

.breakout-width {
.c-breakout-width {
margin: 0 auto;
padding: 0 25px;
}

}

@media all and (min-width: 1050px) {
.breakout-width {
.c-breakout-width {
width: 1000px;
margin: 0 auto;
padding: 0;
Expand Down
14 changes: 7 additions & 7 deletions templates/single-major.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
$meetadvisor = get_field( 'advisor_page' );
?>
<span class="banner-button">
<?php
<?php
echo '<a href="' . $meetadvisor . '">MEET YOUR CAREER EDUCATION SPECIALIST</a>'
?>
?>
</span>
<?php
}
Expand Down Expand Up @@ -95,15 +95,15 @@
<?php
if ( get_field( 'employers' ) || ( get_field( 'grad_schools' ) ) ) {

$alumni_content = uri_careers_render_alumni_data();
$alumni_content = uri_careers_render_alumni_data();
?>
<div class="breakout use-breakout-width">
<div class="breakout-width">
<div class="c-breakout use-c-breakout-width">
<div class="c-breakout-width">
<?php
echo $alumni_content;
?>
</div>
</div>
</div>
</div>
<?php
}
}
Expand Down
2 changes: 1 addition & 1 deletion uri-careers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: URI Careers
* Plugin URI: http://www.uri.edu
* Description: A plugin to display Major and Career data
* Version: 1.0.2
* Version: 1.0.3
* Author: URI Web Communications
* Author URI: https://today.uri.edu/
*
Expand Down

0 comments on commit 067b8da

Please sign in to comment.