2021-09-16T19:16:23+00:00 Deploy new site
This commit is contained in:
parent
abf7a16c34
commit
59f52d1398
7 changed files with 21508 additions and 4994 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
|
|
@ -19,12 +19,12 @@
|
|||
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/contact/","headline":"Contact","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-1d269e2ec57790925e2dbb61f0ef65db83005868c8e85d7ec231a6e00fbbcccf.css" integrity="sha256-HSaeLsV3kJJeLbth8O9l24MAWGjI6F1+wjGm4A+7zM8=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-a052dd0a2aca905037f16718888cc798d19ba6f418ac340fad681135b56be149.css" integrity="sha256-oFLdCirKkFA38WcYiIzHmNGbpvQYrDQPrWgRNbVr4Uk=" crossorigin="anonymous">
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
</head>
|
||||
|
||||
<body class="bg-dark">
|
||||
<section class="container-fluid primary-container">
|
||||
<div class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark site-header">
|
||||
<a class="navbar-brand" href="/">Dan Jones</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||||
|
|
@ -74,16 +74,17 @@
|
|||
<aside>
|
||||
<header>
|
||||
<h2>My Tweets</h2>
|
||||
</header>
|
||||
<a class="twitter-timeline"
|
||||
data-height="400"
|
||||
href="https://twitter.com/goodevilgenius?ref_src=twsrc%5Etfw">
|
||||
Tweets by goodevilgenius
|
||||
</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</a><script async src="https://platform.twitter.com/widgets.js"></script>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content" role="main">
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 ps-md-5 bd-content">
|
||||
<section class="entry-content container-fluid">
|
||||
|
||||
<header class="entry-header">
|
||||
|
|
@ -99,7 +100,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<footer class="footer bg-dark site-footer">
|
||||
<div class="container-fluid">
|
||||
|
|
@ -114,6 +115,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script integrity="sha256-+DWUcp4j0Vc6q7XhFesEtuWVDBgJt/Hn2RK4lqu19Ds=" crossorigin="anonymous" src="/assets/application-f83594729e23d1573aabb5e115eb04b6e5950c1809b7f1e7d912b896abb5f43b.js" type="text/javascript"></script>
|
||||
<script integrity="sha256-5xZQl0lAccXTZifZ/71RAMib4BxmYclF2sExG1mK8zQ=" crossorigin="anonymous" src="/assets/application-e7165097494071c5d36627d9ffbd5100c89be01c6661c945dac1311b598af334.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
17
index.html
17
index.html
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
|
|
@ -19,12 +19,12 @@
|
|||
{"description":"Web developer, actor, all around good guy","@type":"WebSite","url":"https://danielrayjones.com/","name":"Dan Jones","headline":"Introduction","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-1d269e2ec57790925e2dbb61f0ef65db83005868c8e85d7ec231a6e00fbbcccf.css" integrity="sha256-HSaeLsV3kJJeLbth8O9l24MAWGjI6F1+wjGm4A+7zM8=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-a052dd0a2aca905037f16718888cc798d19ba6f418ac340fad681135b56be149.css" integrity="sha256-oFLdCirKkFA38WcYiIzHmNGbpvQYrDQPrWgRNbVr4Uk=" crossorigin="anonymous">
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
</head>
|
||||
|
||||
<body class="bg-dark">
|
||||
<section class="container-fluid primary-container">
|
||||
<div class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark site-header">
|
||||
<a class="navbar-brand" href="/">Dan Jones</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||||
|
|
@ -74,16 +74,17 @@
|
|||
<aside>
|
||||
<header>
|
||||
<h2>My Tweets</h2>
|
||||
</header>
|
||||
<a class="twitter-timeline"
|
||||
data-height="400"
|
||||
href="https://twitter.com/goodevilgenius?ref_src=twsrc%5Etfw">
|
||||
Tweets by goodevilgenius
|
||||
</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</a><script async src="https://platform.twitter.com/widgets.js"></script>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content" role="main">
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 ps-md-5 bd-content">
|
||||
<section class="entry-content container-fluid">
|
||||
|
||||
<header class="entry-header">
|
||||
|
|
@ -95,7 +96,7 @@
|
|||
<section id="webdeveloper">
|
||||
<h2>Dan Jones, the Web Developer</h2>
|
||||
|
||||
<figure class="figure float-md-right mw-xs-100 mw-md-50">
|
||||
<figure class="figure float-md-end mw-xs-100 mw-md-50">
|
||||
<img src="https://res.cloudinary.com/danjones000/image/upload/v1518462377/danielrayjones/C64c_system.jpg"
|
||||
class="figure-im img-fluid" alt="Commodore 64" />
|
||||
<figcaption class="figure-caption">
|
||||
|
|
@ -132,7 +133,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<footer class="footer bg-dark site-footer">
|
||||
<div class="container-fluid">
|
||||
|
|
@ -147,6 +148,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script integrity="sha256-+DWUcp4j0Vc6q7XhFesEtuWVDBgJt/Hn2RK4lqu19Ds=" crossorigin="anonymous" src="/assets/application-f83594729e23d1573aabb5e115eb04b6e5950c1809b7f1e7d912b896abb5f43b.js" type="text/javascript"></script>
|
||||
<script integrity="sha256-5xZQl0lAccXTZifZ/71RAMib4BxmYclF2sExG1mK8zQ=" crossorigin="anonymous" src="/assets/application-e7165097494071c5d36627d9ffbd5100c89be01c6661c945dac1311b598af334.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
|
|
@ -19,12 +19,12 @@
|
|||
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/theater/","headline":"Acting Resume","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-1d269e2ec57790925e2dbb61f0ef65db83005868c8e85d7ec231a6e00fbbcccf.css" integrity="sha256-HSaeLsV3kJJeLbth8O9l24MAWGjI6F1+wjGm4A+7zM8=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-a052dd0a2aca905037f16718888cc798d19ba6f418ac340fad681135b56be149.css" integrity="sha256-oFLdCirKkFA38WcYiIzHmNGbpvQYrDQPrWgRNbVr4Uk=" crossorigin="anonymous">
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
</head>
|
||||
|
||||
<body id="page-theater" class="bg-dark">
|
||||
<section class="container-fluid primary-container">
|
||||
<div class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark site-header">
|
||||
<a class="navbar-brand" href="/">Dan Jones</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||||
|
|
@ -74,16 +74,17 @@
|
|||
<aside>
|
||||
<header>
|
||||
<h2>My Tweets</h2>
|
||||
</header>
|
||||
<a class="twitter-timeline"
|
||||
data-height="400"
|
||||
href="https://twitter.com/goodevilgenius?ref_src=twsrc%5Etfw">
|
||||
Tweets by goodevilgenius
|
||||
</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</a><script async src="https://platform.twitter.com/widgets.js"></script>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content" role="main">
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 ps-md-5 bd-content">
|
||||
<section class="entry-content container-fluid">
|
||||
|
||||
<header class="entry-header">
|
||||
|
|
@ -175,7 +176,7 @@ Hair: Brown • Eyes: Blue</p>
|
|||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<footer class="footer bg-dark site-footer">
|
||||
<div class="container-fluid">
|
||||
|
|
@ -190,6 +191,6 @@ Hair: Brown • Eyes: Blue</p>
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script integrity="sha256-+DWUcp4j0Vc6q7XhFesEtuWVDBgJt/Hn2RK4lqu19Ds=" crossorigin="anonymous" src="/assets/application-f83594729e23d1573aabb5e115eb04b6e5950c1809b7f1e7d912b896abb5f43b.js" type="text/javascript"></script>
|
||||
<script integrity="sha256-5xZQl0lAccXTZifZ/71RAMib4BxmYclF2sExG1mK8zQ=" crossorigin="anonymous" src="/assets/application-e7165097494071c5d36627d9ffbd5100c89be01c6661c945dac1311b598af334.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.7.1 -->
|
||||
|
|
@ -19,12 +19,12 @@
|
|||
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/web/","headline":"Web Résumé","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-1d269e2ec57790925e2dbb61f0ef65db83005868c8e85d7ec231a6e00fbbcccf.css" integrity="sha256-HSaeLsV3kJJeLbth8O9l24MAWGjI6F1+wjGm4A+7zM8=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style-a052dd0a2aca905037f16718888cc798d19ba6f418ac340fad681135b56be149.css" integrity="sha256-oFLdCirKkFA38WcYiIzHmNGbpvQYrDQPrWgRNbVr4Uk=" crossorigin="anonymous">
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
</head>
|
||||
|
||||
<body id="page-web" class="bg-dark">
|
||||
<section class="container-fluid primary-container">
|
||||
<div class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark site-header">
|
||||
<a class="navbar-brand" href="/">Dan Jones</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||||
|
|
@ -74,16 +74,17 @@
|
|||
<aside>
|
||||
<header>
|
||||
<h2>My Tweets</h2>
|
||||
</header>
|
||||
<a class="twitter-timeline"
|
||||
data-height="400"
|
||||
href="https://twitter.com/goodevilgenius?ref_src=twsrc%5Etfw">
|
||||
Tweets by goodevilgenius
|
||||
</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</a><script async src="https://platform.twitter.com/widgets.js"></script>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content" role="main">
|
||||
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 ps-md-5 bd-content">
|
||||
<section class="entry-content container-fluid">
|
||||
|
||||
<header class="entry-header">
|
||||
|
|
@ -136,31 +137,39 @@
|
|||
<em class="noprint">Please note: some of the following links are outdated. I'm working on redirecting them to a functional cached version of each of these.</em></p>
|
||||
|
||||
<ul>
|
||||
<li><p><strong><a href="https://ww.bubbleup.net/">BubbleUp</a></strong><br/>
|
||||
<li><p><strong><a href="https://grin.co">GRIN</a></strong><br/>
|
||||
<em>Senior Software Engineer</em><br/>
|
||||
<em>2021 - present</em></p>
|
||||
<p>Senior Developer for SaaS company.
|
||||
<span class="tech">Laravel, PHP, MySql, mongodb, Vue</span></p>
|
||||
</li>
|
||||
<li><p><strong><a href="https://www.bubbleup.net/">BubbleUp</a></strong><br/>
|
||||
<em>Senior Web Developer</em><br />
|
||||
<em>2020 - present</em>
|
||||
<em>2020 - 2021</em></p>
|
||||
<p>Senior Developer for marketing firm with clients in multiple industries. Sites range from low traffic, to extremely high.
|
||||
<span class="tech">Yii, PHP, MySQL, AWS, Drupal, custom sites</span></p>
|
||||
</li>
|
||||
<li><p><strong><a href="https://healthlabs.com/">HealthLabs</a> / <a href="https://www.raven.com/">Starfish</a></strong><br/>
|
||||
<em>Project Manager/Tech Lead</em><br />
|
||||
<em>2017 - 2020</em>
|
||||
<em>2017 - 2020</em></p>
|
||||
<p>Lead for API project. Developed Laravel-based API for document management service. Managed team. Set goals. Ensured development was on track.
|
||||
<span class="tech">Laravel/Lumen, PHP, MySQL, Google Cloud Platform, Google App Engine, Google Cloud SQL, mongodb, Google Datastore, Google Cloud Storage</span></p>
|
||||
|
||||
<em>Senior Full-Stack Developer</em><br/>
|
||||
<p><em>Senior Full-Stack Developer</em><br/>
|
||||
<em>2016 - 2017</em></p>
|
||||
<p>Full-stack development for multiple websites in the health industry, including <a href="https://www.stdcheck.com/">STDCheck</a>, <a href="https://www.healthlabs.com">HealthLabs</a>, <a href="https://www.utitreatment.com/">UTI Treatment</a>. <span class="tech">PHP, MySQL, Laravel, Eloquent, Javascript, jQuery, AngularJS, React</span></p>
|
||||
<p>Full-stack development for multiple websites in the health industry, including <a href="https://www.stdcheck.com/">STDCheck</a>, <a href="https://www.healthlabs.com">HealthLabs</a>, <a href="https://www.utitreatment.com/">UTI Treatment</a>.
|
||||
<span class="tech">PHP, MySQL, Laravel, Eloquent, Javascript, jQuery, AngularJS, React</span></p>
|
||||
</li>
|
||||
<li><p><strong>University of Texas Coding Bootcamp</strong><br/>
|
||||
<em>Instructor</em><br/>
|
||||
<em>2016 - 2017</em></p>
|
||||
|
||||
<p>Taught Full-stack coding bootcamp. Six month program to introduce students to basics of full-stack <abbr title="Mean, Express, React, Node">MERN</abbr> development. <span class="tech">HTML, CSS, Javascript, jQuery, APIs, AJAX, Node, Express, MySQL, sequelize, MongoDB, mongoose, PHP, Laravel, Python, React, React-Native</span></p>
|
||||
<p>Taught Full-stack coding bootcamp. Six month program to introduce students to basics of full-stack <abbr title="Mean, Express, React, Node">MERN</abbr> development.
|
||||
<span class="tech">HTML, CSS, Javascript, jQuery, APIs, AJAX, Node, Express, MySQL, sequelize, MongoDB, mongoose, PHP, Laravel, Python, React, React-Native</span></p>
|
||||
</li>
|
||||
<li><p><strong><a href="https://servermonkey.com/">Server Monkey</a></strong><br/>
|
||||
<em>Back-end web developer</em><br/>
|
||||
<em>2015 - 2016</em><br/>
|
||||
<em>2015 - 2016</em><br/></p>
|
||||
|
||||
<p>Develop Magento-based eCommerce site <span class="tech">PHP, MySQL, Magento, XML, Javascript, jQuery</span></p>
|
||||
<ul>
|
||||
|
|
@ -213,7 +222,7 @@
|
|||
website<span class="noprint">, including:</span></p>
|
||||
<ul class="noprint">
|
||||
<li><p><span class="project"><a href="https://www.me.utexas.edu/sdp/previousprojects.php">Senior Design Projects
|
||||
Database</a><span> <span class="tech">PHP, XHTML, HTML Forms</span></p>
|
||||
Database</a></span> <span class="tech">PHP, XHTML, HTML Forms</span></p>
|
||||
<p>Designed MySQL database to hold information about past Senior Design Projects. Built from scratch front-end
|
||||
to search database and display information.</p></li>
|
||||
<li><p><span class="project">“Intranet” site</span> <span class="tech">Wordpress, PHP</span></p>
|
||||
|
|
@ -287,7 +296,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<footer class="footer bg-dark site-footer">
|
||||
<div class="container-fluid">
|
||||
|
|
@ -302,6 +311,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script integrity="sha256-+DWUcp4j0Vc6q7XhFesEtuWVDBgJt/Hn2RK4lqu19Ds=" crossorigin="anonymous" src="/assets/application-f83594729e23d1573aabb5e115eb04b6e5950c1809b7f1e7d912b896abb5f43b.js" type="text/javascript"></script>
|
||||
<script integrity="sha256-5xZQl0lAccXTZifZ/71RAMib4BxmYclF2sExG1mK8zQ=" crossorigin="anonymous" src="/assets/application-e7165097494071c5d36627d9ffbd5100c89be01c6661c945dac1311b598af334.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue