Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 1799.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
47.9 kB
<!DOCTYPE html>
<html lang="en">
<!--<![endif]-->
<head>
<style>
/**
* Reset
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
/**
* Basic Page Styles
*/
html {
background: #fff;
font-size: 62.5%;
height: 100%;
min-height: 100%;
min-width: 1080px;
-ms-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: #f3f5f6;
-webkit-text-size-adjust: 100%;
width: 100%;
}
body {
background-color: transparent;
color: #444;
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1.6rem;
height: 100%;
line-height: 1.5em;
margin: 0;
min-height: 100%;
min-width: 1080px;
padding: 0;
width: 100%;
}
.container {
margin: 0 auto;
width: 280px;
}
.wrapper .container {
padding: 4rem 0 2rem;
}
.clearfix,
.container {
*zoom: 1;
}
.clearfix:after,
.container:after,
.clearfix:before,
.container:before {
content: '';
display: table;
}
.clearfix:after,
.container:after {
clear: both;
}
/**
* Color
*/
a {
color: #21759b;
text-decoration: none;
}
a:active,
a:hover {
outline: 0;
}
a:focus {
color: #000;
outline: none;
}
a:hover {
color: #d54e21;
}
a:visited {
/* color: #000203; */
color: #6cc8e1;
}
a:visited:hover {
color: #d54e21;
}
::selection {
background-color: #d6dbe1;
color: #2d353e;
text-shadow: none;
}
::-moz-selection {
background-color: #d6dbe1;
color: #2d353e;
text-shadow: none;
}
/**
* Elements
*/
/* hr */
hr {
border: 0;
border-top: 1px solid #c7ced6;
border-bottom: 1px solid #fff;
display: block;
height: 1px;
margin: 1em 0;
padding: 0;
}
/* img */
img {
border-width: 0;
display: block;
height: auto;
max-width: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
overflow: hidden;
}
/* figure */
figure {
margin-bottom: 1.5em;
}
figure img {
margin: 0.375em;
}
figure figcaption {
color: #808080;
display: block;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
}
/**
* Typography
*/
/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
color: inherit;
font-family: "Rockitt", Cambria, Georgia, Times, "Times New Roman", serif;
font-weight: bold;
letter-spacing: 0.5px;
margin: 0;
text-rendering: optimizelegibility;
}
h1 small,
h2 small {
color: #bfbfbf;
font-weight: normal;
}
h1 {
font-size: 32px;
font-size: 3.2rem;
line-height: 1.2;
margin-bottom: 0.75em;
}
h2 {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.2;
margin-bottom: 0.75em;
}
h3 {
font-size: 21px;
font-size: 2.1rem;
line-height: 1.3;
margin-bottom: 1em;
}
h4 {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.25;
margin-bottom: 01.5em;
}
h5 {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 1.5em;
}
h6 {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
margin-bottom: 1.5em;
text-transform: uppercase;
}
/* abbr */
abbr[title] {
border-bottom: 1px dotted #c7ced6;
}
/* address, dl, ol, p, ul */
address,
dl,
ol,
p,
ul {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.5em;
margin-bottom: 1.5em;
}
.intro {
font-family: "Rockitt", Cambria, Georgia, Times, "Times New Roman", serif;
font-size: 20px;
font-size: 2rem;
}
dd,
dl {
margin-bottom: 1.5em;
}
dt {
font-weight: bold;
}
.dl-horizontal dt {
clear: left;
float: left;
text-align: right;
width: 20.25%;
}
.dl-horizontal dd {
margin-left: 22.78%;
}
ol,
ul {
margin: 0 0 1.5em 0;
padding-left: 24px;
}
li ol,
li ul {
font-size: 16px;
font-size: 1.6rem;
margin: 0;
}
.unstyled {
margin-left: -24px;
}
/* b, strong */
b,
strong {
font-weight: bold;
}
/* blockquote, q */
blockquote {
border-left: 2px solid #c7ced6;
font-family: "Rockitt", Cambria, Georgia, Times, "Times New Roman", serif;
font-style: normal;
margin: 0 0 1.5em;
padding-left: 24px;
}
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none;
}
cite {
font-style: none;
}
/* code, kbd, pre, samp */
code,
kbd,
pre,
samp {
font-family: "Ubuntu Mono", Monaco, "Courier New", monospace;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5rem;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/* dfn */
dfn {
font-style: italic;
}
/* ins */
ins {
background-color: #f3f5f6;
color: #000;
text-decoration: none;
}
/* mark */
mark {
background-color: #f3f5f6;
color: #000;
font-style: italic;
font-weight: bold;
}
/* small */
small {
font-size: 14px;
font-size: 1.4rem;
}
/* sub, sup */
sub,
sup {
font-size: 12px;
font-size: 1.2rem;
line-height: 0;
position: relative;
vertical-align: baselineheight;
}
sub {
top: -0.5em;
}
sup {
bottom: -0.25em;
}
/**
* Basic Page Layout
*/
header,
section.wrapper,
footer {
min-width: 100%;
position: relative;
text-align: center;
width: 100%;
}
.container {
margin: 0 auto;
text-align: left;
width: 960px;
}
/**
* Alignment & Floating
*/
/* Alignment */
.align-center {
text-align: center;
}
img.align-center {
margin-bottom: 1rem;
margin-left: auto;
margin-right: auto;
}
.align-justify {
text-align: justify;
}
.align-left {
text-align: left;
}
img.align-left {
display: inline;
float: left;
margin: 0 20px 10px 0;
}
.align-right {
text-align: right;
}
img.align-right {
display: inline;
float: right;
margin: 0 0 10px 20px;
}
/* Floating */
.pull-left {
display: inline;
float: left;
}
.pull-right {
display: inline;
float: right;
}
/**
* 16 Column Grid
* (960 - (32*15)) / 16 = 30
*/
.grid {
width: 100%;
*zoom: 1;
}
.grid:after,
.grid:before {
content: "";
display: table;
line-height: 0;
}
.grid:after {
clear: both;
}
.grid [class*="span"] {
display: block;
float: left;
margin-left: 3.3333333333333335%;
*margin-left: 3.28125%;
}
.grid [class*="span"]:first-child {
margin-left: 0;
}
.grid .span16 {
margin-bottom: 20px;
width: 100%;
*width: 99.94791666666667%;
}
.grid .span15 {
margin-bottom: 20px;
width: 93.54166666666667%;
*width: 93.48958333333334%;
}
.grid .span14 {
margin-bottom: 20px;
width: 87.08333333333334%;
*width: 87.03125000000001%;
}
.grid .span13 {
margin-bottom: 20px;
width: 80.625%;
*width: 80.57291666666667%;
}
.grid .span12 {
margin-bottom: 20px;
width: 74.16666666666667%;
*width: 74.11458333333334%;
}
.grid .span11 {
margin-bottom: 20px;
width: 67.70833333333334%;
*width: 67.65625000000001%;
}
.grid .span10 {
margin-bottom: 20px;
width: 61.25%;
*width: 61.197916666666664%;
}
.grid .span9 {
margin-bottom: 20px;
width: 54.79166666666667%;
*width: 54.739583333333336%;
}
.grid .span8 {
margin-bottom: 20px;
width: 48.333333333333336%;
*width: 48.28125%;
}
.grid .span7 {
margin-bottom: 20px;
width: 41.875%;
*width: 41.822916666666664%;
}
.grid .span6 {
margin-bottom: 20px;
width: 35.41666666666667%;
*width: 35.364583333333336%;
}
.grid .span5 {
margin-bottom: 20px;
width: 28.958333333333336%;
*width: 28.906250000000004%;
}
.grid .span4 {
margin-bottom: 20px;
width: 22.5%;
*width: 22.447916666666668%;
}
.grid .span3 {
margin-bottom: 20px;
width: 16.041666666666668%;
*width: 15.989583333333334%;
}
.grid .span2 {
margin-bottom: 20px;
width: 9.583333333333334%;
*width: 9.53125%;
}
.grid .span1 {
margin-bottom: 20px;
width: 3.125%;
*width: 3.0729166666666665%;
}
.grid .offset16 {
margin-left: 106.66666666666667%;
*margin-left: 106.56250000000001%;
}
.grid .offset16:first-child {
margin-left: 103.33333333333333%;
*margin-left: 103.22916666666667%;
}
.grid .offset15 {
margin-left: 100.20833333333334%;
*margin-left: 100.10416666666669%;
}
.grid .offset15:first-child {
margin-left: 96.875%;
*margin-left: 96.77083333333334%;
}
.grid .offset14 {
margin-left: 93.75000000000001%;
*margin-left: 93.64583333333336%;
}
.grid .offset14:first-child {
margin-left: 90.41666666666667%;
*margin-left: 90.31250000000001%;
}
.grid .offset13 {
margin-left: 87.29166666666667%;
*margin-left: 87.18750000000001%;
}
.grid .offset13:first-child {
margin-left: 83.95833333333333%;
*margin-left: 83.85416666666667%;
}
.grid .offset12 {
margin-left: 80.83333333333334%;
*margin-left: 80.72916666666669%;
}
.grid .offset12:first-child {
margin-left: 77.5%;
*margin-left: 77.39583333333334%;
}
.grid .offset11 {
margin-left: 74.37500000000001%;
*margin-left: 74.27083333333336%;
}
.grid .offset11:first-child {
margin-left: 71.04166666666667%;
*margin-left: 70.93750000000001%;
}
.grid .offset10 {
margin-left: 67.91666666666667%;
*margin-left: 67.8125%;
}
.grid .offset10:first-child {
margin-left: 64.58333333333333%;
*margin-left: 64.47916666666667%;
}
.grid .offset9 {
margin-left: 61.458333333333336%;
*margin-left: 61.354166666666664%;
}
.grid .offset9:first-child {
margin-left: 58.12500000000001%;
*margin-left: 58.020833333333336%;
}
.grid .offset8 {
margin-left: 55%;
*margin-left: 54.89583333333333%;
}
.grid .offset8:first-child {
margin-left: 51.66666666666667%;
*margin-left: 51.5625%;
}
.grid .offset7 {
margin-left: 48.541666666666664%;
*margin-left: 48.43749999999999%;
}
.grid .offset7:first-child {
margin-left: 45.208333333333336%;
*margin-left: 45.104166666666664%;
}
.grid .offset6 {
margin-left: 42.083333333333336%;
*margin-left: 41.979166666666664%;
}
.grid .offset6:first-child {
margin-left: 38.75000000000001%;
*margin-left: 38.645833333333336%;
}
.grid .offset5 {
margin-left: 35.625%;
*margin-left: 35.520833333333336%;
}
.grid .offset5:first-child {
margin-left: 32.29166666666667%;
*margin-left: 32.1875%;
}
.grid .offset4 {
margin-left: 29.166666666666668%;
*margin-left: 29.062500000000004%;
}
.grid .offset4:first-child {
margin-left: 25.833333333333332%;
*margin-left: 25.729166666666668%;
}
.grid .offset3 {
margin-left: 22.708333333333336%;
*margin-left: 22.604166666666668%;
}
.grid .offset3:first-child {
margin-left: 19.375%;
*margin-left: 19.270833333333336%;
}
.grid .offset2 {
margin-left: 16.25%;
*margin-left: 16.145833333333336%;
}
.grid .offset2:first-child {
margin-left: 12.916666666666668%;
*margin-left: 12.8125%;
}
.grid .offset1 {
margin-left: 9.791666666666668%;
*margin-left: 9.6875%;
}
.grid .offset1:first-child {
margin-left: 6.458333333333334%;
*margin-left: 6.354166666666667%;
}
/**
* Basic Page Styles
*/
body {
background: #fff;
font-family: "Proxima Nova", sans-serif;
}
/**
* Typography
*/
a {
color: #6cc8e1;
}
h1,
h2,
h3,
h4,
h5,
h6,
#comment-greeting {
font-family: "Proxima Nova", sans-serif;
margin-bottom: 20px;
text-transform: uppercase;
}
h1,
.h1 {
font: lighter 36px/46px "Proxima Nova", sans-serif;
text-transform: uppercase;
}
.h1 {
margin-bottom: 1rem;
}
h2 {
font-size: 2.4rem;
font-weight: normal;
}
.widget h2 {
margin-bottom: 1rem;
}
.widget h2.results {
color: #fff;
}
h2.news {
background: url(../img/news.png) left center no-repeat;
height: 42px;
line-height: 42px;
margin-bottom: 4rem;
padding-left: 71px;
}
h3 {
color: #666;
font-size: 2.0rem;
}
.widget h3 {
margin-bottom: 1rem;
}
h3.comment {
background: url(../img/comment.png) left center no-repeat;
height: 36px;
line-height: 36px;
margin-bottom: 2rem;
padding-left: 52px;
}
h3.comments {
color: #c4c4c4;
}
h3.comments span {
color: #6acadd;
}
h4 {
color: #54a2a8;
font-size: 18px;
font-weight: normal;
text-transform: none;
}
.result h4 {
margin-bottom: 10px;
}
h5 {
color: #959595;
font-size: 14px;
}
h6 {
color: #b9b9b9;
font-size: 14px;
text-transform: none;
}
pre {
background: #fff;
font-family: monospace;
line-height: 24px;
margin-bottom: 20px;
padding: 20px;
}
.widget.white pre {
background: #f2f2f2;
}
p,
ul {
font-size: 16px;
line-height: 24px;
}
ul.bulleted {
list-style: none;
margin-left: 0;
padding-left: 0;
}
ul.bulleted li {
padding-left: 43px;
text-indent: -22px;
}
ul.bulleted li:before {
color: #6acadd;
content: "?";
padding-right: 16px;
}
ol.numbered {
counter-reset: item;
list-style: none;
margin-left: 0;
padding-left: 0;
}
ol.numbered li {
display: block;
padding-left: 43px;
text-indent: -14px;
}
ol.numbered li:before {
content: counter(item) ". ";
counter-increment: item;
color: #6acadd;
display: inline-block;
padding-right: 0;
text-align: center;
width: 14px;
}
/**
* Tables
*/
table {
margin-bottom: 20px;
}
td,
th {
padding: 5px;
text-align: center;
}
thead th {
background: #c2c2c2;
color: #fff;
font-weight: bold;
}
tbody th {
background: #6acadd;
color: #fff;
font-weight: bold;
}
tbody td {
background: #fff;
color: #333;
}
/**
* Forms
*/
.full-input {
margin-bottom: 20px;
/* padding-right: 100px; */
}
.full-input label {
background: #fff;
border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
color: #3b3b3b;
display: inline;
float: left;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 5px 10px;
text-transform: uppercase;
/* width: 60px; */
width: 70px;
}
.full-input input {
background: #fff;
border: none;
border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
/* display: block; */
display: inline;
height: 24px;
line-height: 24px;
margin: 0;
padding: 5px 10px;
/* width: 100%; */
width: 179px;
}
#comments-form .full-input input {
width: 417px;
}
.full-textarea {
margin-bottom: 20px;
padding-right: 20px;
}
.full-textarea label {
background: #fff;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
color: #3b3b3b;
display: block;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 5px 10px 0;
text-transform: uppercase;
width: 100%;
}
.full-textarea textarea {
background: #fff;
border: none;
border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
display: block;
margin: 0;
padding: 5px 10px 10px;
width: 100%;
}
/**
* Resuable Classes
*/
.button {
background: #6ac9dd;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
color: #fff;
display: inline-block;
font: bold 20px/65px "Proxima Nova", sans-serif;
height: 63px;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
}
.button:visited {
color: #fff;
}
.button:hover {
color: #fff;
}
.button:active {
background: #fff;
color: #6ac9dd;
}
.button.dark {
background: #55a2b1;
}
.button.secondary {
background: #c2c2c2;
}
.button.small {
height: 40px;
line-height: 40px;
padding: 0;
width: 130px;
}
.button.long {
display: inline-block;
width: 290px;
}
.button-group {
margin-bottom: 20px;
}
.button-group .button {
margin-right: 20px;
}
.date,
.meta {
color: #b9b9b9;
font-weight: bold;
}
.filters {
height: 45px;
list-style: none;
margin-left: -20px;
margin-bottom: 0;
padding: 0;
}
.filters li {
display: inline;
float: left;
margin-left: 20px;
width: 166px;
}
.filters li a {
background: #fff;
box-shadow: 5px 5px 0 #55a2b1;
color: #54a2a8;
display: block;
height: 40px;
line-height: 40px;
margin: 0 5px 5px 0;
padding: 0 10px;
}
.filters li a span {
color: #b9b9b9;
float: right;
font-weight: bold;
}
.filters li a.active,
.filters li a:hover {
background: #55a2b1;
box-shadow: none;
color: #fff;
margin: 5px 0 0 5px;
}
.filters li a.active span,
.filters li a:hover span {
color: #fff;
}
.note {
background: #6acadd;
color: #fff;
margin-bottom: 20px;
padding: 20px;
}
.note h5 {
color: #fff;
margin-bottom: 15px;
}
.note.secondary {
background: #c2c2c2;
}
.note :last-child {
margin-bottom: 0;
}
.no-margin {
margin-bottom: 0 !important;
margin-top: 20px !important;
}
.small-margin {
margin-bottom: 0 !important;
}
.normal-margin {
margin-bottom: 20px !important;
}
.large-margin {
margin-bottom: 40px;
}
.plugins,
.widgets {
list-style: none;
margin: 0 0 2rem;
padding: 0;
}
.plugins > li,
.widgets > li {
background: #fff;
box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.2);
margin: 0 1rem 3rem 0;
padding: 2rem;
}
.plugins > li h4,
.widgets > li h4 {
color: #54a2a8;
margin-bottom: 5px;
}
.plugins > li p,
.widgets > li p {
color: #333;
font-size: 12px;
line-height: 16px;
margin-bottom: 5px;
}
.plugins > li ul,
.widgets > li ul {
list-style: none;
margin: 0;
padding: 0;
}
.plugins > li .author,
.widgets > li .author {
color: #b9b9b9;
font-weight: bold;
}
.pagination {
text-align: center;
}
.pagination .current,
.pagination .page {
background: #fff;
box-shadow: 5px 5px 0 #b9b9b9;
color: #b9b9b9;
display: inline-block;
font-weight: bold;
margin: 0 8px;
height: 40px;
line-height: 42px;
text-align: center;
width: 37px;
}
.pagination .current {
box-shadow: 5px 5px 0 #6ac9dd;
color: #6ac9dd;
}
.post {
box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
margin-bottom: 4rem !important;
}
.post .read-more {
font-size: 16px;
font-weight: bold;
}
.entry {
padding: 30px !important;
}
.entry p {
font-size: 16px !important;
line-height: 24px !important;
}
.post-heading {
margin-bottom: 60px;
}
.post-heading h1 {
line-height: 100%;
margin-bottom: 5px;
}
.post-heading.question {
background: url(../img/question.png) 0 0 no-repeat;
padding-left: 60px;
}
.post-heading.question h1 {
line-height: 40px;
}
.social-links {
color: #1990a6;
display: block;
font-size: 16px;
font-weight: bold;
height: 32px;
line-height: 32px;
margin: 4px 0;
text-align: center;
}
.social-links span {
position:relative;;
top:-11px;;
}
.social-links .addthis_toolbox {
display:inline-block !important;
height:32px !important;
width:144px;
}
.social-links a {
color: transparent;
display: inline-block;
height: 32px;
margin-left: 10px;
text-indent: -9999px;
text-transform: uppercase;
width: 32px;
}
.steps {
list-style: none;
margin: 0 0 20px;
padding: 0;
}
.steps li {
margin-bottom: 50px;
padding-left: 96px;
}
.steps li .number {
background: #6cc8e1;
border-radius: 36px;
-moz-border-radius: 36px;
-webkit-border-radius: 36px;
color: #fff;
display: inline;
float: left;
font-size: 55px;
font-weight: 100;
height: 72px;
line-height: 72px;
margin-left: -96px;
text-align: center;
width: 72px;
}
.steps li h2 {
font-size: 45px;
font-weight: 100;
line-height: 72px;
}
.steps li p {
font-size: 16px;
line-height: 24px;
}
.questions {
list-style: none;
margin: 0 0 20px;
padding: 0;
}
.questions li {
background: url(../img/question.png) 0 0 no-repeat;
margin-bottom: 50px;
padding-left: 60px;
}
.questions li h2 {
color: #363636;
font-size: 26px;
font-weight: 100;
line-height: 40px;
}
.questions li h2 a {
color: #363636;
}
.questions li p {
font-size: 16px;
line-height: 24px;
}
.questions li p.meta {
font-size: 14px;
line-height: 20px;
}
.tabs {
margin-bottom: 3rem !important;
text-align: center;
}
.tabs a,
.tabs a:hover {
color: #1990a6;
display: inline-block;
font-size: 1.4rem;
font-weight: bold;
padding: 0 20px;
}
.tabs a.active,
.tabs a:hover.active {
color: #fff;
}
.tab-pane {
display: none;
}
.tab-pane.active {
display: block;
}
.widget {
background: #6acadd;
margin-bottom: 2rem;
padding: 2.5rem;
}
.widget p {
font-size: 1.4rem;
line-height: 2rem;
margin-bottom: 1rem;
}
.widget .button {
display: block;
padding: 0;
width: 100%;
}
.widget form {
margin: 40px 0;
}
.widget.white {
background: #fff;
color: #333;
padding: 1.5rem;
}
.widget.white.featured {
position: relative;
}
.widget.white.featured:hover {
background: #6acadd;
color: #fff;
}
.widget.white.featured a {
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
text-indent: -99999px;
}
.widget.white .button {
display: inline-block;
padding: 0 20px;
width: auto;
}
.widget.gray {
background: #e4e4e4;
margin-bottom: 40px;
padding: 30px;
}
.widget.gray .button {
display: inline-block;
width: 290px;
}
.widget.gray form {
margin: 0;
}
.comment {
padding-left: 90px;
}
.comment .avatar {
display: inline;
float: left;
margin-left: -90px;
margin-top: 4px;
border-radius: 5px;
}
.comments .widget.gray {
padding: 1.5rem;
margin-bottom: 20px;
}
.comments .comment {
padding-left: 70px;
}
.comments .comment .avatar {
margin-left: -70px;
}
.star {
background: url(../img/star.png) left center no-repeat;
padding-left: 67px;
}
.group {
background: url(../img/group.png) left center no-repeat;
padding-left: 67px;
}
.extend {
background: url(../img/extend.png) left center no-repeat;
padding-left: 67px;
}
/**
* Header
*/
header {
background: #1a1a1a;
padding: 18px 0 0;
text-align: center;
}
header .container {
width: 1080px;
}
header .grid .span8 {
width: 509px;
}
header .grid .span6 {
width: 429px;
}
header .grid .span8 + .span8 {
margin-left: 32px;
width: 538px;
}
header .grid .span10 {
margin-left: 32px;
width: 619px;
text-align: right;
}
header .btn-nav {
position: relative;
top: -2px;
display: inline-block;
padding: 0.7em 1em;
background: #6ac9dd;
line-height: 1;
font-size: 79%;
border-radius: 3px;
}
header .btn-nav:hover {
background: #ccc;
}
header .not-a-developer {
color: #3b3b3b;
line-height: 60px;
text-transform: uppercase;
}
header .not-a-developer a {
color: #666;
}
header form {
background: #3b3b3b;
height: 40px;
padding: 10px;
}
header form input {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: none;
display: inline;
font-family: "Proxima Nova", sans-serif;
height: 40px;
line-height: 40px;
text-transform: uppercase;
}
header form input[type="text"] {
color: #3b3b3b;
font-size: 16px;
font-weight: bold;
float: left;
padding: 0 10px;
width: 390px;
}
header form input.search {
background: #6ac9dd url(../img/search.png) center center no-repeat;
color: transparent;
float: right;
padding: 0;
text-indent: -9999px;
width: 100px;
}
header .branding {
background: url(../img/logo.png) center center no-repeat;
color: transparent;
display: inline;
float: left;
height: 14px;
text-indent: -9999px;
text-transform: uppercase;
width: 247px;
}
header .branding:hover {
color: #d54e21;
}
header .navigation {
font-size: 14px;
font-weight: bold;
list-style: none;
margin: 0;
padding: 0;
text-align: justify;
text-transform: uppercase;
}
header .navigation li {
display: inline;
float: left;
margin-left: 20px;
}
header .navigation li:first-child{
margin-left: 0;
}
header .navigation li a {
color: #fff;
}
header .navigation li.active a {
border-bottom: 2px solid #67c1d5;
padding-bottom: 4px;
}
/**
* Masthead
*/
section.masthead {
background: #16758b url(../img/masthead-bg.png) center top no-repeat;
color: #fff;
}
section.masthead .container {
padding: 80px 0 50px;
}
section.masthead h1,
section.masthead .h1 {
font-size: 45px;
}
section.masthead .button {
margin-top: 53px;
}
section.masthead .grid .span8 {
width: 449px;
}
section.masthead .grid .span8 + .span8 {
width: 478px;
}
section.masthead.news {
background: #1a98ad url(../img/masthead-2-bg.png) center bottom no-repeat;
}
section.masthead.news .container {
padding: 40px 0;
}
section.masthead.news h1 {
margin-bottom: 10px;
}
section.masthead.support {
background: #333333 url(../img/masthead-3-bg.png) center bottom no-repeat;
}
section.masthead.support .container {
padding: 40px 0;
}
section.masthead.support h1 {
margin-bottom: 10px;
}
section.masthead.static {
background: #272727;
}
section.masthead.static .container {
padding: 40px 0;
}
section.masthead.static h1 {
margin-bottom: 10px;
}
section.masthead.search {
background: #1a98ad;
}
section.masthead.search .container {
padding: 40px 0;
}
section.masthead.search h1 {
margin-bottom: 10px;
}
section.masthead form {
height: 40px;
}
section.masthead form input {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: none;
display: inline;
font-family: "Proxima Nova", sans-serif;
height: 40px;
line-height: 40px;
text-transform: uppercase;
}
section.masthead form input[type="text"] {
color: #3b3b3b;
font-size: 16px;
font-weight: bold;
float: left;
padding: 0 10px;
width: 390px;
}
section.masthead form input.search {
background: #6ac9dd url(../img/search.png) center center no-repeat;
color: transparent;
float: left;
margin-left: 10px;
padding: 0;
text-indent: -9999px;
width: 100px;
}
/**
* Content
*/
section.content {
background: #f2f2f2 url(../img/content-shadow.png) left top repeat-x;
border-top: 1px solid #c7c7c7;
}
section.content .container {
padding: 60px 0 40px;
}
section.content .container.narrow {
width: 840px;
}
/**
* Footer
*/
footer {
background: #1a1a1a;
}
footer .container {
padding: 40px 0 60px;
width: 840px;
}
footer .grid .span3 {
margin-left: 32px;
width: 186px;
}
footer h3 {
font-size: 13px;
margin-bottom: 30px;
}
footer p {
line-height: 1.8rem;
margin: 1rem 0;
text-align: center;
}
footer ul {
font-size: 13px;
line-height: 18px;
list-style: none;
margin: 0;
padding: 0;
}
footer ul.right {
text-transform: uppercase;
}
footer.bottom {
background: #fff;
color: #959595;
}
footer.bottom .container {
padding: 20px 0;
}
footer.bottom .pull-left {
font-size: 16px;
}
footer.bottom .pull-right {
font-size: 12px;
}
footer.bottom a {
color: #262626;
}
#comment-form-remember-me {
margin-bottom:0;
}
#comment-form-reply #comment-reply-label,
#comment-form-remember-me #comment-bake-cookie-label {
float:right;
width:475px;
display:inline-block;
background:transparent;
}
#comment-form-reply #comment-reply,
#comment-form-remember-me #comment-bake-cookie {
width:24px;
margin-top:3px;
margin-left:5px;
}
.lowercase { text-transform: none; }
.itemlist article img { clear:both;}
.itemlist article .image img { clear:inherit;}
a.btn {
background-color:#1c5fa8;
border:1px solid #29668f;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:110%;
font-weight:bold;
padding:12px 76px;
text-decoration:none;
width: 61.25%;
text-align: center;
margin: 1.5em;
}
a.btn:hover {
background-color:#236ab0;
}
#keyword-list ul.tags li a span {
background-color: #6cc8e1;
color: white;
padding: 0 5px;
display:inline-block;
}
#keyword-list ul li {
margin-bottom:5px;
}
.bigsearch form {
height:inherit;
}
.bigsearch form input#search-query[type="text"] {
width:275px;
}
.bigsearch input.button {
margin-top: inherit;
}
.bigsearch form .button {
margin-left: 10px;
}
.widget .bigsearch form .button {
margin-left: 0;
}
section.masthead .bigsearch {
margin-bottom: 20px;
}
.widget .bigsearch form input#search-query[type="text"] {
margin-bottom:10px;
width:278px;
border-radius: 3px;
border: medium none;
padding-left:10px;
text-transform: uppercase;
}
.widget .bigsearch form {
margin:inherit;
}
.widget {
margin-bottom: 4rem !important;
}
.whitelink { color:#666;}
.pluginlist .image, .themelist .image, .itemlist .image {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.pluginlist, .themelist, .itemlist {
clear:both;
}
.itemlist .themeimg {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.pluginlist h2, .themelist h2 {
background: url(https://movabletype.org/assets/img/plugin-dark.png) left center no-repeat;
height: 42px;
line-height: 48px;
margin-bottom: 4rem;
padding-left: 55px;
}
.pluginlist .post {
min-height: 90px;
}
form .group {
background: inherit;
padding-left: inherit;
}
section.showdetailentry {
padding:0 2.5rem;
}
.full-input label {
width: 200px;
background-color: #6ACADD;
color: #fff;
border-radius: 5px 0px 0px 5px;
}
.full-textarea label, .group > label {
background-color: #6ACADD;
color: #fff;
width:828px;
border-radius: 5px 5px 0px 0px;
}
.full-input input {
width: 607px;
border: 1px solid #aaa;
border-left: 0;
height: 22px;
border-radius: 0px 5px 5px 0px;
}
.full-input .static {
font-size: 16px;
font-weight: bold;
line-height: 35px;
text-indent: 10px;
}
#userpic-preview {
display:inline-block;
float:left;
margin-right:10px;
margin-bottom:10px;
/*margin-bottom:10px;*/
}
#github-account img {
float:left;
width:50px;
}
#github-account #github-id {
float:left;
line-height: 40px;
color: #3b3b3b;
font-size: 16px;
font-weight: bold;
margin-right:10px;
}
#github-org label {
line-height: 24px;
color: #3b3b3b;
font-size: 16px;
font-weight: bold;
display:block;
text-indent:5px;
}
#github-org {
padding-bottom:10px;
}
#github-account .button {
width: 300px;
}
#github-account div {
margin: 0 0px 10px;
}
form input {
font-family: "Proxima Nova", sans-serif;
height: 40px;
line-height: 40px;
}
form input[type="file"] {
}
form input[type="text"], form input[type="password"] {
color: #3b3b3b;
font-size: 16px;
font-weight: bold;
}
.full-textarea textarea {
font-family: "Proxima Nova", sans-serif;
line-height: 22px;
color: #3b3b3b;
font-size: 16px;
width:826px;
min-width:826px;
max-width:826px;
font-weight: bold;
border: 1px solid #aaa;
border-top:0px;
border-radius: 0px 0px 5px 5px;
}
.comment-form .full-textarea label {
width:508px;
}
.comment-form .full-textarea textarea {
border: medium none;
border-radius: 0px 0px 3px 3px;
width:528px;
max-width:508px;
min-width:508px;
}
.full-textarea label a, .group label a {
color: #fff;
}
#description { height:200px;}
span#description {
height:inherit;
padding:10px;
width: 826px;
display:block;
border: 1px solid #aaa;
border-top:0px;
border-radius: 0px 0px 5px 5px;
font-weight:bold;
}
input.button:focus {
color: #000;
outline: none;
}
input.button:hover, .align-center input.button:hover {
color: #d54e21;
}
.group ul {
list-style-type: none;
padding-left: 0;
margin-bottom:10px;
}
.group ul li {
display:inline-block;
font-family: "Proxima Nova", sans-serif;
font-size: 16px;
font-weight: bold;
margin: 7.5px 0;
}
input[type=file] {
font-family: "Proxima Nova", sans-serif;
font-size: 16px;
font-weight: bold;
margin:0 5px 10px 5px;
}
.group input[type=checkbox] {
border-radius:0px;
width:18px;
height:18px;
height:0; width:0;
display:none;
}
.group input[type=checkbox] + label {
border: 1px solid #6ACADD;
border-radius: 5px;
padding:5px 10px;
margin:5px;
}
.group input[type=checkbox]:checked + label {
background-color: #6ACADD;
color: #fff;
}
.group .controls {
width:826px;
border: 1px solid #aaa;
border-top:0px;
border-radius: 0px 0px 5px 5px;
margin-bottom: 20px;
padding: 10px 10px 0px;
}
.group .controls.nolabel {
border: 1px solid #aaa;
border-radius: 5px;
padding: 10px;
}
.group > label {
display:block;
background-color: #6ACADD;
color: #fff;
width:828px;
border-radius: 5px 5px 0px 0px;
font-size: 16px;
font-weight: bold;
margin: 0px;
padding: 5px 10px 0px;
text-transform: uppercase;
}
.content-box{background:#fff;border:1px solid #999;border-radius:.271rem;margin-bottom:1rem;padding:1rem;}
.content-box :last-child{margin-bottom:0;}
.content-box.mono-box{background:#eee;}
.content-box.primary-box{background:#e8fafc;border-color:#18b7cd;}
.content-box.primary-simple{border-color:#18b7cd;}
.content-box.primary-invert{background:#18b7cd;border-color:#18b7cd;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.1);}
.content-box.secondary-box{background:#dcf2d9;border-color:#51be41;}
.content-box.attention-box{background:#f9fde3;border-color:#d9f13c;}
section.masthead .container {
position:relative;
}
#subnav {
position: absolute;
top: 40px;
right: 0;
}
#subnav > div {
display:inline;
}
.edit_tools {
list-style-type: none;
padding-left: 0;
text-align:center;
}
.edit_tools li {
display:inline-block;
margin:5px;
}
.btngroup #doc {
float:right;
}
span.version {
display: inline-block;
font-size: 16px;
background-color: #6CC8E1;
color: #FFF;
padding: 0px 5px;
margin-right: 5px;
line-height: 22px;
padding-top: 1px;
}
span.version.unknown {
border:1px solid #6CC8E1;
background-color: #FFF;
color:#6CC8E1;
line-height: 20px;
}
span.version.verif {
background-color:#666;
color:#FFF;
}
span.version.lang {
background-color:#f66;
color:#FFF;
}
#filters {
height:35px;
}
#filters ul, #filters p {
float:left;
margin:0;
}
#filters p {
font-size: 16px;
line-height: 24px;
}
#filters ul {
list-style-type: none;
padding-left: 0px;
margin-bottom: 10px;
font-size: 16px;
line-height: 24px;
}
#filters ul li {
display: inline-block;
margin-left: 5px;
}
#filters ul li a {
background-color: #6CC8E1;
font-family: "Proxima Nova",sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFF;
padding: 5px 10px;
}
#filters ul li a:hover {
color: #D54E21;
}
#filters .count {
font-weight: normal;
font-size:14px;
position: relative;
top: -1px;
}
#results #loading {
margin-top: 20px; margin-bottom: 20px;
}
/*
label.error::before {
content:'↳';
}
label.error {
width: 100%;
color: crimson;
background-color: #fff;
padding: 0 0 0 230px;
margin-bottom: 20px;
}
*/
label.error {
width: 600px;
float: right;
color: crimson;
background-color: transparent;
padding: 0;
margin: 0 60px 0 0;
text-align: right;
position: relative;
top: -28px;
height:0;
}
</style>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>
MovableType.org &ndash; Plugin Directory: Template
</title>
<!-- Google Tag Manager -->
<!-- End Google Tag Manager -->
<meta content="Build your website with the powerful content management system Movable Type. Our blogging software and static publishing platform makes site management easy and effective." name="description">
<!--[if lt IE 9]>
<![endif]-->
<meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
<style type="text/css">
.atlwdg-blanket {background: black;height: 100%;left: 0;opacity: .5;position: fixed;top: 0;width: 100%;z-index: 1000000;}.atlwdg-popup {background: white;border: 1px solid #ccc;position: fixed;top: 0;right: 0;bottom: 0;left: 0;margin: auto;z-index: 10000011;border-radius: 5px;background-clip: padding-box;overflow: hidden;width: 810px;height: 0;max-height: calc(100% - 100px);}#atlwdg-frame {height: 100%;width: 100%;}.atlwdg-hidden {visibility: hidden;}.atlwdg-trigger {position: fixed;background: #205081;padding: 5px;border: 2px solid white;border-top: none;font-weight: bold;color: white !important;display: block;white-space: nowrap;text-decoration: none !important;font-family: Arial, Helvetica, sans-serif;font-size: 12px;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);border-radius: 0 0 5px 5px;}.atlwdg-trigger.atlwdg-TOP {left: 45%;top: 0;}.atlwdg-trigger.atlwdg-RIGHT {left: 100%;top: 40%;-webkit-transform: rotate(90deg);-webkit-transform-origin: top left;-moz-transform: rotate(90deg);-moz-transform-origin: top left;-ms-transform: rotate(90deg);-ms-transform-origin: top left;transform: rotate(90deg);transform-origin: top left;}.atlwdg-trigger.atlwdg-SUBTLE {right: 0;bottom: 0;border: 1px solid #ccc;border-bottom: none;border-right: none;background-color: #f5f5f5;color: #444 !important;font-size: 11px;padding: 6px;-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);border-radius: 2px 0 0 0;}.atlwdg-loading {position: fixed;top: 0;right: 0;bottom: 0;left: 0;margin: auto;height: 40px;width: 40px;z-index: 1000001;border-radius: 5px;background-color: #fff;background-image: url('data:image/gif;base64,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');background-repeat: no-repeat;background-position: center center;}@media print {.atlwdg-trigger { display: none; }}@media screen and (max-width: 820px) {.atlwdg-popup {max-width: 810px;width: 90%;max-height: 90%;}}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div class="container">
<div class="grid">
<div class="span8">
<p class="not-a-developer">
Not a developer? Go to
<a class="notadeveloper" onclick="_gaq.push(['_link','http://www.movabletype.com']); return false;">
MovableType.com
</a>
</p>
</div>
<div class="span8">
<form action="" method="get">
<input class="text" name="search" placeholder="Search all of MovableType.org" type="text">
<input class="search" type="submit" value="search">
</form>
</div>
</div>
<div class="grid">
<div class="span6">
<a class="branding">
MovableType.org
</a>
</div>
<div class="span10">
<ul class="navigation">
<li>
<a>
Get Started
</a>
</li>
<li>
<a>
Documentation
</a>
</li>
<li class="active">
<a>
Plugins
</a>
</li>
<li>
<a>
News
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<section class="wrapper masthead plugin directory">
<div class="container">
<div class="h1">
Plugin and Theme Directory
</div>
<div id="subnav">
<div id="signin">
<a onclick="return mtSignInOnClick('signin')">
Sign In
</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a>
Sign Up
</a>
</div>
<div>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a>
Help
</a>
</div>
</div>
<div class="breadcrumbs">
<a>
Home
</a>
/
<a>
Extend
</a>
/
<a>
Plugin and Theme Directory
</a>
/
<a>
MT Tags, Templates, Widgets
</a>
</div>
</div>
</section>
<section class="wrapper content">
<div class="container">
<div class="post-heading">
<h1 class="lowercase">
Template
<em class="version">
v1.1
</em>
</h1>
<p class="meta">
By
<a>
</a>
<br>
Posted February 13, 2003, in
<a>
MT Tags, Templates, Widgets
</a>
.
</p>
</div>
<div class="grid">
<div class="span10">
<article class="post entry widget white">
<div class="description">
<h2>
Details
</h2>
<p>
Show templates or template excerpts on your site.
</p>
<p>
&lt;pre&gt;&lt;$MTTemplateContents template_name="Individual Archive" blog_name="Journal" escape_html="1"$&gt;
<br>
&lt;/pre&gt;
</p>
</div>
<hr>
<div class="btngroup">
<a class="button small" id="download" onclick="_gaq.push(['b._trackEvent', 'plugins', 'download', 'Template']);">
Download
</a>
</div>
</article>
<div class="clearfix large-margin">
<a class="button small pull-left">
Back
</a>
<div class="social-links pull-right">
<span>
Share
</span>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook">
<img alt="Share on Facebook" height="32" src="rick.jpg" width="32">
</a>
<a class="addthis_button_twitter">
<img alt="Share on Twitter" height="32" src="rick.jpg" width="32">
</a>
<a class="addthis_button_email">
<img alt="Share by email" height="32" src="rick.jpg" width="32">
</a>
</div>
<!-- AddThis Button END -->
</div>
</div>
</div>
<div class="span6">
<div class="widget white post">
<div class="social-links">
<span>
Share
</span>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook">
<img alt="Share on Facebook" height="32" src="rick.jpg" width="32">
</a>
<a class="addthis_button_twitter">
<img alt="Share on Twitter" height="32" src="rick.jpg" width="32">
</a>
<a class="addthis_button_email">
<img alt="Share by email" height="32" src="rick.jpg" width="32">
</a>
</div>
<!-- AddThis Button END -->
</div>
</div>
<div class="widget white post">
<h3 class="about">
(Display Name not set)
</h3>
<div class="comment">
</div>
</div>
<ul class="widgets">
<li>
<h4>
Popular Plugins
</h4>
<ul>
<li>
<a>
FiscalYearlyArchives
</a>
</li>
<li>
<a>
GoogleOpenIDConnect
</a>
</li>
<li>
<a>
Picasa Express
</a>
</li>
<li>
<a>
AssetDialogAuthorFilter
</a>
</li>
</ul>
</li>
</ul>
<div class="widget">
<div class="bigsearch">
<form>
<input class="input-xxlarge search-query" id="search-query" placeholder="Name or description" type="text">
<input class="button dark small" id="search-action" type="submit" value="Search Directory">
</form>
</div>
</div>
<div class="widget" id="keyword-list">
<img class="align-center" src="rick.jpg">
<h3 class="align-center">
Search by Keyword
</h3>
<div id="plugins-tabs">
<ul class="plugins">
<li>
<ul class="tags">
<li>
<a class="cat-administrative">
<span>
82
</span>
Administrative Interface
</a>
</li>
<li>
<a class="cat-applications">
<span>
5
</span>
Applications
</a>
</li>
<li>
<a class="cat-assets">
<span>
26
</span>
Assets, Files, Uploading
</a>
</li>
<li>
<a class="cat-comments">
<span>
33
</span>
Comments, Trackback, Antispam
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="grid">
<div class="span3">
<h3>
About
</h3>
<ul>
<li>
<a class="notadeveloper" onclick="_gaq.push(['_link','http://www.movabletype.com']); return false;">
MovableType.com
</a>
</li>
<li>
<a>
Features
</a>
</li>
<li>
<a onclick="_gaq.push(['_link','http://movabletype.com/#aws']); return false;">
Purchase
</a>
</li>
<li>
<a>
Product Registration
</a>
</li>
</ul>
</div>
<div class="span3">
<h3>
Documentation
</h3>
<ul>
<li>
<a>
Documentation Overview
</a>
</li>
<li>
<a>
Administrator's Guide
</a>
</li>
<li>
<a>
Author's Guide
</a>
</li>
<li>
<a>
Designers's Guide
</a>
</li>
</ul>
</div>
<div class="span3">
<h3>
News
</h3>
<ul>
<li>
<a>
News Blog
</a>
</li>
<li>
<a>
Release Notes
</a>
</li>
</ul>
</div>
<div class="span3 align-right">
<ul class="right">
<li>
<a class="notadeveloper" onclick="_gaq.push(['_link','https://movabletype.com/inquiry/general.html']); return false;">
Contact
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="bottom">
<div class="container">
<div class="pull-left">
</div>
<div class="align-right pull-right">
Copyright &copy; 2023, Six Apart Ltd. All rights reserved.
<br>
<a>
Privacy Policy
</a>
</div>
</div>
</footer>
<div class="atlwdg-blanket" id="atlwdg-blanket" style="display: none;">
</div>
<div class="atlwdg-popup atlwdg-hidden" id="atlwdg-container">
</div>
</body>
</html>