Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 3 additions & 9 deletions src/pages/ec1.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ import "../../public/static/css/course_home_pages.css"
<li><a href="/ec1/p3?origin=coursemenu">Page 3</a></li>
</ol>
</section>
<section class="mt-sm-4 mt-2">

<h3 class="fw-bold w-100">Helpful links:</h3>
<p>Add any useful links to your course, can remove this section if there are none, e.g:</p>
<ul>
<li><a href="/sta/pltips">PrairieLearn tips</a></li>
<li><a href="/sta/pltips">Other cool thing</a></li>
</ul>
</section>



</div>
</Layout>
11 changes: 2 additions & 9 deletions src/pages/ec2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,7 @@ import "../../public/static/css/course_home_pages.css"
<li><a href="/ec2/p3?origin=coursemenu">Page 3</a></li>
</ol>
</section>
<section class="mt-sm-4 mt-2">

<h3 class="fw-bold w-100">Helpful links:</h3>
<p>Add any useful links to your course, can remove this section if there are none, e.g:</p>
<ul>
<li><a href="/sta/pltips">PrairieLearn tips</a></li>
<li><a href="/sta/pltips">Other cool thing</a></li>
</ul>
</section>


</div>
</Layout>
10 changes: 1 addition & 9 deletions src/pages/ec3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ import "../../public/static/css/course_home_pages.css"
<li><a href="/ec2/p3?origin=coursemenu">Page 3</a></li>
</ol>
</section>
<section class="mt-sm-4 mt-2">

<h3 class="fw-bold w-100">Helpful links:</h3>
<p>Add any useful links to your course, can remove this section if there are none, e.g:</p>
<ul>
<li><a href="/sta/pltips">PrairieLearn tips</a></li>
<li><a href="/sta/pltips">Other cool thing</a></li>
</ul>
</section>

</div>
</Layout>
6 changes: 5 additions & 1 deletion src/pages/ec4.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "../../public/static/css/course_home_pages.css"
<Layout title="Example Course 4">
<!-- Change the above and below to your couse name-->
<h1>
<strong>Example Course 3</strong>
<strong>Example Course 4</strong>
</h1>
<section class="mt-sm-4 mt-2">
<ol>
Expand All @@ -20,6 +20,8 @@ import "../../public/static/css/course_home_pages.css"
<li><a href="/ec4/p3?origin=coursemenu">Page 3</a></li>
</ol>
</section>

<!--
<section class="mt-sm-4 mt-2">

<h3 class="fw-bold w-100">Helpful links:</h3>
Expand All @@ -29,5 +31,7 @@ import "../../public/static/css/course_home_pages.css"
<li><a href="/sta/pltips">Other cool thing</a></li>
</ul>
</section>
-->

</div>
</Layout>