Skip to content

Commit

Permalink
fix: minor fixes to styles and content
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 13, 2023
1 parent 10aef4f commit eb2c37f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/AdminManageDarCollections.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function AdminManageDarCollections() {
<div style={Styles.ICON_CONTAINER}>
<img id='lock-icon' src={lockIcon} style={Styles.HEADER_IMG} />
</div>
<div style={{ flexDirection: 'row' }}>
<div style={Styles.HEADER_CONTAINER}>
<div style={{ fontFamily: 'Montserrat', fontWeight: 600, fontSize: '2.8rem' }}>
All Data Access Requests
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ const Home = (props) => {
<img style={duosLogo} alt="DUOS logo" src={duosLogoImg} />
<h1 style={homeTitle}>Data Use Oversight System</h1>
<div className="hidden-xs" style={homeBannerDescription}>
Expediting compliant data sharing, by facilitating data submissions and access requests for researchers and data access committees
Expediting compliant data sharing, by facilitating data submissions and access requests <br/> for researchers and data access committees
</div>
</div>
</div>
<div className="row">
<div style={{ margin: '5rem auto 0', backgroundColor: 'white' }}>
<h1 style={header}>What is DUOS and how does it work?</h1>
<h3 style={subHeader}>
DUOS is a multi-sided data sharing platform bringing together researchers submitting and requesting data, and data access committees and institutional officials overseeing the use of the data.
DUOS is a multi-sided data sharing platform bringing together researchers submitting and requesting data, <br /> and data access committees and institutional officials overseeing the use of the data.
</h3>
<div>
<img className="col-sm-10 hidden-xs" style={{ padding: '1rem', margin: 'auto 8.25%' }} alt="What is DUOS graphic" src={duosDiagram} />
Expand All @@ -120,7 +120,7 @@ const Home = (props) => {
<div className="row" style={{ background: '#eff0f2', margin: '50px 0', padding: '48px 0 60px 0' }}>
<div className="col-lg-4 col-md-4">
<p style={header}>DUOS for DACs</p>
<p style={description}>DACs can swiftly manage data access requests and clearly track data use compliance.</p>
<p style={description}>DACs can swiftly manage data access requests <br /> and clearly track data use compliance.</p>
<div className="row" style={{ display: 'flex', justifyContent: 'center' }}>
<a id="zendesk-dac-link" href="https://broad-duos.zendesk.com/hc/en-us/articles/360060401131-Data-Access-Committee-User-Guide" target="_blank" rel="noreferrer" style={{ color: '#1F3B50', fontSize: '16px', fontWeight: 500 }}>LEARN MORE</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/TermsOfServiceAcceptance.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function TermsOfServiceAcceptance(props) {

return (
<div style={TosService.getBackgroundStyle()}>
<div style={{ ...TosService.getContainerStyle(), ...{ className: 'markdown-body' } }}>
<div style={TosService.getContainerStyle()} className='markdown-body'>
<h1 style={{ marginLeft: '25px' }}>DUOS Terms of Service</h1>
<div style={TosService.getScrollableStyle()}>{tosText}</div>
<div style={{ marginTop: '.5rem', display: 'flex', alignItems: 'center', justifyContent: 'right' }}>
Expand Down

0 comments on commit eb2c37f

Please sign in to comment.