-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy jackwrfuller/jackwrfuller.github.io to jackwrfuller/jackwrfull…
…er.github.io:gh-pages
- Loading branch information
GitHub Actions
committed
Feb 25, 2024
0 parents
commit 6650817
Showing
106 changed files
with
3,680 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<title> | ||
jackwrfuller | ||
</title> | ||
|
||
<meta property="og:title" content="jackwrfuller" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="icon" type="image/png" href=icon/favicon.png /> | ||
|
||
|
||
|
||
|
||
<link href=https://jackwrfuller.au/fonts.css rel="stylesheet" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script> | ||
MathJax = { | ||
tex: { | ||
inlineMath: [['$', '$'], ['\\(', '\\)']] | ||
} | ||
}; | ||
</script> | ||
|
||
<script type="text/javascript" id="MathJax-script" async | ||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"> | ||
</script> | ||
|
||
|
||
|
||
<link rel="alternate" type="application/atom+xml" title="jackwrfuller" href="https://jackwrfuller.au/atom.xml"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" type="text/css" href="https://jackwrfuller.au/theme/dark.css"/> | ||
|
||
|
||
<link rel="stylesheet" type="text/css" media="screen" href=https://jackwrfuller.au/main.css /> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://jackwrfuller.au/override.css"> | ||
|
||
|
||
</head> | ||
|
||
|
||
<body> | ||
<div class="content"> | ||
<header> | ||
<style> | ||
.avatar { | ||
vertical-align: middle; | ||
width: 150px; | ||
height: 150px; | ||
border-radius: 50%; | ||
} | ||
#wrapper { | ||
width: 100%; | ||
clear: both; | ||
text-align: center; | ||
} | ||
</style> | ||
<div class="main"> | ||
<a href=https://jackwrfuller.au/>jackwrfuller</a> | ||
<div class="socials"> | ||
|
||
<a rel="me" href="https://github.com/jackwrfuller/" class="social"> | ||
<img alt=github src="/social_icons/github.svg"> | ||
</a> | ||
|
||
<a rel="me" href="https://gitlab.com/jackwrfuller" class="social"> | ||
<img alt=gitlab src="/social_icons/gitlab.svg"> | ||
</a> | ||
|
||
<a rel="me" href="https://www.linkedin.com/in/jackwrfuller/" class="social"> | ||
<img alt=linkedin src="/social_icons/linkedin.svg"> | ||
</a> | ||
|
||
</div> | ||
</div> | ||
<nav style="margin-bottom: 3rem"> | ||
|
||
<a href=/about style="margin-left: 0.7em; margin-bottom: 0.5em">/about</a> | ||
|
||
<a href=/now style="margin-left: 0.7em; margin-bottom: 0.5em">/now</a> | ||
|
||
<a href=/resume style="margin-left: 0.7em; margin-bottom: 0.5em">/resume</a> | ||
|
||
<a href=/projects style="margin-left: 0.7em; margin-bottom: 0.5em">/projects</a> | ||
|
||
</nav> | ||
<div id="wrapper"> | ||
<a href=https://jackwrfuller.au/> | ||
<img src="https://github.com/jackwrfuller.png" class="avatar" /> | ||
</a> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
|
||
<main class="centered-header"> | ||
|
||
<div class="page-header"> | ||
404<span class="primary-color" style="font-size: 1.6em">.</span> | ||
</div> | ||
|
||
<span>Page not found :(</span> | ||
</main> | ||
|
||
|
||
<hr> | ||
<center><small>Copyright © 2023 Jack W R Fuller. All rights reserved.</small></center> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
jackwrfuller.au |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<title> | ||
About | ||
|
||
</title> | ||
|
||
|
||
<meta property="og:title" content="About" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="icon" type="image/png" href=icon/favicon.png /> | ||
|
||
|
||
|
||
|
||
<link href=https://jackwrfuller.au/fonts.css rel="stylesheet" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script> | ||
MathJax = { | ||
tex: { | ||
inlineMath: [['$', '$'], ['\\(', '\\)']] | ||
} | ||
}; | ||
</script> | ||
|
||
<script type="text/javascript" id="MathJax-script" async | ||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"> | ||
</script> | ||
|
||
|
||
|
||
<link rel="alternate" type="application/atom+xml" title="jackwrfuller" href="https://jackwrfuller.au/atom.xml"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" type="text/css" href="https://jackwrfuller.au/theme/dark.css"/> | ||
|
||
|
||
<link rel="stylesheet" type="text/css" media="screen" href=https://jackwrfuller.au/main.css /> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://jackwrfuller.au/override.css"> | ||
|
||
|
||
</head> | ||
|
||
|
||
<body> | ||
<div class="content"> | ||
<header> | ||
<style> | ||
.avatar { | ||
vertical-align: middle; | ||
width: 150px; | ||
height: 150px; | ||
border-radius: 50%; | ||
} | ||
#wrapper { | ||
width: 100%; | ||
clear: both; | ||
text-align: center; | ||
} | ||
</style> | ||
<div class="main"> | ||
<a href=https://jackwrfuller.au/>jackwrfuller</a> | ||
<div class="socials"> | ||
|
||
<a rel="me" href="https://github.com/jackwrfuller/" class="social"> | ||
<img alt=github src="/social_icons/github.svg"> | ||
</a> | ||
|
||
<a rel="me" href="https://gitlab.com/jackwrfuller" class="social"> | ||
<img alt=gitlab src="/social_icons/gitlab.svg"> | ||
</a> | ||
|
||
<a rel="me" href="https://www.linkedin.com/in/jackwrfuller/" class="social"> | ||
<img alt=linkedin src="/social_icons/linkedin.svg"> | ||
</a> | ||
|
||
</div> | ||
</div> | ||
<nav style="margin-bottom: 3rem"> | ||
|
||
<a href=/about style="margin-left: 0.7em; margin-bottom: 0.5em">/about</a> | ||
|
||
<a href=/now style="margin-left: 0.7em; margin-bottom: 0.5em">/now</a> | ||
|
||
<a href=/resume style="margin-left: 0.7em; margin-bottom: 0.5em">/resume</a> | ||
|
||
<a href=/projects style="margin-left: 0.7em; margin-bottom: 0.5em">/projects</a> | ||
|
||
</nav> | ||
<div id="wrapper"> | ||
<a href=https://jackwrfuller.au/> | ||
<img src="https://github.com/jackwrfuller.png" class="avatar" /> | ||
</a> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
|
||
|
||
<main> | ||
<article> | ||
<div class="title"> | ||
|
||
|
||
<div class="page-header"> | ||
About<span class="primary-color" style="font-size: 1.6em">.</span> | ||
</div> | ||
|
||
|
||
<div class="meta"> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="body"> | ||
<p align="center" width="50%"> | ||
<img width="25%" src="portrait.jpg"> | ||
</p> | ||
<p>Mathematician by training, software engineer by trade.</p> | ||
<p>I am driven by an insatiable curiosity of the world, trying to learn new things every day. </p> | ||
<p>I love solving problems - any problems will do, but the more technical, the better.</p> | ||
<p>A complete computer nerd that wishes he was a professional tennis player.</p> | ||
<p>An amateur chess tragic holding on to the belief he may yet one day reach master strength</p> | ||
<p>Whisky enthusiast - neat, with a splash of water, and smokier than a peat oven.</p> | ||
<p>I am always keen to chat with new people. If you are feeling gregarious, drop me an email at <a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
</section> | ||
|
||
|
||
|
||
</article> | ||
</main> | ||
|
||
|
||
|
||
<hr> | ||
<center><small>Copyright © 2023 Jack W R Fuller. All rights reserved.</small></center> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
LastWriterPackageFamilyName=Microsoft.MSPaint_8wekyb3d8bbwe | ||
ZoneId=3 |
Oops, something went wrong.