Add readme to home, fuzzy search instruction and make UI a tad bit better
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
|
||||
<body>
|
||||
<h1 class="title"><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Grade Calculator</h1>
|
||||
<div class="block">
|
||||
<div class="about-container">
|
||||
<h2>About</h2>
|
||||
Check out the <a href="https://github.com/lambdapaul/www/blob/master/pages/grade-calc/README.md">README.md</a> file
|
||||
@@ -74,6 +75,7 @@
|
||||
|
||||
</div>
|
||||
<div class="calculator-container">
|
||||
</div><span class="clear"></span>
|
||||
</div>
|
||||
<script type="text/javascript" src="gc_client.js"></script>
|
||||
<script>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<!-- This page is really for me to not forget/revisit the good things I have read, seen, heard, and/or experienced. This list may change, just as my opinions. -->
|
||||
<h1 class="title"><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Recommended</h1>
|
||||
<section>
|
||||
<section class="block">
|
||||
<p>If the one you're looking for is not on this list, it is most likely I haven't had the chance to read it yet or I may have put it on the Resources page, if it is freely available.</p>
|
||||
<hr>
|
||||
<h2>Books</h2>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="title"><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Resources</h1>
|
||||
<section>
|
||||
<section class="block">
|
||||
<h2>Programming</h2>
|
||||
<ul>
|
||||
<li><a href="http://aggregate.org/MAGIC/">The Aggregate Magic Algorithms</a></li>
|
||||
|
||||
Reference in New Issue
Block a user