Skip to content

Commit

Permalink
Merge pull request #71 from cmatulen/master
Browse files Browse the repository at this point in the history
No GPAA website :(
  • Loading branch information
cmatulen authored Mar 1, 2024
2 parents 8aa6843 + 5ba43d1 commit 9419279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alumni.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ <h1 class="blue">Gamma Pi Alumni</h1>
<button class="w3-button w3-col dart-button" onclick="ararchives()" >
<i class="fa-solid fa-arrow-left"></i>&ensp; Arrow Archives
</button>

<!--
<button class="w3-button w3-col gpaa-button" onclick="parent.open('https://www.gammapialumni.org/');">
<i class="fa-solid fa-globe"></i>&ensp; GPAA Website
</button>
</button>-->
</div>
<iframe id="dart-current" class="dart w3-show" src="https://docs.google.com/document/d/e/2PACX-1vS_dHj9HAg5AFCE0nv4ZAhF23F97ezQPzWlmMtstTN8Pkcl8hKJCs7OdH4VqZ03d2gEBpo_3hFPZOT2/pub?embedded=true" frameborder="0"></iframe>

Expand Down
3 changes: 2 additions & 1 deletion static/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,10 @@ article p {
.dart-button {
font-size: min(20px, max(8.5px, 4vw));
height: 75px;
width: max(300px, 25vw);
width: max(300px, 30vw);
background-color: #09268a;
color: white;
border-radius: 10px;

}

Expand Down

0 comments on commit 9419279

Please sign in to comment.