Skip to content

Commit

Permalink
Add RefactorGVL text and links (#235)
Browse files Browse the repository at this point in the history
* Add RefactorGVL text to footer and About

* Rerun flaky test...?

* color links in copyright text

* Tweak new About text
  • Loading branch information
JSn1nj4 committed Feb 26, 2024
1 parent 2fc87e2 commit ad2ee2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ a {
.footer-copyright {
font-size: 0.8rem;
margin-top: 10px;

a {
color: $success;
font-weight: bold;
}
}
}
#homepage {
Expand Down
1 change: 1 addition & 0 deletions resources/views/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class="highlight-link">Code
For Greenville</a>. The site uses <a href="https://data.openupstate.org" class="highlight-link">open
data APIs developed by HackGreenville Labs</a> to promote local, tech-related meetup groups and
events.</p>
<p class="lead-text">In Nov. 2023, HackGreenville established a collaborative relationship with <a href="https://refactorgvl.com/" target="refactorgvl">RefactorGVL</a>, a local 501(c)(3) non-profit, to further their mission of elevating the tech community in the Upstate. This collaboration provides infrastructure, fiscal sponsorship, and other support services to HackGreenville as it serves the local workforce.</p>
<p class="lead-text">Here's a snapshot of our community's purpose, mission, vision, and culture:</p>
<h2 class="section-heading">Our Purpose</h2>
<p class="lead-text">We are here to nurture personal growth amongst Greenville, SC's vibrant community of
Expand Down
4 changes: 2 additions & 2 deletions resources/views/layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<!-- End of Footer Links -->

<!-- Copyright -->
<div class="footer-copyright text-center py-3">© {{date('Y')}} Copyright:
<a href="http://hackgreenville.com"> HackGreenville</a>
<div class="footer-copyright text-center py-3">
<p{{date('Y')}} Copyright: <a href="http://hackgreenville.com" target="hg-home">HackGreenville</a>. HackGreenville is a program of the <a href="https://refactorgvl.com/" target="refactorgvl">RefactorGVL</a> non-profit.</p>
</div>
<!-- End of Copyright -->

Expand Down

0 comments on commit ad2ee2f

Please sign in to comment.