-
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 18, 2024
0 parents
commit 4f93d95
Showing
102 changed files
with
3,053 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,177 @@ | ||
<!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>I am a project manager with a passion for mathematics and computing and excel at managing digital projects that require both technical expertise and strong management skills. I have a first-class honours degree in mathematical statistics and am currently pursuing a computer science masters, which gives me a deep understanding of the quantitative underpinnings of technology.</p> | ||
<p>My thesis was focused on the mathematical properties of a machine learning model called random forests, giving me hands-on experience in applying advanced statistical techniques to real-world problems. I bring this same attention to detail and analytical rigor to every project I undertake, ensuring that they are delivered on time, on budget, and to the highest quality standards. Combining my strong quantitative background with my ability to manage people and projects, I am committed to achieving excellence in everything I do.</p> | ||
|
||
</section> | ||
|
||
|
||
|
||
</article> | ||
</main> | ||
|
||
|
||
|
||
<hr> | ||
<center><small>Copyright © 2023 Jack W R Fuller. All rights reserved.</small></center> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |
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.