Skip to content

Commit

Permalink
Merge branch 'popover' of github.com:gitcoinco/web into popover
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Sep 11, 2019
2 parents f10f7ba + 46a1ab4 commit a7c99a3
Show file tree
Hide file tree
Showing 65 changed files with 340 additions and 103 deletions.
1 change: 0 additions & 1 deletion app/app/templates/shared/sentry.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
Raven.config('{{ raven_js_dsn }}', ravenOptions).install()
{% if github_handle %}
Raven.setUserContext({
email: '{{ user.email|default_if_none:"anonymous" }}',
id: '{{ user.id|default_if_none:"0" }}',
handle: '{{ github_handle }}',
profile_id: '{{ profile_id|default_if_none:"0" }}'
Expand Down
24 changes: 23 additions & 1 deletion app/assets/v2/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ h4 {
}
#team .card p {
font-size: 14px;
margin-bottom: 3px;
}
#team .card-small {
padding-left: .5rem;
Expand All @@ -65,11 +66,18 @@ h4 {
color: #999;
}

#team .role {
font-weight: 555;
}
#team .role span{
font-weight: 888;
}

#team .card .desc {
font-weight: bolder;
}

#team .avatar {
#community .avatar {
border: 0.1rem solid #1AB56D;
width: 150px;
height: 150px;
Expand All @@ -78,6 +86,20 @@ h4 {
margin-bottom: 10px;
}

#team .avatar {
width: 175px;
height: 225px;
margin: auto;
margin-bottom: 10px;
}
#team .avatar.nate {
height: 315px;
margin-bottom: -80px;
}
#team .avatar.jobs {
height: 185px;
}

#team .name, #team .name a{
color: #1AB56D;
margin-bottom: 5px;
Expand Down
1 change: 1 addition & 0 deletions app/assets/v2/images/avatar/Clothing/turtleneck-4242F4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/avatar/Clothing/turtleneck-43B9F9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/avatar/Clothing/turtleneck-684A23.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/avatar/Clothing/turtleneck-CCCCCC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/avatar/Clothing/turtleneck-F48914.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a7c99a3

Please sign in to comment.