danielrayjones/index.html

73 lines
4.6 KiB
HTML
Raw Normal View History

2018-01-22 12:36:16 -06:00
<!DOCTYPE html>
<html>
<head>
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>Introduction | Dan Jones</title>
<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="http://localhost:9090/" />
<meta property="og:url" content="http://localhost:9090/" />
<meta property="og:site_name" content="Dan Jones" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@goodevilgenius" />
<meta name="twitter:creator" content="@goodevilgenius" />
<script type="application/ld+json">
{"name":"Dan Jones","description":"Web developer, actor, all around good guy","author":{"@type":"Person","name":"Dan Jones"},"@type":"WebSite","url":"http://localhost:9090/","publisher":null,"image":null,"headline":"Introduction","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
</head>
<body >
<nav class="nav noprint">
<a class="nav-link" href="/">Introduction</a>
<a class="nav-link" href="/web/">Web Resume</a>
<a class="nav-link" href="/theater/">Acting Resume</a>
<a class="nav-link" href="/contact/">Contact</a>
</nav>
<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>
<section id="webdeveloper">
<h2>Dan Jones, the Web Developer</h2>
<div class="caption" id="attachment_68" align="alignright" width="300"><a href="http://danielrayjones.blogs.goodevilgenius.org/files/2013/02/C64c_system.jpg"><img src="http://danielrayjones.blogs.goodevilgenius.org/files/2013/02/C64c_system-300x240.jpg" alt="Commodore 64C" width="300" height="240" class="size-medium wp-image-68" /></a> Commodore 64C<br />&copy; <a href="http://commons.wikimedia.org/wiki/File:C64c_system.jpg">Bill Bertram</a></div>
<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>
</body>
</html>