~blainsmith/data-oriented-design

682197831cf7ca506225481f5bd124acf22cc715 — Blain Smith 1 year, 5 months ago 35d983e main
title and footer

Signed-off-by: Blain Smith <rebelgeek@blainsmith.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M index.html
M index.html => index.html +2 -1
@@ 1,6 1,7 @@
<!DOCTYPE html>
<html>
  <head>
    <title>Data-Oriented Design Principles</title>
    <style>
    body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";


@@ 113,7 114,7 @@
    </main>
    <footer>
      <p>Quotes from Mike Actons's talk at <a href="https://www.youtube.com/watch?v=rX0ItVEVjHc">CppCon 2014 on "Data-Oriented Design and C++"</a>.</p>
      <p>Site inspired by <a href="https://go-proverbs.github.io/">Go Proverbs</a>.</p>
      <p>Site inspired by <a href="https://go-proverbs.github.io/">Go Proverbs</a> and made by <a href="https://blainsmith.com">Blain Smith</a>.</p>
    </footer>
  </body>
</html>
\ No newline at end of file