Skip to content

Commit

Permalink
Improve portal landing page and About content (#215)
Browse files Browse the repository at this point in the history
* First draft

* Improved Pythia text

* Improve text size, placement, and link color

* Apply suggestions from code review

Co-authored-by: Kevin Paul <[email protected]>

* Update portal/_static/custom.css

* Update portal/index.md

* Update portal/_static/custom.css

* Update portal/_static/custom.css

* Tweak the landing text and layout

* Happiness-producing compromise language!

* Finish updating About page and related text

* Use logos on About buttons

* Tweak About button layout

* Apply suggestions from code review

Co-authored-by: Kevin Paul <[email protected]>

* Add table of links to Pythia presentations

Co-authored-by: Kevin Paul <[email protected]>
  • Loading branch information
brian-rose and Kevin Paul authored Mar 4, 2022
1 parent 84f8c89 commit a43f112
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 66 deletions.
31 changes: 31 additions & 0 deletions portal/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
main.banner-main #project-pythia {
padding-top: 1rem;
padding-bottom: 1rem;
}

main.banner-main #project-pythia p {
font-size: 1.4rem; /* default: 1.25rem */
/* font-weight: 700; default: 300 */
}

main.banner-main #project-pythia a,
main.banner-main #project-pythia a:visited {
color: rgba(var(--spt-color-light), 1);
text-decoration: underline dotted rgba(var(--spt-color-gray-400), 1);
}

main.banner-main #project-pythia a.headerlink:hover {
color: #DDD;
}

main.banner-main #project-pythia a.btn-light {
color: rgba(var(--pst-color-primary), 1)
}

.modal {
display: none;
position: fixed;
Expand Down Expand Up @@ -87,3 +111,10 @@
padding-bottom: 1rem;
}
}

div.horizontalgap {
float: left;
overflow: hidden;
height: 1px;
width: 0px;
}
225 changes: 225 additions & 0 deletions portal/_static/images/logos/pythia_logo-blue-rtext.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 a43f112

Please sign in to comment.