2018-01-23T18:53:43+0000 Deploy new site
This commit is contained in:
parent
31d558bce8
commit
22fa3a5b05
6 changed files with 77 additions and 53 deletions
|
|
@ -24,11 +24,15 @@
|
|||
</head>
|
||||
|
||||
<body >
|
||||
<nav class="nav noprint">
|
||||
<section class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="/danielrayjones/">Dan Jones</a>
|
||||
<div class="collapse navbar-collapse justify-content-end">
|
||||
<a class="nav-link" href="/danielrayjones/">Introduction</a>
|
||||
<a class="nav-link" href="/danielrayjones/web/">Web Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/theater/">Acting Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/contact/">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="entry-content container-fluid">
|
||||
|
|
@ -51,5 +55,6 @@
|
|||
Or give me a call at <a href="tel:704-326-1626">704-326-1626</a>, or <a href="skype:goodevilgenius?call">on Skype</a>.</p>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
2
feed.xml
2
feed.xml
|
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.2">Jekyll</generator><link href="https://projects.danielrayjones.com/danielrayjones/feed.xml" rel="self" type="application/atom+xml" /><link href="https://projects.danielrayjones.com/danielrayjones/" rel="alternate" type="text/html" /><updated>2018-01-22T14:22:07-06:00</updated><id>https://projects.danielrayjones.com/danielrayjones/</id><title type="html">Dan Jones</title><subtitle>Web developer, actor, all around good guy</subtitle><author><name>Dan Jones</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.2">Jekyll</generator><link href="https://projects.danielrayjones.com/danielrayjones/feed.xml" rel="self" type="application/atom+xml" /><link href="https://projects.danielrayjones.com/danielrayjones/" rel="alternate" type="text/html" /><updated>2018-01-23T12:53:40-06:00</updated><id>https://projects.danielrayjones.com/danielrayjones/</id><title type="html">Dan Jones</title><subtitle>Web developer, actor, all around good guy</subtitle><author><name>Dan Jones</name></author></feed>
|
||||
|
|
@ -24,11 +24,15 @@
|
|||
</head>
|
||||
|
||||
<body >
|
||||
<nav class="nav noprint">
|
||||
<section class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="/danielrayjones/">Dan Jones</a>
|
||||
<div class="collapse navbar-collapse justify-content-end">
|
||||
<a class="nav-link" href="/danielrayjones/">Introduction</a>
|
||||
<a class="nav-link" href="/danielrayjones/web/">Web Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/theater/">Acting Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/contact/">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="entry-content container-fluid">
|
||||
|
|
@ -69,5 +73,6 @@
|
|||
</section>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -8234,6 +8234,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|||
border: 1px solid #ddd !important;
|
||||
}
|
||||
}
|
||||
.primary-container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
dl > dt + dd, dl > dd + dd {
|
||||
padding-left: 1em;
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
|
|
@ -24,11 +24,15 @@
|
|||
</head>
|
||||
|
||||
<body id="page-theater">
|
||||
<nav class="nav noprint">
|
||||
<section class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="/danielrayjones/">Dan Jones</a>
|
||||
<div class="collapse navbar-collapse justify-content-end">
|
||||
<a class="nav-link" href="/danielrayjones/">Introduction</a>
|
||||
<a class="nav-link" href="/danielrayjones/web/">Web Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/theater/">Acting Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/contact/">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="entry-content container-fluid">
|
||||
|
|
@ -112,5 +116,6 @@ Hair: Brown • Eyes: Blue</p>
|
|||
</section>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -24,11 +24,15 @@
|
|||
</head>
|
||||
|
||||
<body id="page-web">
|
||||
<nav class="nav noprint">
|
||||
<section class="container-fluid primary-container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="/danielrayjones/">Dan Jones</a>
|
||||
<div class="collapse navbar-collapse justify-content-end">
|
||||
<a class="nav-link" href="/danielrayjones/">Introduction</a>
|
||||
<a class="nav-link" href="/danielrayjones/web/">Web Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/theater/">Acting Resume</a>
|
||||
<a class="nav-link" href="/danielrayjones/contact/">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="entry-content container-fluid">
|
||||
|
|
@ -219,5 +223,6 @@
|
|||
</section>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue