Skip to content

Commit

Permalink
Changes for UC
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Nov 25, 2024
1 parent 41090d2 commit ba8346a
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 35 deletions.
10 changes: 5 additions & 5 deletions docs/client/winchester/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ <h2>our vision</h2>
</section>


<section id="goals">
<section id="goals" class="wheel-space">

<div id="sports" class="picture"></div>
<div class="ripple">
<h2>Our Goals</h2>
<div class="rotator">
<div id="goal-wheel-wrap">
<div class="logo"></div>
<img src="./wheel1.svg" alt="" id="goal-wheel">
<img src="https://assets.prod.unioncloud-internal.com/image/images/570373/original/wheel1.svg" alt="" id="goal-wheel">
</div>

<div class="description">
Expand All @@ -61,7 +61,7 @@ <h2>Our Goals</h2>

<section id="measures">

<div id="students" class="picture"></div>
<div id="students" class="picture" class="wheel-space"></div>
<div class="ripple">
<h2>Our Measures</h2>
<div class="rotator">
Expand All @@ -73,9 +73,9 @@ <h2>Our Measures</h2>
<div id="interaction" class="value">Levels of interaction with Student Union communications (both ways)</div>
</div>

<div id="goal-wheel-wrap">
<div id="goal-wheel-wrap-2">
<div class="logo"></div>
<img src="./wheel2.svg" alt="" id="goal-wheel-2">
<img src="https://assets.prod.unioncloud-internal.com/image/images/570376/original/wheel2.svg" alt="" id="goal-wheel-2">
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,14 +820,6 @@ span.toggle-text {
color: inherit;
}

#uc-page-id-strategy #goals {
height: calc(100vh - 100px);
}

#uc-page-id-strategy #goal-wheel-wrap {
max-width: 400px;
}

@media screen and (max-width: 470px) {
body {
font-size: 31.25%;
Expand All @@ -841,9 +833,7 @@ span.toggle-text {
#uc-page-id-strategy .wrapper .content .row .content-wrap p {
font-size: 0.8em;
}
#uc-page-id-strategy #goals {
padding-top:unset;
}

}

#uc-page-id-strategy .row.top, .row.top-union {
Expand All @@ -853,22 +843,3 @@ span.toggle-text {
#uc-page-id-strategy .top-social div.mmu-search-icon {
display: none;
}
#uc-page-id-strategy #goals .description .value {
font-size: 3em;
}
#uc-page-id-strategy .rotator { width: 100%; }
#uc-page-id-strategy #goals .ripple { padding: 100px 30px 30px; }
#uc-page-id-strategy #goals .description {
height: unset;
display: flex; flex-direction: column;
padding:0;
}
#uc-page-id-strategy #goals .description .value {
width: 100%;
left: unset;
position: relative;
margin-top:0;
line-height: 1.1em;
font-size: 1.6rem;
border: solid 1px hotpink;
}
Loading

0 comments on commit ba8346a

Please sign in to comment.