Styles upon styles
This commit is contained in:
parent
be888a98f1
commit
f8b0d9ba85
Binary file not shown.
After Width: | Height: | Size: 641 B |
Binary file not shown.
After Width: | Height: | Size: 529 B |
Binary file not shown.
After Width: | Height: | Size: 455 B |
Binary file not shown.
After Width: | Height: | Size: 825 B |
Binary file not shown.
After Width: | Height: | Size: 581 B |
|
@ -1,6 +1,6 @@
|
|||
<footer class="pa3 pa4-l tc">
|
||||
<h2>
|
||||
Community by <a href="{{ .Footer.HomepageUrl }}">handmade.network</a>
|
||||
<a href="{{ .Footer.HomepageUrl }}">Handmade Network</a>
|
||||
</h2>
|
||||
<ul class="list">
|
||||
{{ $footerClasses := "ma0 pa0 dib-ns" }}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
header .submenu {
|
||||
background-color: #000080;
|
||||
background-color: #d661ad;
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
@ -64,6 +64,7 @@
|
|||
border-image: url('{{ dataimg "timemachine/win95-border.gif" }}') 4;
|
||||
padding: 1px;
|
||||
margin-bottom: 2rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.frame ol,
|
||||
|
@ -80,7 +81,7 @@
|
|||
}
|
||||
|
||||
.frame .title {
|
||||
padding: 0 0.125rem; /* 0 2px */
|
||||
padding: 0 0.1875rem; /* 0 3px */
|
||||
height: 1.125rem; /* 18px */
|
||||
line-height: 1.125rem; /* 18px */
|
||||
font-size: 0.8125rem; /* 13px */
|
||||
|
@ -99,29 +100,11 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.frame .body {
|
||||
padding: 0.5rem; /* 8px */
|
||||
color: black;
|
||||
}
|
||||
|
||||
.frame * {
|
||||
font-family: "MS Sans Serif", "Microsoft Sans Serif", sans-serif;
|
||||
}
|
||||
|
||||
.frame .image_copy {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.frame .image {
|
||||
width: 40%;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.frame .copy {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.frame .body img {
|
||||
.inset {
|
||||
border-width: 1px;
|
||||
border-color: #828282 #ffffff #ffffff #828282;
|
||||
border-style: solid;
|
||||
|
@ -148,59 +131,92 @@
|
|||
</div>
|
||||
<div class="frame">
|
||||
{{ template "frame title" "Overview" }}
|
||||
<div class="body post-content">
|
||||
<p>
|
||||
This summer, we're digging out old devices and seeing what they were
|
||||
actually like to use.
|
||||
</p>
|
||||
<p>
|
||||
Our phones today are far more powerful than our desktop computers from decades ago. But those old computers worked just fine! The Time Machine project is a chance to revisit those old devices and see what they were actually like to use.
|
||||
</p>
|
||||
<p>
|
||||
As our hardware has improved, how has the user experience changed? Which parts have stayed the same? Which parts have gotten worse? There's only one way to find out.
|
||||
</p>
|
||||
<div class="post-content pa3 flex g3">
|
||||
<div class="flex-shrink-0">
|
||||
<img class="pixelated" src="{{ dataimg "timemachine/win95-computer.png" }}">
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
This summer, we're digging out old devices and seeing what they were actually like to use.
|
||||
</p>
|
||||
<p>
|
||||
Our phones today are far more powerful than our desktop computers from decades ago. And yet, those old computers worked just fine! The Time Machine project is an opportunity to boot up those old devices and see how they feel to use.
|
||||
</p>
|
||||
<p>
|
||||
As our hardware has improved, how has the user experience changed? Which parts have stayed the same? Which parts have gotten worse? There's only one way to find out.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="frame">
|
||||
<div class="title">How To Participate</div>
|
||||
<div class="body post-content">
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
<strong>Take video of yourself using an older device.</strong> Any personal device from any time period is great. We're particularly interested in the history of day-to-day devices like personal computers, and mobile phones.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<strong>Upload the video somewhere.</strong> Upload to Google Drive, Dropbox, or even YouTube - anywhere we can download it from.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<strong>Send us the video link + extra info.</strong> Tell us about this device, when you got it, what specs it has, and anything else you think is interesting. We'll get the video posted here on the website for everyone to see.
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
<p>
|
||||
At the end of the summer, we'll compile all the submissions into a final report.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="frame">
|
||||
<div class="title">Example Submission</div>
|
||||
<div class="body post-content mt1">
|
||||
<div class="image_copy">
|
||||
<div class="image">
|
||||
<img
|
||||
class="pixelated"
|
||||
src="{{ static "timemachine/ipodtouch-dither.gif" }}"
|
||||
alt=""
|
||||
/>
|
||||
{{ template "frame title" "How To Participate" }}
|
||||
<div class="post-content pa3">
|
||||
<div class="flex flex-column g3">
|
||||
<div class="flex g3">
|
||||
<div class="flex-shrink-0">
|
||||
<img class="pixelated" src="{{ dataimg "timemachine/win95-camera.png" }}">
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<strong>Take video of yourself using an older device.</strong> Any personal device from any time period is great. We're particularly interested in the history of day-to-day devices like personal computers and mobile phones.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copy">
|
||||
<p><strong>Description</strong></p>
|
||||
<div class="flex g3">
|
||||
<div class="flex-shrink-0">
|
||||
<img class="pixelated" src="{{ dataimg "timemachine/win95-upload.png" }}">
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<strong>Upload the video somewhere.</strong> Upload to Google Drive, Dropbox, or even YouTube - anywhere we can download it from.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex g3">
|
||||
<div class="flex-shrink-0">
|
||||
<img class="pixelated" src="{{ dataimg "timemachine/win95-pad.png" }}">
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<strong>Send us the video link + extra info.</strong> Tell us about this device, when you got it, what specs it has, and anything else you think is interesting. We'll get the video posted here on the website for everyone to see.
|
||||
</p>
|
||||
<p>
|
||||
At the end of the summer, we'll compile all the submissions into a final report.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="frame">
|
||||
{{ template "frame title" "2009 iPod Touch" }}
|
||||
<div>
|
||||
<div class="pa3 flex flex-column g3">
|
||||
<div class="flex flex-column flex-row-ns g3">
|
||||
<div class="flex-shrink-0 relative">
|
||||
<img
|
||||
class="pixelated inset"
|
||||
src="{{ static "timemachine/ipodtouch-dither.gif" }}"
|
||||
alt="Video Thumbnail"
|
||||
/>
|
||||
<a href="https://youtu.be/2eBFk1yV6mE" target="_blank">
|
||||
<div class="absolute absolute--fill bg-black-30 flex justify-center items-center">
|
||||
<img class="pixelated" alt="Play Video" src="{{ dataimg "timemachine/win95-play.png" }}">
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-column g1">
|
||||
<div><strong>Device:</strong> iPod Touch 3rd gen, model MC008LL</div>
|
||||
<div><strong>Submitted by:</strong> Ben Visness</div>
|
||||
<div><strong>Release year:</strong> 2009</div>
|
||||
<div><strong>Processor:</strong> 600MHz Samsung S5L8922, single-core</div>
|
||||
<div><strong>Memory:</strong> 256MB LPDDR2 @ 200 MHz</div>
|
||||
<div><strong>Operating system:</strong> iOS 5</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="post-content">
|
||||
<p>
|
||||
This is the iPod Touch I got when I was 13. It was my first major
|
||||
tech purchase and an early device in the iOS lineup. When I
|
||||
|
@ -221,14 +237,6 @@
|
|||
Overall, I would say this device feels only a hair slower than my
|
||||
current iPhone.
|
||||
</p>
|
||||
<p><strong>Device Info</strong></p>
|
||||
<p>iPod Touch 3rd gen, model MC008LL</p>
|
||||
<ul>
|
||||
<li><p>Release year: 2009</p></li>
|
||||
<li><p>Processor: 600MHz Samsung S5L8922, single-core</p></li>
|
||||
<li><p>Memory: 256MB LPDDR2 @ 200 MHz</p></li>
|
||||
<li><p>Operating system: iOS 5</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue