Skip to content

Commit

Permalink
Update styling on outreach
Browse files Browse the repository at this point in the history
  • Loading branch information
25DanielG committed May 2, 2024
1 parent ad8aa37 commit 79344b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions static/new/css/outreach.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ p {
margin-bottom: 2vw;
}

body #outreach-title.compact {
margin-bottom: 0.5vw;
}

#outreach-info {
font-size: 2.4vw;
width: 71%;
Expand Down
4 changes: 2 additions & 2 deletions views/new/pages/outreach.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
<a target="_blank" href="https://thepurplewarehouse.com" id="tpw-img-anchor">
<img src="/new/img/media/outreach/tpw-logo.png" id="tpw-logo">
</a>
<h1 id="outreach-title">The Purple Warehouse</h1>
<h1 id="outreach-title" class="compact">The Purple Warehouse</h1>
<a href="https://thepurplewarehouse.com" id="outreach-link">thepurplewarehouse.com</a>
<p id="outreach-info">The Purple Warehouse is our scouting app and analyzer which allows any team to scout through our interface, with the ability to access their own data and entries from other teams using TPW. The app also contains an accuracy score for each scouting entry, enabling better strategy and analysis tools.
</p>
<br>
<h1 id="outreach-title">The Purple Standard</h1>
<h1 id="outreach-title" class="compact">The Purple Standard</h1>
<a href="https://thepurplestandard.com" id="outreach-link">thepurplestandard.com</a>
<p id="outreach-info">The Purple Standard (TPS) is a unified, community-driven standard for FRC
scouting data. The goal of TPS is to provide a flexible and consistent data format for
Expand Down

0 comments on commit 79344b1

Please sign in to comment.