2018-01-24T19:02:12+0000 Deploy new site
This commit is contained in:
parent
22fa3a5b05
commit
b5a15a6a8c
6 changed files with 123 additions and 35 deletions
38
index.html
38
index.html
|
|
@ -35,13 +35,32 @@
|
|||
</div>
|
||||
</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>
|
||||
<div class="row">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sidebard">
|
||||
<aside>
|
||||
<header>
|
||||
<h2>My Links</h2>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<p><a href="/links/01-github/">My GitHub </a></p>
|
||||
|
||||
|
||||
<p><a href="/links/05-gists/">My GitHub Gists </a></p>
|
||||
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<main class="order-1 order-md-2 col-12 col-md-9 col-xl-8 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>
|
||||
|
||||
<section id="webdeveloper">
|
||||
<h2>Dan Jones, the Web Developer</h2>
|
||||
|
|
@ -72,7 +91,10 @@
|
|||
|
||||
</section>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue