Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@

<section class="section-2">
<div class="container">
<h2 class="section-heading text-center" style="background-color: #fafc92; padding: 0.5em;">Coming soon! ReproNim's new website is scheduled to be here this week. All content on our old site will subsequently be available at legacy.repronim.org.</h2>
<h2 class="section-heading text-center" style="background-color: #fafc92; padding: 0.5em;">See ReproNim’s new website at repronim.org. This is now ReproNim’s legacy site. All the content previously available on our old site
continues to be available here.</h2>
Comment on lines +70 to +71

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better user experience, it's recommended to make 'repronim.org' a clickable link. This allows users to easily navigate to the new website. The suggested change also combines the text onto a single line for better code readability.

                    <h2 class="section-heading text-center" style="background-color: #fafc92; padding: 0.5em;">See ReproNim’s new website at <a href="https://www.repronim.org">repronim.org</a>. This is now ReproNim’s legacy site. All the content previously available on our old site continues to be available here.</h2>

Comment on lines +70 to +71

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability and separation of concerns, it's good practice to avoid inline styles. Consider moving the style attribute content to a dedicated CSS class in an external stylesheet, like css/style.css which is already being used. For example, you could create a .promo-banner class and add the styling there.

<h3>Welcome to ReproNim!</h3>
<p>
ReproNim's goal is to improve the reproducibility of neuroimaging science and extend the value of our national investment in neuroimaging research, while making the process easier and more efficient for investigators.
Expand Down Expand Up @@ -202,7 +203,7 @@
<ul>
<li><a href="https://www.repronim.org/SOBPHack-042025/">2025 SOBP BrainHack</a> (before the annual meeting) April 22-23, 2025 in Toronto, Canada
<ul>
<li> <em></em>Organizers</em>: <a href="https://profiles.umassmed.edu/display/130002">David Kennedy</a> (UMass Chan Medical School) and <a href="https://psychiatry.utoronto.ca/faculty/erin-dickie">Erin Dickie</a> (Univeristy of Toronto), <em>Leads</em></li>

Check failure on line 206 in index.html

View workflow job for this annotation

GitHub Actions / Check for spelling errors

Univeristy ==> University
<li> BrainHack <a href="https://www.repronim.org/SOBPHack-042025/">Program</a> </li>
<li> BrainHack <a href="https://www.eventbrite.com/e/sobp-brain-hack-2025-tickets-1258326421199?aff=oddtdtcreator">Registration</a> </li>
<li> For more information, contact us: SOBPHackInfo@repronim.org or see our <a href="https://www.repronim.org/SOBPHack-042025/">website</a></li>
Expand Down
Loading