index.html (1504B)
1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <title>Suzanne Soy — Procedural Designer</title> 6 <script src="target-within-shim.js"></script> 7 <link rel="stylesheet" href="index.css"> 8 </head> 9 <body> 10 <h1>Suzanne Soy</h1> 11 <h2>Procedural Designer</h2> 12 13 <article> 14 <h3>Research</h3> 15 <ul> 16 <li>Latest version of my <a href="https://phc-thesis.suzanne.soy">Ph.D draft</a></li> 17 </ul> 18 </article> 19 <article> 20 <h3>Interactive tutorials</h3> 21 <ul> 22 <li><a href="https://git-tutorial.suzanne.soy">GIT tutorial</a>: implement a binary-compatible local git in 470 of JavaScript</li> 23 <ul> 24 </article> 25 <article> 26 <h3>System administration</h3> 27 This web site is self-hosted, using some of the latest technologies and security enhancements: 28 <ul> 29 <li class="validator"><a href="https://hstspreload.org/?domain=suzanne.soy">HSTS</a></li> 30 <li class="validator"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=suzanne.soy">SSL Labs A+ score</a></li> 31 <li class="validator"><a href="https://www.zonemaster.net/en/result/2cc62d3af268022e">ZoneMister all-green</a> for self-hosted DNS server</li> 32 </ul> 33 </article> 34 <article> 35 <h3>Web design</h3> 36 <ul> 37 <li><a href="index3d.html">3D CSS</a></li> 38 </ul> 39 </article> 40 </body> 41 </html>