Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .vscode/c_cpp_properties.json

This file was deleted.

48 changes: 0 additions & 48 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "tests (gdb)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/demo-02-c-opengl/test-run",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/demo-02-c-opengl",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
{
"description": "Set Disassembly Flavor to Intel",
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
}
]
},
{
"name": "app (gdb)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/demo-02-c-opengl/native",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/demo-02-c-opengl",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
{
"description": "Set Disassembly Flavor to Intel",
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
}
]
},
{
"type": "chrome",
"request": "launch",
Expand Down
88 changes: 0 additions & 88 deletions .vscode/settings.json

This file was deleted.

37 changes: 15 additions & 22 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@

<body>
<button onclick="location.href='/'" style="font-size: 30px;">Home</button>

<div style="text-align: right" >
<a style="margin-right: 50px" href="https://www.linkedin.com/in/tom-greenwood-01/">
<img alt="linkedin"
src="/icon-linkedin.svg" width="50" height="50">
</a>
<a style="margin-right: 50px" href="https://github.com/t0gre/">
<img alt="github"
src="/github-mark.svg" width="50" height="50">
</a>
<a href="https://stackoverflow.com/users/9740107/tom-greenwood/">
<img alt="stackoverflow"
src="/stack-overflow.svg" width="50" height="50">
</a>
</div>
<h6 style="margin-top: 50;">Hi, I'm Tom.</h6>
<br>
<img style="float:right; margin-top: -20; margin-left: 10;" alt="profile-photo"
Expand Down Expand Up @@ -38,6 +51,7 @@ <h6 style="margin-top: 50;">Hi, I'm Tom.</h6>
<a href="/cv.pdf" download="tom-greenwood-cv">&#128188;</a>
<span>.</span>
</p>
<br>
<p>
I like software that's fast, without bloat, and preferably in three dimensions
&#128512;.
Expand Down Expand Up @@ -116,27 +130,6 @@ <h6>
<button style="font-size: large;" id="quote-toggle" onclick="toggleQuotes()">show</button>
</h6>
<div id='quotes' style="text-align: center;"></div>
<br>
<p style="text-align: center; margin-left: 50px; margin-right: 50px;" >
<a style="margin-right: 50px" href="https://www.linkedin.com/in/tom-greenwood-01/">
<img alt="linkedin"
src="/icon-linkedin.svg" width="50" height="50">
</a>
<a style="margin-right: 50px" href="https://github.com/t0gre/">
<img alt="github"
src="/github-mark.svg" width="50" height="50">
</a>
<a style="margin-right: 50px" href="https://stackoverflow.com/users/9740107/tom-greenwood/">
<img alt="stackoverflow"
src="/stack-overflow.svg" width="50" height="50">
</a>
<a href="https://x.com/t0gre">
<img alt="twitter-x"
src="/twitter-x.svg" width="50" height="50">
</a>
</p>


<script type="module">
import { updateTimes } from "./index.ts"
import { toggleQuotes,quotesList } from "./handlers.ts"
Expand Down
3 changes: 0 additions & 3 deletions public/twitter-x.svg

This file was deleted.