Skip to content

Commit a43f112

Browse files
brian-roseKevin Paul
and
Kevin Paul
authored
Improve portal landing page and About content (#215)
* 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]>
1 parent 84f8c89 commit a43f112

File tree

5 files changed

+336
-66
lines changed

5 files changed

+336
-66
lines changed

portal/_static/custom.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
main.banner-main #project-pythia {
2+
padding-top: 1rem;
3+
padding-bottom: 1rem;
4+
}
5+
6+
main.banner-main #project-pythia p {
7+
font-size: 1.4rem; /* default: 1.25rem */
8+
/* font-weight: 700; default: 300 */
9+
}
10+
11+
main.banner-main #project-pythia a,
12+
main.banner-main #project-pythia a:visited {
13+
color: rgba(var(--spt-color-light), 1);
14+
text-decoration: underline dotted rgba(var(--spt-color-gray-400), 1);
15+
}
16+
17+
main.banner-main #project-pythia a.headerlink:hover {
18+
color: #DDD;
19+
}
20+
21+
main.banner-main #project-pythia a.btn-light {
22+
color: rgba(var(--pst-color-primary), 1)
23+
}
24+
125
.modal {
226
display: none;
327
position: fixed;
@@ -87,3 +111,10 @@
87111
padding-bottom: 1rem;
88112
}
89113
}
114+
115+
div.horizontalgap {
116+
float: left;
117+
overflow: hidden;
118+
height: 1px;
119+
width: 0px;
120+
}
Lines changed: 225 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)