danielrayjones/index.html

150 lines
7.5 KiB
HTML
Raw Normal View History

2018-01-22 12:36:16 -06:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Begin Jekyll SEO tag v2.6.1 -->
2018-01-22 12:36:16 -06:00
<title>Introduction | Dan Jones</title>
<meta name="generator" content="Jekyll v3.8.6" />
2018-01-22 12:36:16 -06:00
<meta property="og:title" content="Introduction" />
<meta name="author" content="Dan Jones" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Web developer, actor, all around good guy" />
<meta property="og:description" content="Web developer, actor, all around good guy" />
<link rel="canonical" href="https://danielrayjones.com/" />
<meta property="og:url" content="https://danielrayjones.com/" />
2018-01-22 12:36:16 -06:00
<meta property="og:site_name" content="Dan Jones" />
<script type="application/ld+json">
{"description":"Web developer, actor, all around good guy","@type":"WebSite","url":"https://danielrayjones.com/","headline":"Introduction","name":"Dan Jones","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
2018-01-22 12:36:16 -06:00
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" type="text/css" integrity="sha256-gh887LvNdCBGmVCsXsJ9qcKuzaaYYDBxHXjQBia/ma0=" crossorigin="anonymous" href="/assets/style-821f3cecbbcd7420469950ac5ec27da9c2aecda6986030711d78d00626bf99ad.css">
2018-01-22 12:36:16 -06:00
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
</head>
<body class="bg-dark">
<section 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"
data-target="#nav-links" aria-label="Toggle navigation"
aria-controls="nav-links" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="nav-links">
<a class="nav-link" href="/">Introduction</a>
<a class="nav-link" href="/web/">Web Résumé</a>
<a class="nav-link" href="/theater/">Acting Résumé</a>
<a class="nav-link" href="/contact/">Contact</a>
</div>
</nav>
<div class="row">
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sideboard bg-dark site-sidebar">
<aside>
<figure class="figure">
<img src="https://www.gravatar.com/avatar/073daa566095477f8ecc5cf4d0f59448?s=200" class="figure-img img-fluid rounded-large" alt="" />
<figcaption class="figure-caption small">Web developer, actor, all around good guy</figcaption>
</figure>
</aside>
<aside>
<header>
<h2>My Links</h2>
</header>
<ul class="list-group">
<li class="list-group-item list-group-item-dark"><a href="https://gitlab.com/danjones000">My GitLab </a></li>
<li class="list-group-item list-group-item-dark"><a href="https://github.com/goodevilgenius">My GitHub </a></li>
<li class="list-group-item list-group-item-dark"><a href="https://gist.github.com/goodevilgenius">My GitHub Gists </a></li>
<li class="list-group-item list-group-item-dark"><a href="https://stackoverflow.com/story/danjones000">Stack Overflow Developer Story </a></li>
<li class="list-group-item list-group-item-dark"><a href="https://goodevilgenius.org">Dan's Musings (blog) </a></li>
</ul>
</aside>
<aside>
<header>
<h2>My Tweets</h2>
<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>
</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">
<section class="entry-content container-fluid">
<header class="entry-header">
<h1 class="entry-title">Introduction</h1>
</header>
<p>Welcome to my website. My name is Dan Jones. I am a web developer and an actor, and I'd like to tell you a bit about myself.</p>
2018-01-22 12:36:16 -06:00
<section id="webdeveloper">
<h2>Dan Jones, the Web Developer</h2>
<figure class="figure float-md-right mw-100 w-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">
Commodore 64C<br />&copy; <a href="http://commons.wikimedia.org/wiki/File:C64c_system.jpg">Bill Bertram</a>
</figcaption>
</figure>
2018-01-22 12:36:16 -06:00
<p>I was first exposed to computers as a child. My family had a Commodore 64, on which, as a ten-year old child, I would
do my homework, play games, and make simple programs. I learned how to program in
<a href="https://en.wikipedia.org/wiki/BASIC"><abbr title="Beginner's All-purpose Symbolic Instruction Code">
BASIC</abbr></a>. It was then that I began to
understand how computers could improve our day-to-day lives.</p>
<p>When we upgraded to a newer computer, we finally got the Internet (via <a href="https://en.wikipedia.org/wiki/Prodigy_(online_service)">Prodigy</a>) in our home. When I was 14, I got my first email address, and at 15, created my first website on <a href="https://en.wikipedia.org/wiki/GeoCities">GeoCities</a> (my site was in the <em>Silicon Valley</em> "neighborhood"). My site was essentially a blog before blogs existed.</p>
<p>Initially, I built the site using a <abbr title=" What You See Is What You Get ">WYSIWYG</abbr> editor (namely, <a href="https://en.wikipedia.org/wiki/Microsoft_FrontPage">MS FrontPage</a>), but with my programming background, I was interested in what made these pages into the pages I saw in my web browser. It wasn't long before I was hand-coding the site.</p>
<p>I learned <abbr title=" Hypertext Markup Language">HTML</abbr> to layout the site, <abbr title="Cascading Stylesheets ">CSS</abbr> to give it some style, and eventually JavaScript to make it dynamic. During that time, I had my own web design business. I only had client while in high school, but I gained skills necessary to work with others and to take another person's vision, and make it real.</p>
<p>When I entered college, I gained additional skills necessary to run enterprise websites. I learned PHP, for truly dynamic website. I learned SQL, to interact with databases. I also gained some experience with server administration by setting up and running my website on my own <abbr title=" Linux, Apache, MySQL, PHP">LAMP</abbr> server. I also gained experience with several platforms and frameworks.</p>
<p>Since that time, I've worked building websites for small businesses, educational organizations, and large media companies.</p>
</section>
<section id="actor" class="hide">
<h2>Dan Jones, the Actor</h2>
</section>
</section>
</main>
</div>
2018-01-22 12:36:16 -06:00
</section>
<footer class="footer bg-dark site-footer">
<div class="container-fluid">
<p>Dan Jones
<a href="https://www.facebook.com/danjones"><i class="fa fa-facebook"></i></a>
<a href="https://www.flickr.com/photos/goodevilgenius/"><i class="fa fa-flickr"></i></a>
<a href="https://github.com/goodevilgenius"><i class="fa fa-github"></i></a>
<a href="https://instagram.com/goodevilgenius"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/danjones000"><i class="fa fa-linkedin"></i></a>
<a href="https://twitter.com/goodevilgenius"><i class="fa fa-twitter"></i></a>
</p>
</div>
</footer>
<script integrity="sha256-spdNRNi1PtHR8pZVAiPhjpXdXZ4ZPFsxePd+W3zOs4w=" crossorigin="anonymous" src="/assets/application-b2974d44d8b53ed1d1f296550223e18e95dd5d9e193c5b3178f77e5b7cceb38c.js" type="text/javascript"></script>
2018-01-22 12:36:16 -06:00
</body>
</html>