mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
15 lines
647 B
Markdown
15 lines
647 B
Markdown
---
|
|
title: Credits
|
|
layout: default
|
|
permalink: /credits
|
|
excerpt: |
|
|
This page serves as a narrative list of influences and stolen ideas for this site.
|
|
---
|
|
## Credits
|
|
|
|
The layout and css for this site was *heavily* inspired by [Tim Holman's](https://tholman.com/).
|
|
|
|
The code that generates the 3D wireframe renders on the [project pages](/projects) was written by [Omar Shehata][lines], he helpfully packaged the code up so others could ~~steal~~ use it [here][lines_github].
|
|
|
|
[lines]: https://omar-shehata.medium.com/better-outline-rendering-using-surface-ids-with-webgl-e13cdab1fd94
|
|
[lines_github]: https://github.com/OmarShehata/webgl-outlines/ |