Skip to content

Commit 73197db

Browse files
updated css
1 parent d0baeb7 commit 73197db

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ h1. Clever Algorithms: Nature-Inspired Programming Recipes
22

33
!release/cover_3d.jpg!
44

5-
"Read Online":https://cleveralgorithms.com/nature-inspired/index.html | "Amazon":https://amzn.to/4iKM9uc | "GoodReads":https://www.goodreads.com/book/show/10321060-clever-algorithms | "Google Books":https://www.google.com.au/books/edition/Clever_Algorithms/SESWXQphCUkC | "Download PDF":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/clever_algorithms.pdf ("all code":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/) |
5+
"Read Online":https://cleveralgorithms.com/nature-inspired/index.html | "Amazon":https://amzn.to/4iKM9uc | "GoodReads":https://www.goodreads.com/book/show/10321060-clever-algorithms | "Google Books":https://www.google.com.au/books/edition/Clever_Algorithms/SESWXQphCUkC | "Download PDF":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/clever_algorithms.pdf ("code":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/)
66

77
h2. Overview
88

docs/index.html

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<title>Clever Algorithms: Nature-Inspired Programming Recipes</title>
4+
<link href="https://cleveralgorithms.com/nature-inspired/clever.css" media="screen" rel="stylesheet" type="text/css"/>
45
</head>
56
<!-- Google tag (gtag.js) -->
67
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H2HN1W0V21"></script>
@@ -33,15 +34,6 @@ <h1>Clever Algorithms: Nature-Inspired Programming Recipes</h1>
3334
<br/>
3435
<!-- End Header -->
3536

36-
</div>
37-
<!-- content -->
38-
<center>
39-
<table align="center">
40-
<tr>
41-
<td width="800">
42-
43-
44-
4537

4638
<p><em>Need help getting started with Genetic Algorithms, Neural Networks or Swarm Intelligence?</em></p>
4739

@@ -137,18 +129,5 @@ <h3>About the Author</h3>
137129
</p>
138130
<br/><br/>
139131

140-
141-
142-
143-
144-
145-
146-
</td>
147-
</tr>
148-
</table>
149-
</center>
150-
151-
152-
153132
</body>
154133
</html>

0 commit comments

Comments
 (0)