Adjusting image scaling
This commit is contained in:
parent
594041086f
commit
316f7b5ae3
30 changed files with 413 additions and 659 deletions
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,23 +38,14 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>About</h1>
|
||||
|
||||
<h3>The Dillons work and play in Anchorage, Alaska</h3>
|
||||
|
||||
<h3 id="the-dillons-work-and-play-in-anchorage-alaska:6083a88ee3411b0d17ce02d738f69d47">The Dillons work and play in Anchorage, Alaska.</h3>
|
||||
<div class="row">
|
||||
<div class="column-16">
|
||||
<img src="http://localhost:1313/img/dillons.jpg" title="M and D">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<figure class="dillons">
|
||||
|
||||
<img src="http://www.akdillon.net/img/dillons.jpg" />
|
||||
|
||||
|
||||
<figcaption>
|
||||
<h4>M and D</h4>
|
||||
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
</p>
|
||||
|
||||
</main>
|
||||
|
||||
|
@ -62,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue