Skip to content

Commit

Permalink
🎨 Improve indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Feb 15, 2016
1 parent a16394f commit 7789392
Showing 1 changed file with 115 additions and 115 deletions.
230 changes: 115 additions & 115 deletions public/index.html
@@ -1,133 +1,133 @@
<!doctype html>
<html lang="en">
<head>
<title>Zoom.it</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
<head>
<title>Zoom.it</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-55808703-1', 'auto');
ga('_setDomainName', 'zoomhub.net');
ga('_setAllowLinker', true);
ga('send', 'pageview');
</script>
<style>
body {
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
height: 100%;
line-height: 1.5em;
margin: 0;
padding: 0;
width: 100%;
}
ga('create', 'UA-55808703-1', 'auto');
ga('_setDomainName', 'zoomhub.net');
ga('_setAllowLinker', true);
ga('send', 'pageview');
</script>
<style>
body {
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
height: 100%;
line-height: 1.5em;
margin: 0;
padding: 0;
width: 100%;
}

.container {
margin: 3em 0;
width: 100%;
}
.container {
margin: 3em 0;
width: 100%;
}

.inner {
margin: 0 auto;
max-width: 36em;
width: 80%;
}
.inner {
margin: 0 auto;
max-width: 36em;
width: 80%;
}

.title {
font-size: 360%;
letter-spacing: -4px;
}
.title {
font-size: 360%;
letter-spacing: -4px;
}

.mark {
color: #555;
font-weight: bold;
}
.mark {
color: #555;
font-weight: bold;
}

a {
color: #f60;
font-weight: bold;
text-decoration: none;
}
a {
color: #f60;
font-weight: bold;
text-decoration: none;
}

p {
margin-bottom: 1em;
}
p {
margin-bottom: 1em;
}

footer {
color: #ccc;
font-size: 0.8em;
margin-top: 2em;
text-align: center;
}
footer {
color: #ccc;
font-size: 0.8em;
margin-top: 2em;
text-align: center;
}

footer a {
color: #ccc;
font-weight: normal;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div class="inner">
<h1 class="title">zoom.it</h1>
</div>
footer a {
color: #ccc;
font-weight: normal;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div class="inner">
<h1 class="title">zoom.it</h1>
</div>

<script src="http://zoom.it/h.js?width=auto&amp;height=340px"></script>
<script src="http://zoom.it/h.js?width=auto&amp;height=340px"></script>

<div class="inner">
<h2>What is it?</h2>
<p>
<span class="mark">zoom.it</span> lets you publish &amp; view your
high-resolution images seamlessly and blazingly fast, no matter whether
you are on a desktop computer, tablet, or mobile phone.
</p>
<p>Play around with the demo above.</p>
<div class="inner">
<h2>What is it?</h2>
<p>
<span class="mark">zoom.it</span> lets you publish &amp; view your
high-resolution images seamlessly and blazingly fast, no matter whether
you are on a desktop computer, tablet, or mobile phone.
</p>
<p>Play around with the demo above.</p>

<h2>What’s the current status?</h2>
<p>
<span class="mark">zoom.it</span> is no longer part of Microsoft and has been
revived as an open-source project.
</p>
<p>
We’re currently <strong>not converting new images</strong>, but existing
images—and their pages and embeds—should work. We are working very hard
to restore the service to its old glory and beyond!
</p>
<h2>What’s the current status?</h2>
<p>
<span class="mark">zoom.it</span> is no longer part of Microsoft and has been
revived as an open-source project.
</p>
<p>
We’re currently <strong>not converting new images</strong>, but existing
images—and their pages and embeds—should work. We are working very hard
to restore the service to its old glory and beyond!
</p>

<h2>Get involved!</h3>
<ul>
<li>
Want to integrate <span class="mark">zoom.it</span> into your app?
Check out our <a href="https://github.com/zoomhub/zoomhub/blob/master/API.md">API</a>.
</li>
<li>
Looking for the latest news? Follow us on Twitter:
<a href="https://twitter.com/ZoomHub">@zoomhub</a>.
</li>
<li>
Need help? Join the
<a href="https://groups.google.com/group/zoomhub">mailing list</a>.
</li>
<li>
Found a bug or typo?
<a href="https://github.com/zoomhub/zoomhub/issues">File an issue</a>.
</li>
<li>
Want to contribute a new feature?
Check out the <a href="https://github.com/zoomhub/zoomhub">code</a>.
</li>
</ul>
<h2>Get involved!</h3>
<ul>
<li>
Want to integrate <span class="mark">zoom.it</span> into your app?
Check out our <a href="https://github.com/zoomhub/zoomhub/blob/master/API.md">API</a>.
</li>
<li>
Looking for the latest news? Follow us on Twitter:
<a href="https://twitter.com/ZoomHub">@zoomhub</a>.
</li>
<li>
Need help? Join the
<a href="https://groups.google.com/group/zoomhub">mailing list</a>.
</li>
<li>
Found a bug or typo?
<a href="https://github.com/zoomhub/zoomhub/issues">File an issue</a>.
</li>
<li>
Want to contribute a new feature?
Check out the <a href="https://github.com/zoomhub/zoomhub">code</a>.
</li>
</ul>

<footer>
<p>Powered by <a href="https://www.haskell.org/">Haskell</a>. Hosting sponsored by <a href="https://www.rackspace.com/">Rackspace</a>.</p>
</footer>
</div>
<footer>
<p>Powered by <a href="https://www.haskell.org/">Haskell</a>. Hosting sponsored by <a href="https://www.rackspace.com/">Rackspace</a>.</p>
</footer>
</div>
</body>
</div>
</body>
</html>

0 comments on commit 7789392

Please sign in to comment.