Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 16691.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
16.5 kB
<!DOCTYPE html>
<html>
<head>
<style>
.highlight { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
/* A modified default Jekyll theme
/*
/* Improvements include:
/*
/* 1. Responsive Template: Added media-queries so that it works well
/* on a wide-range of screens.
/*
/* (Slightly modified further by Kevin Purdy (github.com/kevinpurdy), mostly with custom needs and Typeplate tweaks)
The MIT License (MIT)
Copyright (c) 2013 Kashyap
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
* {
margin: 0;
padding: 0;
}
html, body { height: 100%; }
body {
background-color: #fcfcfc;
font-size: 120%;
font-family: 'Merriweather', Georgia, serif;
font-weight: 400;
line-height: 1.6;
padding: 0 2em;
text-rendering: optimizeLegibility;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
color: #38313b;
}
h1, h2, h3, h4, h5, h6 {
color: #38313b;
font-family: 'Oswald', 'Helvetica Neue', sans-serif;
font-weight: 400;
text-transform: uppercase;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 300%;
margin-top: 1em;
margin-bottom: 0.5em;
line-height: 1.6em;
}
h2 {
font-size: 200%;
margin-top: 1em;
margin-bottom: 0.5em;
line-height: 1.6em;
}
h3 {
font-size: 150%;
margin-top: 2.0em;
margin-bottom: 0.5em;
line-height: 1.6em;
}
p { margin-bottom: 1.5em;}
a { color: #0058a1; }
a:hover { color: #1b202e; }
a:visited { color: #5b2b61; }
blockquote {
padding: 0.1em 1.3em;
background: #fafafa;
border-left: 5px #81E26D solid;
color: #666;
}
hr {
color: #8f9a9c;
background-color: #8f9a9c;
margin-top: 2em;
margin-bottom: 2em;
}
ul {
list-style-position: inside;
}
li {
margin-bottom: 0.6em;
}
li p {
display: inline;
}
/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/
.site {
margin: auto;
max-width: 33.875em;
padding: 0 1em;
# color: #111;
}
.site img.left {
max-width: 50%;
float: left;
margin-right: 30px;
}
.site img.right {
max-width: 50%;
float: right;
margin-left: 30px;
}
div.header {
margin-bottom: 2em;
word-wrap: normal;
# display: inline-table;
}
.site .header a {
font-weight: bold;
text-decoration: none;
font-family: 'Oswald', 'Helvetica Neue', sans-serif;
text-transform: uppercase;
}
.site .header h1.title {
# display: inline-block;
font-size: 300%;
}
.site .header h1.title a {
color: #f05a35;
font-weight: 400;
text-transform: uppercase;
}
.site .header h1.title a:hover {
color: #000;
}
.site .header a.extra {
color: #686169;
margin-left: 1em;
font-weight: 400;
font-size: 110%;
}
.site .header a.extra_first {
color: #686169;
margin-left: 0em;
font-weight: 400;
font-size: 110%;
}
.site .header a.extra:hover {
color: #000;
}
.site .meta {
color: #8f9a9c;
}
.site .footer {
font-size: 80%;
color: #655f66;
border-top: 4px solid #8f9a9c;
margin-top: 2em;
overflow: hidden;
word-wrap: normal;
}
.site .footer .contact {
float: left;
margin-right: 3em;
margin-top: 2em;
}
.site .footer .contact a {
color: #8085C1;
}
.site .footer .rss {
margin-top: 1.1em;
margin-right: -.2em;
float: right;
}
.site .footer .rss img {
border: 0;
}
pre {
font-family: Consolas, "Inconsolata", "Courier New", monospace;
overflow: auto;
margin: 1em auto;
}
code {
font-family: Consolas, "Inconsolata", "Courier New", monospace;
font-size: 110%;
}
/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
ul.posts {
list-style-type: none;
margin-bottom: 2em;
}
ul.posts li {
line-height: 1.75em;
margin-bottom: 1em;
}
ul.posts span {
color: #616678;
font-family: 'Merriweather', serif;
font-size: 80%;
display: list-item;
}
div.posts {
list-style-type: none;
margin-bottom: 2em;
}
div.posts span {
color: #616678;
font-family: 'Merriweather', serif;
font-size: 80%;
line-height: 1.75em;
}
div.posts img {
max-width:50%;
margin: 10px;
}
div.posts p {
margin: 0;
}
div.tweet {
border: 1px solid;
border-radius: 10px;
}
/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
/* standard */
.post pre {
border: 1px solid #ddd;
background-color: #eef;
line-height: 1em;
padding: 0.2em 0.5em;
}
.post img {
max-width: 100%;
}
.post ul, .post ol {
margin-left: 1.35em;
}
.post code {
border: 1px solid #ddd;
background-color: #eef;
font-size: 110%;
}
.post pre code {
border: none;
}
/* terminal */
.post pre.terminal {
border: 1px solid #000;
background-color: #333;
color: #FFF;
}
.post pre.terminal code {
background-color: #333;
}
.post {
text-align: justify;
}
.post img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
/* Read/subscribe buttons/links */
/*
div.meta {
margin-bottom: 1.5em;
color: #8f9a9c;
vertical-align: text-bottom;
}
div.meta a {
text-decoration: none;
}
*/
div.addthis_default_style {
margin-bottom: 1.5em;
}
/************************************************************************/
/* Media Queries
/*
/************************************************************************/
@media screen and (max-width: 1000px) {
body {
font-size: 110%;
padding: 0 4em;
}
.post code {
font-size: 80%;
}
}
@media screen and (max-width: 800px) {
body {
font-size: 100%;
padding: 0 1.5em;
}
}
@media screen and (max-width: 500px) {
body {
font-size: 100%;
padding: 0 0.5em;
}
.footer {
text-align: center;
padding: 1em;
}
.contact {
width: 100%;
}
}
@media screen and (max-width: 320px) {
body {
font-size: 100%;
padding: 0;
}
}
/********************************************************************/
/* Additions from TypePlate:
* URL ............ http://typeplate.com
* VERSION ........ 1.1.1
* Github ......... https://github.com/typeplate/typeplate.github.io
* AUTHORS ........ Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
* LICENSE ........ Creative Commmons Attribution 3.0
* LICENSE URL .... http://creativecommons.org/licenses/by/3.0
/********************************************************************/
/**
*
* =======================================================================
Hyphens
* =======================================================================
*/
abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
/* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */
-webkit-hyphens: none; /* Safari 5.1 thru 6, iOS 4.2 thru 6 */
-moz-hyphens: none; /* Firefox 16 thru 20 */
-ms-hyphens: none; /* IE10 */
-o-hyphens: none; /* PRESTO...haha LOL */
hyphens: none; /* W3C standard */
}
/**
*
* =======================================================================
Pull Quotes
* =======================================================================
*/
/**
* Pull Quotes Markup
*
<aside class="pull-quote">
<blockquote>
<p></p>
</blockquote>
</aside>
*
* Extend this object into your custom stylesheet.
*
*/
.pull-quote {
position: relative;
padding: 1em;
}
.pull-quote:before,
.pull-quote:after {
height: 1em;
opacity: 0.15;
position: absolute;
font-size: 4em;
color: #dc976e;
}
.pull-quote:before {
content: '“';
top: 0;
left: 0;
}
.pull-quote:after {
content: '”';
bottom: 0;
right: 0;
}
/**
*
* =======================================================================
Unicode Ampersand
* =======================================================================
*/
@font-face {
font-family: "Ampersand";
src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
unicode-range: U+0026;
}
@font-face {
font-family: "Ampersand";
src: local("Georgia");
unicode-range: U+270C;
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
}
</style>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>
Excitery at the Ubuntu Farm
</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<meta content="Kevin Purdy, the writer who lives in Washington, D.C." name="description">
<!-- syntax highlighting CSS -->
<!-- Custom CSS -->
<!-- Typeplate CSS - modified -->
<!-- Google Fonts -->
<!-- RSS Feed -->
</head>
<body>
<div class="site">
<div class="header">
<h1 class="title">
<a>
[NAME REDACTED]
</a>
</h1>
<a class="extra_first">
home
</a>
<a class="extra">
work
</a>
<a class="extra">
bio
</a>
<a class="extra">
contact
</a>
</div>
<h2>
Excitery at the Ubuntu Farm
</h2>
<p class="meta">
16 Oct 2007
</p>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_share_toolbox">
</div>
<div class="post">
<p>
<img alt="purdman_ubuntu_crop" src="rick.jpg">
<em>
Colors I can never wear, but love to have on my desktop
</em>
</p>
<p>
Over at Lifehacker, I took
<a>
a screenshot tour
</a>
through installing the latest release from Ubuntu, 7.10, or &ldquo;Gutsy Gibbon,&rdquo; as it&rsquo;s code-named. I plan to offer a few more comments here on what&rsquo;s still missing from the most popular/buzz-worthy Linux distribution, but overall, I&rsquo;m pretty satisfied.
</p>
<p>
The official release drops Thursday, and anybody can try out the system without touching a thing on their computer by downloading a &ldquo;Live CD&rdquo; at
<a>
Ubuntu.com
</a>
. Pop the CD in your drive, restart your computer and see what works, what doesn&rsquo;t, and why Digg is always
<a>
yakkin&rsquo; about the &lsquo;buntu
</a>
.
</p>
<p>
It might not generate the same kind of heat as the next OS X release, but for open source fans, it&rsquo;s a twice-a-year scene, and it totally freaks us out.
</p>
<p>
<img alt="Ubuntu 7.10 - Coming soon" height="164" id="countdownimage" src="rick.jpg" width="199">
</p>
</div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_share_toolbox">
</div>
<!-- SubToMe button -->
<div style="margin-bottom: 1.5em;">
<input onclick="(function(){var z=document.createElement('script');z.src='https://www.subtome.com/load.js';document.body.appendChild(z);})()" type="button" value="Subscribe">
</div>
<div class="footer">
<div class="contact">
<p>
[NAME REDACTED]
<br>
</p>
</div>
<div class="contact">
<p>
<a>
@[NAME REDACTED]
</a>
<br>
<a>
github.com/[NAME REDACTED]
</a>
<br>
</p>
</div>
</div>
</div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
</body>
</html>