Skip to content

Commit

Permalink
Initial Website
Browse files Browse the repository at this point in the history
  • Loading branch information
GABurns committed Jun 21, 2023
1 parent 4b1d915 commit 121eef7
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 95 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.httr-oauth
.DS_Store
.quarto

/.quarto/
12 changes: 7 additions & 5 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>Data Burns - Welcome</title>
<title>Data Burns - About Me</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -85,7 +85,11 @@
</li>
<li class="nav-item">
<a class="nav-link active" href="./about.html" aria-current="page">
<span class="menu-text">Welcome</span></a>
<span class="menu-text">About Me</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./blog.html">
<span class="menu-text">Blog</span></a>
</li>
</ul>
<div id="quarto-search" class="" title="Search"></div>
Expand All @@ -105,7 +109,7 @@

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">Welcome</h1>
<h1 class="title">About Me</h1>
</div>


Expand All @@ -120,8 +124,6 @@ <h1 class="title">Welcome</h1>

</header>

<p>Welcome!</p>
<p>This site is still under construction but feel free to use the existing resources.</p>
<p>I’ve been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I’ve made lots of mistakes and often several times!</p>
<p>There’s a lot of good technical resources online but what I’ve found when speaking to junior staff there’s less information on the experiences and expectations. Senior staff didn’t get to their technical ability without many frustrations and these are ok!</p>
<p>I’ve found software development is a very risk averse industry. Requirements are gathered up front and making a seemingly simple change can have cascading effects on the software which leads to individuals wanting to work within very defined boundaries. Having two children of my own I’ve learnt that the only way to learn is to make mistakes! If you only did what you know you could do, you’d never learn to crawl, walk or talk. Children will happily fall over a dozen times in a row but eventually they’ll be walking.</p>
Expand Down
4 changes: 4 additions & 0 deletions _site/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
<a class="nav-link" href="./about.html">
<span class="menu-text">Welcome</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./blog.html" aria-current="page">
<span class="menu-text">Welcome</span></a>
</li>
</ul>
<div id="quarto-search" class="" title="Search"></div>
</div> <!-- /navcollapse -->
Expand Down
84 changes: 10 additions & 74 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>Data Burns - PersonalWebsite</title>
<title>Data Burns - Gareth Burns</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand All @@ -20,69 +20,6 @@
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { color: #008000; } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
</style>


Expand Down Expand Up @@ -148,7 +85,11 @@
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">Welcome</span></a>
<span class="menu-text">About Me</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./blog.html">
<span class="menu-text">Blog</span></a>
</li>
</ul>
<div id="quarto-search" class="" title="Search"></div>
Expand All @@ -168,7 +109,7 @@

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">PersonalWebsite</h1>
<h1 class="title">Gareth Burns</h1>
</div>


Expand All @@ -183,14 +124,9 @@ <h1 class="title">PersonalWebsite</h1>

</header>

<p>This is a Quarto website.</p>
<p>To learn more about Quarto websites visit <a href="https://quarto.org/docs/websites" class="uri">https://quarto.org/docs/websites</a>.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="dv">1</span> <span class="sc">+</span> <span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
</div>
</div>
<p>Welcome!</p>
<p>This is a my personal website that is still under construction but feel free to use the existing resources, whilst it’s being set up.</p>
<p>If you have any feedback please DM me on <a href="https://twitter.com/GarethBurns4">Twitter</a> or <a href="https://www.linkedin.com/in/drgarethburns/">LinkedIn</a>.</p>



Expand Down
8 changes: 4 additions & 4 deletions _site/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
{
"objectID": "about.html",
"href": "about.html",
"title": "Welcome",
"title": "About Me",
"section": "",
"text": "Welcome!\nThis site is still under construction but feel free to use the existing resources.\nI’ve been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I’ve made lots of mistakes and often several times!\nThere’s a lot of good technical resources online but what I’ve found when speaking to junior staff there’s less information on the experiences and expectations. Senior staff didn’t get to their technical ability without many frustrations and these are ok!\nI’ve found software development is a very risk averse industry. Requirements are gathered up front and making a seemingly simple change can have cascading effects on the software which leads to individuals wanting to work within very defined boundaries. Having two children of my own I’ve learnt that the only way to learn is to make mistakes! If you only did what you know you could do, you’d never learn to crawl, walk or talk. Children will happily fall over a dozen times in a row but eventually they’ll be walking.\nI’ve done a lot of in-house lunchtime knowledge transfer sessions, these were generally aimed at novice R users wanting to improve their analysis scripts through writing functions or packages. Bringing these together online will hopefully be of use to novice users. They’re not aimed at being a definitive resource but an alternative explanation to technical documentation, providing the minimal steps people require to get a functional benefit ."
"text": "I’ve been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I’ve made lots of mistakes and often several times!\nThere’s a lot of good technical resources online but what I’ve found when speaking to junior staff there’s less information on the experiences and expectations. Senior staff didn’t get to their technical ability without many frustrations and these are ok!\nI’ve found software development is a very risk averse industry. Requirements are gathered up front and making a seemingly simple change can have cascading effects on the software which leads to individuals wanting to work within very defined boundaries. Having two children of my own I’ve learnt that the only way to learn is to make mistakes! If you only did what you know you could do, you’d never learn to crawl, walk or talk. Children will happily fall over a dozen times in a row but eventually they’ll be walking.\nI’ve done a lot of in-house lunchtime knowledge transfer sessions, these were generally aimed at novice R users wanting to improve their analysis scripts through writing functions or packages. Bringing these together online will hopefully be of use to novice users. They’re not aimed at being a definitive resource but an alternative explanation to technical documentation, providing the minimal steps people require to get a functional benefit ."
},
{
"objectID": "index.html",
"href": "index.html",
"title": "PersonalWebsite",
"title": "Gareth Burns",
"section": "",
"text": "This is a Quarto website.\nTo learn more about Quarto websites visit https://quarto.org/docs/websites.\n\n1 + 1\n\n[1] 2"
"text": "Welcome!\nThis is a my personal website that is still under construction but feel free to use the existing resources, whilst it’s being set up.\nIf you have any feedback please DM me on Twitter or LinkedIn."
}
]
6 changes: 1 addition & 5 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
title: "Welcome"
title: "About Me"
---

Welcome!

This site is still under construction but feel free to use the existing resources.

I've been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I've made lots of mistakes and often several times!

There's a lot of good technical resources online but what I've found when speaking to junior staff there's less information on the experiences and expectations. Senior staff didn't get to their technical ability without many frustrations and these are ok!
Expand Down
2 changes: 1 addition & 1 deletion blog.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Welcome"
title: "Blog"
---

Over 150 attendees at the PSI conference player the [Exploristics](https://exploristics.com/) Higher or Lower web app - and *didn't they all do well!?* I was delighted to see the game generated so much interest, many people expressed an interest in the how we deployed the app on the cloud and that's the motivation for this blog. This app is a microcosm of developing and deploying a Statistical Shiny app on the cloud. This blog is aimed at people who are experienced in developing desktop R scripts and have a desire to take the next step to create a Shiny app and deploy on the cloud.
Expand Down
10 changes: 4 additions & 6 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: "PersonalWebsite"
title: "Gareth Burns"
---

This is a Quarto website.
Welcome!

To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
This is a my personal website that is still under construction but feel free to use the existing resources, whilst it's being set up.

```{r}
1 + 1
```
If you have any feedback please DM me on [Twitter](https://twitter.com/GarethBurns4) or [LinkedIn](https://www.linkedin.com/in/drgarethburns/).

0 comments on commit 121eef7

Please sign in to comment.