Skip to content

Commit b3cff7d

Browse files
committed
tweaking registration info box
1 parent efeca3e commit b3cff7d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,16 @@ displayed if the 'eventbrite' field in the header is not set.
8484
</script>
8585
{% endif %}
8686

87-
<div style="background-color: #FF9999; padding=25px;">
88-
<h2 id="registration">Registration Information</h2>
89-
<ul>
90-
<li>In order to register for the workshop, you must first follow the <a href="https://uwescience.github.io/2025-05-27-uw/#setup">setup instructions</a>, below. You must install all four tools: <a href="https://uwescience.github.io/2025-05-27-uw/#the-bash-shell">the Bash Shell</a>, <a href="https://uwescience.github.io/2025-05-27-uw/#git-1">Git</a>, a <a href="https://uwescience.github.io/2025-05-27-uw/#text-editor">Text Editor</a>, and <a href="https://uwescience.github.io/2025-05-27-uw/#python-1">Python</a>.</li>
91-
<li>If you are unable to follow the instructions, please email Noah Benson &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; for assistance; we will help you install the software then give you a registration link.</li>
92-
<li>Otherwise, once you have followed these instructions, please fill out <a href="https://forms.gle/BxmUJc81vDQHRhVU8">this Google Form</a>. You will not be able to complete the form if you have not successfully installed all four pieces of software.</li>
93-
<li><b>The registration form will be closed at noon on Monday, May 26th</b>, the day before the start of the workshop.</li>
94-
</ul>
87+
<div style="justify-content: center; width: 100%; display: flex;">
88+
<div style="background-color: #FFEEEE; width: 80%; border-style: solid; border-color: red; border-width: 5px; padding: 5px; overflow: auto;">
89+
<h2 id="registration">Registration Information</h2>
90+
<ul>
91+
<li>In order to register for the workshop, you must first follow the <a href="https://uwescience.github.io/2025-05-27-uw/#setup">setup instructions</a>, below. You must install all four tools: <a href="https://uwescience.github.io/2025-05-27-uw/#the-bash-shell">the Bash Shell</a>, <a href="https://uwescience.github.io/2025-05-27-uw/#git-1">Git</a>, a <a href="https://uwescience.github.io/2025-05-27-uw/#text-editor">Text Editor</a>, and <a href="https://uwescience.github.io/2025-05-27-uw/#python-1">Python</a>.</li>
92+
<li>If you are unable to follow the instructions, please email Noah Benson &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; for assistance; we will help you install the software then give you a registration link.</li>
93+
<li>Otherwise, once you have followed these instructions, please fill out <a href="https://forms.gle/BxmUJc81vDQHRhVU8">this Google Form</a>. You will not be able to complete the form if you have not successfully installed all four pieces of software.</li>
94+
<li><b>The registration form will be closed at noon on Monday, May 26th</b>, the day before the start of the workshop.</li>
95+
</ul>
96+
</div>
9597
</div>
9698

9799

0 commit comments

Comments
 (0)