Deploy new site
This commit is contained in:
parent
c9067d4b64
commit
51cc388313
13 changed files with 61 additions and 27 deletions
|
|
@ -37,8 +37,8 @@
|
|||
|
||||
<meta itemprop="name" content="Web Résumé">
|
||||
<meta itemprop="description" content="Experienced web developer">
|
||||
<meta itemprop="dateModified" content="2023-12-21T21:52:36-06:00" />
|
||||
<meta itemprop="wordCount" content="575">
|
||||
<meta itemprop="dateModified" content="2024-01-24T22:21:01-06:00" />
|
||||
<meta itemprop="wordCount" content="658">
|
||||
<meta itemprop="keywords" content="" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Web Résumé"/>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/extra.99b243aeadfc5cd7a8e844e9b1f73e21e13ac56f234b50e5ae2c3cd3ea7b432d.css" integrity="sha256-mbJDrq38XNeo6ETpsfc+IeE6xW8jS1Dlriw80+p7Qy0=">
|
||||
<link rel="stylesheet" href="/extra.4951f7f16a863b7b327648b08527af269729158fe901b38bc3ec98c6e09674d1.css" integrity="sha256-SVH38WqGO3sydkiwhSevJpcpFY/pAbOLw+yYxuCWdNE=">
|
||||
|
||||
|
||||
|
||||
|
|
@ -134,7 +134,17 @@
|
|||
<div class="toc-title">Table of Contents</div>
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#summary">Summary</a></li>
|
||||
<li><a href="#skills">Skills</a></li>
|
||||
<li><a href="#open-source-projects">Open Source Projects</a>
|
||||
<ul>
|
||||
<li><a href="#gin-error-middlewarehttpspkggodevcodebergorgdanjones000gin-error-handler"><a href="https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler">gin error middleware</a></a></li>
|
||||
<li><a href="#responsable-errorshttpspkggodevcodebergorgdanjones000responsable-errors"><a href="https://pkg.go.dev/codeberg.org/danjones000/responsable-errors">Responsable Errors</a></a></li>
|
||||
<li><a href="#http-go-statushttpscodebergorgdanjones000http-go-status"><a href="https://codeberg.org/danjones000/http-go-status">http go status</a></a></li>
|
||||
<li><a href="#droploggerhttpsgitlabcomdanjones000droplogger"><a href="https://gitlab.com/danjones000/droplogger">droplogger</a></a></li>
|
||||
<li><a href="#object-spyhttpspackagistorgpackagesdanjones000object-spy"><a href="https://packagist.org/packages/danjones000/object-spy">Object Spy</a></a></li>
|
||||
<li><a href="#strip-beatshttpscodebergorgdanjones000strip-beats"><a href="https://codeberg.org/danjones000/strip-beats">strip-beats</a></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#work-history">Work History</a></li>
|
||||
<li><a href="#code-samples">Code Samples</a></li>
|
||||
</ul>
|
||||
|
|
@ -150,9 +160,7 @@
|
|||
<span class="printonly"><br/><a href="https://danielrayjones.com/">https://danielrayjones.com/</a></span></p>
|
||||
</section>
|
||||
<section id="summary">
|
||||
<h2 id="summary">Summary</h2>
|
||||
<p>Web developer with broad experience in both large (educational and commercial) and small(commercial) websites. Designed custom web applications from the ground up, and modified existing open-source applications to meet specific needs. Effective communicator, with experience researching and writing content for educational websites.</p>
|
||||
<p>Skills include:</p>
|
||||
<h2 id="skills">Skills</h2>
|
||||
<ul class="skills">
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
|
|
@ -169,16 +177,43 @@
|
|||
<li>Yii</li>
|
||||
<li>Wordpress</li>
|
||||
<li>Git</li>
|
||||
<li>Grunt</li>
|
||||
<li>node.js</li>
|
||||
<li>MongoDB</li>
|
||||
<li>Apache</li>
|
||||
<li>Linux</li>
|
||||
<li>Docker</li>
|
||||
<li>AWS</li>
|
||||
<li>Google App Engine</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="projects">
|
||||
<h2 id="open-source-projects">Open Source Projects</h2>
|
||||
<section class="projects">
|
||||
<section class="project">
|
||||
<h3 id="gin-error-middlewarehttpspkggodevcodebergorgdanjones000gin-error-handler"><a href="https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler">gin error middleware</a></h3>
|
||||
<p>A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.</p>
|
||||
</section>
|
||||
<section class="project">
|
||||
<h3 id="responsable-errorshttpspkggodevcodebergorgdanjones000responsable-errors"><a href="https://pkg.go.dev/codeberg.org/danjones000/responsable-errors">Responsable Errors</a></h3>
|
||||
<p>A small go library that provides errors that can be more useful in the context of a web app. The heart of gin error middleware.</p>
|
||||
</section>
|
||||
<section class="project">
|
||||
<h3 id="http-go-statushttpscodebergorgdanjones000http-go-status"><a href="https://codeberg.org/danjones000/http-go-status">http go status</a></h3>
|
||||
<p>Super simple web server that just returns the HTTP status you ask for. Useful for testing.</p>
|
||||
</section>
|
||||
<section class="project">
|
||||
<h3 id="droploggerhttpsgitlabcomdanjones000droplogger"><a href="https://gitlab.com/danjones000/droplogger">droplogger</a></h3>
|
||||
<p>Python logging application especially suited for life-logging with IFTTT and Dropbox.</p>
|
||||
</section>
|
||||
<section class="project">
|
||||
<h3 id="object-spyhttpspackagistorgpackagesdanjones000object-spy"><a href="https://packagist.org/packages/danjones000/object-spy">Object Spy</a></h3>
|
||||
<p>PHP debugging library that makes it easy to inspect private properties and methods without using reflection.</p>
|
||||
</section>
|
||||
<section class="project">
|
||||
<h3 id="strip-beatshttpscodebergorgdanjones000strip-beats"><a href="https://codeberg.org/danjones000/strip-beats">strip-beats</a></h3>
|
||||
<p>go cli app for transforming a folder of music videos and music files, with semi-automatic tagging, and user-friendly TUI. <em>This is a work in progress. Not yet fully functional.</em></p>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
<section id="workhistory">
|
||||
<h2 id="work-history">Work History</h2>
|
||||
<p>I have been developing websites for over twenty years. I’m primarily self-taught.</p>
|
||||
|
|
@ -224,7 +259,7 @@ Built microservices in go.</p>
|
|||
<em>Back-end web developer</em><br>
|
||||
<span class="work-period"><time datetime="2015-11">November 2015</time> - <time datetime="2016-07">July 2016</time></span></p>
|
||||
<p>Develop Magento-based eCommerce site <span class="tech">PHP, MySQL, Magento, XML, Javascript, jQuery</span></p>
|
||||
<ul>
|
||||
<ul class="noprint">
|
||||
<li>Extend functionality of current site</li>
|
||||
<li>Modify existing site plugins to better fit workflow of sales team.</li>
|
||||
</ul>
|
||||
|
|
@ -295,7 +330,7 @@ Created entire section of website for recruiting purposes. Did extensive researc
|
|||
<div class="post-info">
|
||||
|
||||
|
||||
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></svg><a href="https://codeberg.org/danjones000/danielrayjones/commit/1e585feac4a26391d8a98e6fd4d81ca07e4c1e52" target="_blank" rel="noopener">1e585fe</a> @ 2023-12-22</p>
|
||||
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></svg><a href="https://codeberg.org/danjones000/danielrayjones/commit/a4a124ce9b7e8a9bf3b6f93ea64a44fb68bed7b4" target="_blank" rel="noopener">a4a124c</a> @ 2024-01-25</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue