|
55 | 55 | a { color: #0066cc; text-decoration: none; font-weight: 500; transition: color 0.2s ease; } |
56 | 56 | a:hover { color: #004499; text-decoration: underline; } |
57 | 57 |
|
| 58 | +/* Fixes bullet points hidden by floating images */ |
| 59 | + #intro ul { |
| 60 | + list-style-position: inside; |
| 61 | + padding-left: 0; |
| 62 | + } |
| 63 | + |
| 64 | + /* Creates a column for text so it doesn't "leak" under the image */ |
| 65 | + .intro-text-block { |
| 66 | + overflow: hidden; /* This creates a new "block formatting context" */ |
| 67 | + } |
| 68 | + |
| 69 | + @media (max-width:850px) { |
| 70 | + .intro-text-block { overflow: visible; } |
| 71 | + } |
| 72 | + |
58 | 73 | /* Back to Top Button Styling */ |
59 | 74 | #backToTop { |
60 | 75 | display: none; /* Hidden until user scrolls */ |
|
95 | 110 |
|
96 | 111 | <div class="w3-container w3-padding-8 header-spacing" id="home"> |
97 | 112 | <img class="header-logo" src="images/Sawgraph-Logo-transparent.png" alt="SAWGraph logo"> |
98 | | - |
99 | | - <div id="intro"> |
| 113 | + |
| 114 | + <div id="intro" class="intro-text-block"> |
100 | 115 | <h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">Overview</h2> |
101 | 116 | <p><strong>Safe Agricultural Products and Water Graph (SAWGraph)</strong>: An <b>Open Knowledge Network </b> to Monitor and Trace PFAS and Other Contaminants in the Nation's Food and Water Systems |
102 | 117 | <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2333782"><i>A ProtoOKN project</i></a></p> |
| 118 | + |
103 | 119 | <p>The goal of SAWGraph is to connect federal and other datasets to more quickly analyze data and make decisions around per- and polyfluoroalkyl substances (PFAS) sources, testing, impacts, and risks. |
104 | | - The graph integrates data and provides interfaces that support: |
| 120 | + The graph integrates data and provides interfaces that support:</p> |
| 121 | + |
105 | 122 | <ul> |
106 | 123 | <li>analysis, mapping and communication of the results of testing for PFAS contamination</li> |
107 | 124 | <li>spatial connections to known and potential sources</li> |
108 | 125 | </ul> |
109 | | - to support PFAS research and decision making around PFAS testing and mitigation.</p> |
| 126 | + |
| 127 | + <p>to support PFAS research and decision making around PFAS testing and mitigation.</p> |
110 | 128 | </div> |
111 | 129 | </div> |
112 | | - |
| 130 | + |
113 | 131 | <div class="w3-container"> |
114 | 132 | <div class="w3-card-4 w3-leftbar w3-light-grey" style="max-width:1100px; padding:15px"> |
115 | 133 | <img src="images/overview.png" style="width:100%;max-width:1000px" class="w3-margin w3-center" alt="Overview of SAWGraph architecture"> |
|
0 commit comments