-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 1.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>Francisco Costa | Artificial Intelligence and Virtual Reality</title>
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/ph.css">
<script src="/assets/ph.js" type="text/javascript"></script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="nav-bar">
<div class="container">
<a href="/">Francisco Costa</a>
<a href="https://www.patreon.com/bePatron?u=3601517"><img class="u-pull-right" src="/assets/patreon.png"></a>
</div>
</div>
<div class="container">
<div class="row">
<div class="six columns card">
<a href="/genetic-algorithms">
<img src="/assets/genetic-algorithms-thumbnail.jpg">
<h1>Genetic Algorithms</h1>
</a>
</div>
</div>
<div id="more">
<h1>More</h1>
<ul>
<li><a href="/chromosomal-crossover">Chromosomal Crossover</a></li>
<li><a href="/exponential-backoff">Exponential Backoff</a></li>
<li><a href="/tools">Tools</a></li>
</ul>
</div>
</div>
<div class="separator"></div>
<div class="container footer">
If you'd like to support my work, you can <a href="https://www.patreon.com/bePatron?u=3601517">become a patron</a>. Read about <a href="/mission">my mission</a>.
</div>
</body>
</html>