Skip to content

Commit

Permalink
homepage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmach committed Jul 24, 2014
1 parent 2f547d6 commit cde5985
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
14 changes: 14 additions & 0 deletions css/faculty.css
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,20 @@ ul.people-content ul {
.ph-person-events .filter h3 {
margin: 10px 0 0 15px;
}
.filter-dp .btn {
margin-top: -10px;
}
.people-table {
margin-top: 10px;
}
@media screen and (max-width: 56.688em) {
.filter-dp .ppl-filter-dd {
display: block;
}
.filter-dp .btn {
margin-top: 0px;
}
}
@media screen and (max-width: 28.063em) {
.people-info {
padding: 10px;
Expand Down
18 changes: 9 additions & 9 deletions html/homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@

@media (min-width:43.125em) {

.united-way .feature-content {
width: 31.5em;
height: 9em;
.be-a-bear .feature-content {
width: 28em;
height: 7em;
}

.convo .feature-content > .btn {
Expand Down Expand Up @@ -615,14 +615,14 @@ <h1 class="hp-h1">
<div class="content-wrapper ualberta-home">
<div id="homepage-feature-area" class="feature-area">
<ul class="slides">
<li class="ga_ualberta_fma current united-way">
<li class="ga_ualberta_fma current be-a-bear">
<div class="feature-wrapper">
<div class="feature-image focus-left"><img src="/~publicas/uofa/img/features/united-way-fma-lgbt-youth.jpg" alt="" /></div>
<div class="feature-content right-island bottom-island">
<h3>Thank You</h3>
<p>The U of A community raised more than a half million dollars for the United Way in 2013, in part supporting programs and counselling that help sexual and gender minority youth feel a sense of belonging.</p>
<div class="feature-image focus-center"><img src="/~publicas/uofa/img/features/uvg-fma.jpg" alt="" /></div>
<div class="feature-content left-island bottom-island">
<h3>Understanding Video Games (UVG)</h3>
<p>The new massive open online course available in September.</p>
<div class="feature-buttons">
<a class="btn btn-grey btn-micro read" href="http://uofa.ualberta.ca/united-way">Learn More</a>
<a class="btn btn-grey btn-micro read" href="http://uofa.ualberta.ca/courses/understanding-video-games">Learn More</a>
</div>
</div>
</div>
Expand Down
18 changes: 18 additions & 0 deletions less/faculty/pages/people.less
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,24 @@ ul.people-content ul{
.ph-person-events .filter h3{
margin:10px 0 0 15px;
}
.filter-dp{
.btn{
margin-top:-10px;
}
}
.people-table{
margin-top:10px;
}
@media screen and (max-width:56.688em){
.filter-dp .ppl-filter-dd{
display:block;
}
.filter-dp{
.btn{
margin-top:0px;
}
}
}
@media screen and (max-width:28.063em){
.people-info{
padding:10px;
Expand Down

0 comments on commit cde5985

Please sign in to comment.