Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from nature-of-code/fix-archive
Browse files Browse the repository at this point in the history
Change CSS Relative Paths
  • Loading branch information
shiffman authored Jan 9, 2024
2 parents b8c2a27 + ce6894d commit 152f1ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html>
<head>
<title>The Nature of Code</title>
<link rel="stylesheet" href="https://natureofcode.com/css/fonts.css"/>
<link rel="stylesheet" href="https://natureofcode.com/css/natureofcode.css" />
<link rel="stylesheet" href="css/fonts.css"/>
<link rel="stylesheet" href="css/natureofcode.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/js/jquery-ui-1.8.23.custom.min.js" type="text/javascript"></script>
<script src="/js/index.js"></script>
<script type = "text/javascript" src="https://natureofcode.com/core.js"></script>
<script type = "text/javascript" src="core.js"></script>


<script type="text/javascript">
Expand Down Expand Up @@ -78,7 +78,7 @@ <h3>Buy <strong>The Nature of Code</strong> eBook Bundle</h3>
</div>

<div id="purchase-print">
<img src="https://natureofcode.com/book/imgs/noc_print.jpg" style="max-width:100%;">
<img src="book/imgs/noc_print.jpg" style="max-width:100%;">
<h3 style="margin:12px 0 0 0; ">Get the print edition!</h3>
<a class="block-link" href = "https://www.amazon.com/Nature-Code-Simulating-Natural-Processing/dp/0985930802">Order from Amazon</a>
<p style="font-style:italic"><br><a href="quality.html">Problem with the <br>quality of your print?</a></p>
Expand All @@ -96,7 +96,7 @@ <h3 style="margin:12px 0 0 0; ">Get the print edition!</h3>
<div class="half-box">
<h3>Read the Entire Book Online for Free</h3>
<p>The complete book is available as HTML with interactive Processing.js examples.</p>
<a class="block-link" href="https://natureofcode.com/book">Read Now</a>
<a class="block-link" href="book">Read Now</a>
</div>

<div class="half-box">
Expand Down

0 comments on commit 152f1ed

Please sign in to comment.