Skip to content

Commit

Permalink
Remove app migration banner
Browse files Browse the repository at this point in the history
Closes #141.

[1]: #141
  • Loading branch information
dchege711 committed Jun 5, 2024
1 parent 98feb34 commit a660502
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
8 changes: 0 additions & 8 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ html {

/************************ Navbar **********************************************/

div#topnav-banner {
display: flex;
justify-content: center;
align-items: center;
font-size: larger;
background-color: #ddffdd;
}

ul#topnavitems {
list-style-type: none;
margin: 0;
Expand Down
30 changes: 0 additions & 30 deletions views/pages/wiki_page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
</h3>

<ol>
<li><a href="#migration">Migration to cards.curiosities.dev</a></li>
<li><a href="#formatting">Formatting Cards</a></li>
<li><a href="#tagging_system">The Tagging and Urgency System</a></li>
<li><a href="#urgency_bars">The Urgency Bars</a></li>
Expand All @@ -72,35 +71,6 @@

</div>

<div class="details_section">

<h3 class="details_header" id="migration">
Migration to cards.curiosities.dev
<sup><sup>
<a href="#help_contents">back to the top</a>
</sup></sup>
</h3>

<p>
<%= APP_NAME %> is now accessible from
<a href="https://cards.curiosities.dev/">
cards.curiosities.dev</a>. I own both c13u.com and
curiosities.dev, but intend to only keep paying for
curiosities.dev. On
<time datetime="2024-05-14">May 14th</time>, I'll
let my registration for c13u.com expire.
</p>

<p>
Your account and cards will still be available at
cards.curiosities.dev. <a
href="http://www.curiosities.dev/computer-science/programming-challenges/flashcards-app/hosting/#moving-cardsc13ucom-to-cardscuriositiesdev">
Under the hoop, it's still the same app.
</a>
</p>

</div>

<div class="details_section">

<h3 class="details_header" id="formatting">
Expand Down
9 changes: 0 additions & 9 deletions views/partials/navbar.ejs
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<script type="text/javascript" src="/dist/AppUtilities.bundle.min.js"></script>

<div class="topnav">
<div id="topnav-banner">
<p>
Starting <time datetime="2024-05-14">May 14th</time>, <%= APP_NAME %>
will be available only at
<a href="https://cards.curiosities.dev/">cards.curiosities.dev</a>.
<a href="/wiki/#migration">Learn more</a>.
</p>
</div>

<ul id="topnavitems">
<span role="presentation">
<li>
Expand Down

0 comments on commit a660502

Please sign in to comment.