|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe, |
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
a, abbr, acronym, address, big, cite, code, |
|
del, dfn, em, img, ins, kbd, q, s, samp, |
|
small, strike, strong, sub, sup, tt, var, |
|
b, u, i, center, |
|
dl, dt, dd, ol, ul, li, |
|
fieldset, form, label, legend, |
|
table, caption, tbody, tfoot, thead, tr, th, td, |
|
article, aside, canvas, details, embed, |
|
figure, figcaption, footer, header, hgroup, |
|
menu, nav, output, ruby, section, summary, |
|
time, mark, audio, video { |
|
margin: 0; |
|
padding: 0; |
|
border: 0; |
|
font-size: 100%; |
|
font: inherit; |
|
vertical-align: baseline; |
|
} |
|
|
|
article, aside, details, figcaption, figure, |
|
footer, header, hgroup, menu, nav, section { |
|
display: block; |
|
} |
|
body { |
|
line-height: 1; |
|
} |
|
ol, ul { |
|
list-style: none; |
|
} |
|
|
|
q { |
|
quotes: "\201C""\201D""\2018""\2019"; |
|
} |
|
q:before { |
|
content: open-quote; |
|
} |
|
q:after { |
|
content: close-quote; |
|
} |
|
|
|
table { |
|
border-collapse: collapse; |
|
border-spacing: 0; |
|
} |
|
|
|
body { |
|
background: url(../images/white_texture.jpg) repeat top left; |
|
color:#8d6d6b; |
|
font-family: Verdana, "Lucida Sans", Helvetica, Arial, sans-serif; |
|
font-size:16px; |
|
line-height:150%; |
|
width:100%; |
|
-moz-text-size-adjust:none; |
|
-webkit-text-size-adjust:none; |
|
-ms-text-size-adjust:none; |
|
text-size-adjust:none; |
|
} |
|
|
|
h1, |
|
h2, |
|
h3 { |
|
font-family: "Tangerine", cursive, script, sans-serif; |
|
font-weight: 700; |
|
} |
|
|
|
|
|
header a img { |
|
transition: all .5s; |
|
} |
|
|
|
|
|
header a:hover img { |
|
-webkit-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5)); |
|
-moz-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5)); |
|
-ms-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5)); |
|
-o-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5)); |
|
filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5)); |
|
} |
|
|
|
p, |
|
ul, |
|
ol, |
|
dl, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
address, |
|
time { |
|
margin:20px; |
|
} |
|
|
|
|
|
|
|
|
|
header { |
|
|
|
background: url(/images/header-1440.jpg) no-repeat center; |
|
background-size: cover; |
|
margin:0 auto; |
|
min-height: 320px; |
|
padding:20px 0 0 0; |
|
width:100%; |
|
-webkit-background-size: cover; |
|
-moz-background-size: cover; |
|
-o-background-size: cover; |
|
background-size: cover; |
|
} |
|
|
|
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), |
|
only screen and ( min--moz-device-pixel-ratio: 1.3 ), |
|
only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */ |
|
only screen and ( min-device-pixel-ratio: 1.3 ), |
|
only screen and ( min-resolution: 124.8dpi ), |
|
only screen and ( min-resolution: 1.3dppx ) { |
|
|
|
header { |
|
background: url(/images/header-1748.jpg) no-repeat center; |
|
background-size: cover; |
|
} |
|
|
|
} |
|
|
|
#headertop { |
|
background:#fff; |
|
background:rgba(255,255,255,0.8); |
|
border-radius: 6px; |
|
box-shadow: 1px 1px 12px #666; |
|
color:#ddd; |
|
height:64px; |
|
position:relative; |
|
margin:0 auto; |
|
max-width:1048px; |
|
} |
|
|
|
#headertop h1 { |
|
color:#493D26; |
|
float:left; |
|
font-size:56px; |
|
line-height:64px; |
|
margin:0; |
|
padding: 0 0 0 100px; |
|
} |
|
|
|
|
|
|
|
#headertop nav { |
|
float:right; |
|
margin:0; |
|
padding:0; |
|
} |
|
|
|
|
|
|
|
.clear {clear:both;} |
|
nav ul { |
|
margin:0; |
|
list-style-type:none; |
|
} |
|
|
|
nav li { |
|
display:inline; |
|
line-height:60px; |
|
} |
|
|
|
nav a { |
|
color:#333; |
|
font-size:14px; |
|
padding:25px 12px 22px 12px; |
|
text-decoration:none; |
|
text-shadow: -1px -1px 0 rgba(255,255,255,0.5); |
|
text-transform: uppercase; |
|
} |
|
|
|
nav a:hover { |
|
background:#fff; |
|
} |
|
|
|
nav form { |
|
display:inline; |
|
padding:25px 12px 22px 12px; |
|
} |
|
|
|
form input { |
|
font-size:18px; |
|
padding:4px 6px; |
|
} |
|
|
|
|
|
|
|
nav form input[type=text], |
|
nav form input[type=search], |
|
input[type=email] { |
|
border-radius:4px; |
|
max-width:9em; |
|
-webkit-appearance:none; |
|
appearance:none; |
|
box-shadow:inset 2px 2px 8px rgb(0,0,0,.25); |
|
border:0; |
|
transition:border .5s, width .5s; |
|
border:2px solid transparent; |
|
} |
|
|
|
input[type=email] {width:100%;} |
|
|
|
.mc_embed_signup {overflow:auto;background:#f9f9f9;text-align:center} |
|
|
|
nav form input[type=text]:focus, |
|
nav form input[type=search]:focus, |
|
input[type=email]:focus {border-radius:4px;outline:0;border:2px solid #e27e7f;} |
|
|
|
|
|
input[type="search"]::-webkit-search-cancel-button { |
|
-webkit-appearance: none; |
|
height: 1em; |
|
width: 1em; |
|
background: url(/svg/icon-ux/close2-lexi-opt.svg) no-repeat 0 0; |
|
background-position-x: 100%; |
|
background-position-y: center; |
|
background-size: 1em 1em; |
|
} |
|
|
|
|
|
|
|
|
|
.menu { |
|
} |
|
|
|
.menu a { |
|
color: #fff; |
|
font-size: 23px; |
|
font-weight: normal; |
|
padding:16px 12px 20px 12px; |
|
text-shadow: 2px 2px 1px rgba(0,0,0,0.5); |
|
} |
|
|
|
.menu a img { |
|
vertical-align:-6px; |
|
} |
|
|
|
.search-mobile { |
|
display:none;} |
|
|
|
.search-mobile a { |
|
border-radius:0 6px 6px 0; |
|
font-family: Symbola, 'Segoe UI Symbol', 'Segoe UI Emoji', sans-serif; |
|
font-size: 20px; |
|
padding:17px 12px 20px 12px; |
|
} |
|
|
|
#cse-search-box{ |
|
display:inline; |
|
position:relative; |
|
top:-2px; |
|
} |
|
|
|
#cse-search-box, #cse-search-results{ |
|
text-align:center; |
|
} |
|
|
|
.lines { |
|
fill:#f5abad; |
|
stroke:1px 1px 0 rgba(0,0,0,0.5); |
|
} |
|
|
|
svg { |
|
height:24px; |
|
width:24px; |
|
vertical-align:-4px; |
|
} |
|
|
|
|
|
#logo { |
|
height:101px; |
|
position:absolute; |
|
top:-16px; |
|
left:0; |
|
width:100px; |
|
} |
|
|
|
#container { |
|
width:100%; |
|
max-width: 1048px; |
|
margin: -48px auto 0 auto; |
|
} |
|
|
|
|
|
article { |
|
max-width: 728px; |
|
width: 69.4%; |
|
|
|
float: left; |
|
border-radius: 6px; |
|
box-shadow: 1px 1px 12px #666; |
|
box-shadow: 1px 1px 2em rgba(0,0,0,.25); |
|
background:rgba(255,255,255,0.8); |
|
} |
|
|
|
article h1 { |
|
background: #fff; |
|
border-radius: 6px; |
|
box-shadow: inset 1px 1px 20px #f5abad; |
|
font-size: 46px; |
|
line-height: 100%; |
|
margin: 20px -10px; |
|
padding: 10px 20px; |
|
text-shadow: -1px -1px 0 rgba(255,255,255,0.5); |
|
} |
|
|
|
article h1 a { |
|
border-radius:6px; |
|
color: #8d6d6b; |
|
display:block; |
|
transition:color 1s, background 1s, box-shadow 1s, border 1s; |
|
} |
|
|
|
article h1 a:hover { |
|
background: #fff; |
|
box-shadow: 1px 1px 12px #999; |
|
} |
|
|
|
h2 a, |
|
h3 a { |
|
color: #e27e7f; |
|
} |
|
|
|
h1, |
|
h2, |
|
h3 { |
|
line-height:100%; |
|
} |
|
|
|
h2 { |
|
font-size: 38px; |
|
} |
|
|
|
h3 { |
|
font-size: 30px; |
|
} |
|
|
|
|
|
.rel {font-size: 30px} |
|
|
|
|
|
article ol, article ul { |
|
list-style-position:inside; |
|
margin: 20px 20px 20px 40px; |
|
text-indent: -16px; |
|
} |
|
|
|
.linkbox ol, .linkbox ul { |
|
margin:20px; |
|
list-style-position:none; |
|
text-indent: 0; |
|
} |
|
|
|
article ol {list-style-type:decimal;} |
|
article ul {list-style-type:disc;} |
|
|
|
|
|
.bullets li {display:list-item} |
|
.bullets, .numbers |
|
{margin-left:1.4em;-moz-padding-start:1.4em;-webkit-padding-start:1.4em;padding-start:1.4em;overflow:hidden;zoom:1} |
|
ol {margin-left:2em;-moz-padding-start:2.5em;-webkit-padding-start:2.5em;padding-start:2.5em} |
|
.bullets li, ol li {padding:.3em 0;line-height:1.4} |
|
.numbers {text-indent:-21px} |
|
|
|
a { |
|
color:#f5abad; |
|
text-decoration:none; |
|
-webkit-transition: color 0.5s, background .5s; |
|
-moz-transition: color 0.5s, background .5s; |
|
-ms-transition:color 0.5s, background .5s; |
|
-o-transition: color 0.5s, background .5s; |
|
transition: color 0.5s, background .5s; |
|
} |
|
|
|
a:hover { |
|
color: #cfaac7; |
|
} |
|
|
|
|
|
dt {clear:both;} |
|
|
|
dd { |
|
margin-bottom:20px; |
|
min-height:100px; |
|
} |
|
|
|
dd p {margin:0;} |
|
|
|
dt a {width:100%;} |
|
|
|
dt img { |
|
float:left; |
|
margin:5px 10px 5px 0; |
|
border-radius:10px; |
|
} |
|
|
|
|
|
.peach {color: #e27e7f; |
|
font-family:Georgia, Times New Roman, Times, serif} |
|
|
|
#peach-box { |
|
background-color: #f5abad; |
|
clear:both; |
|
color:#FFF; |
|
margin:20px 0; |
|
padding: 10px 0; |
|
text-indent:20px; |
|
} |
|
|
|
.divider { |
|
width: 100%; |
|
color:#999; |
|
margin-left:0; |
|
border-bottom-width: 1px; |
|
border-bottom-style: solid; |
|
} |
|
|
|
.center div {margin:auto;text-align: center;} |
|
|
|
p.center { |
|
margin-left:auto; |
|
margin-right:auto; |
|
text-align: center; |
|
} |
|
|
|
.lefty {float:left;} |
|
.righty {float:right;} |
|
|
|
.abs, a[] { |
|
line-height:24px; |
|
padding: 4px 0px 4px 30px; |
|
background:url(/svg/icon-social/albinoblacksheep-opt.svg) center left no-repeat; |
|
background-size:24px 24px; |
|
} |
|
|
|
footer .center a {padding:4px 6px;} |
|
|
|
.archives {text-align: center;margin:30px 20px;} |
|
|
|
|
|
em, q {font-style: italic;} |
|
|
|
|
|
blockquote { |
|
background: #f9f9f9; |
|
border-radius:6px; |
|
border-left:0px solid #e27e7f; |
|
quotes: "\201C""\201D""\2018""\2019"; |
|
margin:20px; |
|
padding:20px 30px; |
|
position:relative; |
|
box-shadow:inset 1px 1px 3px rgba(0,0,0,0.5); |
|
} |
|
|
|
blockquote:before, |
|
blockquote:after { |
|
|
|
font-family:"Tangerine", Times New Roman, Times, serif; |
|
font-size: 122px; |
|
font-weight:bold; |
|
position:absolute; |
|
} |
|
|
|
blockquote:before { |
|
content: open-quote; |
|
left:10px; |
|
} |
|
|
|
|
|
|
|
|
|
blockquote:after { |
|
content: close-quote; |
|
bottom:0; |
|
right:20px; |
|
} |
|
|
|
#center { |
|
display: inline; |
|
margin: 2px auto 0; |
|
padding-top: 20px; |
|
text-align: center; |
|
} |
|
|
|
|
|
aside { |
|
max-width: 300px; |
|
width:28.6%; |
|
background-color: #FFF; |
|
float: right; |
|
border-radius: 6px; |
|
box-shadow: 1px 1px 12px #666; |
|
box-shadow: 1px 1px 2em rgba(0,0,0,.25); |
|
} |
|
|
|
aside p { margin-left: 10px; margin-right: 10px;} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#google-ad {margin: auto;padding-top: 12px;text-align: center;width: 300px;} |
|
#mobile-ad {margin: auto; text-align: center;} |
|
|
|
#map_canvas {width: 500px; height: 500px; margin: auto; border: 1px solid black;} |
|
|
|
footer { |
|
background-color: transparent; |
|
box-shadow: 0px -12px 12px -12px #000; |
|
box-shadow:0px 0em 2em 1em rgb(0 0 0 / 25%); |
|
clear: both; |
|
margin:0 auto; |
|
padding:40px 0 60px 0; |
|
text-align: center; |
|
width:100%; |
|
} |
|
|
|
|
|
footer a {text-align:center; color:#e27e7f;} |
|
footer a:hover {color: #f5abad;} |
|
|
|
.clear {clear: both;} |
|
img {max-width: 100%; height: auto;} |
|
|
|
|
|
.linkbox-audio, |
|
.linkbox li { |
|
list-style-type: none; |
|
} |
|
|
|
.linkbox-audio {margin:20px; padding: 10px 10px 4px; background: #f9f9f9; width: auto; height: 60px; border-radius: 5px; -moz-border-radius: 5px;-webkit-border-radius: 5px; box-shadow:inset 2px 2px 6px rgba(0,0,0,.5); |
|
} |
|
|
|
#audioplayer1 {padding-top:6px;margin:0 auto;width:100%;height:44px} |
|
|
|
|
|
.linkbox li { |
|
border-radius: 5px; |
|
clear:both; |
|
display: block; |
|
width: 100%; |
|
} |
|
|
|
|
|
.linkbox a { |
|
border-radius: 5px; |
|
box-shadow:inset 1px 1px 3px rgba(0,0,0,0.5); |
|
display: block; |
|
height: 80px; |
|
width: 100%; |
|
} |
|
|
|
|
|
.linkbox a:hover {background: #f3e0e0;} |
|
|
|
.linkbox img { |
|
float: left; |
|
margin: 6px 10px 6px 6px; |
|
background-size: 90px 68px;} |
|
|
|
.outside {margin-left:47px;list-style-position:outside;text-indent:0} |
|
.rel, h2, h3, h4 {clear:both} |
|
strong, b {font-weight:bold} |
|
em, cite, i {font-weight:italic} |
|
.embed-container {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%} |
|
.embed-container iframe, .embed-container object, .embed-container embed {position:absolute;top:0;left:0;width:100%;height:100%} |
|
input.gsc-search-button-v2 {margin-top:7px !important} |
|
table.gsc-search-box td {vertical-align: top} |
|
.gsc-control-cse { |
|
font-family: Arial, sans-serif; |
|
border-color: transparent !important; |
|
background-color: transparent !important;} |
|
|
|
@keyframes myfirst |
|
{from {height:0;} |
|
to {height:522px;}} |
|
@-moz-keyframes myfirst |
|
{from {height:0;} |
|
to {height:522px;}} |
|
@-webkit-keyframes myfirst |
|
{from {height:0;margin:4px auto 0 auto;} |
|
to {height:522px;margin:4px auto 52px auto;}} |
|
|
|
|
|
#openmenu {background:#666;background:rgba(0,0,0,0.6);color:#fff; |
|
max-width:460px; |
|
margin:4px auto 52px auto; |
|
text-align:center; |
|
border-radius:6px; |
|
border:1px solid #333; |
|
box-shadow: 1px 1px 12px #000; |
|
overflow:hidden; |
|
clear:both; |
|
transition: all 2s; |
|
animation: myfirst 2s ease-in-out; |
|
-moz-animation: myfirst 2s ease-in-out; |
|
-webkit-animation: myfirst 2s ease-in-out; |
|
-o-animation: myfirst 2s ease-in-out; |
|
-ms-animation: myfirst 2s ease-in-out; |
|
} |
|
|
|
#openmenu li { |
|
display:block; |
|
line-height:27px; |
|
padding:0; |
|
border:0; |
|
border-bottom:1px solid #202020; |
|
border-bottom-color:rgba(0,0,0,.5); |
|
border-top:1px solid #535353; |
|
border-top-color:rgba(102,102,102,.5); |
|
} |
|
|
|
#openmenu a {display:block;} |
|
#openmenu a:hover {background:#222;background:rgba(255,255,255,0.1);} |
|
#openmenu ul {margin:auto;} |
|
|
|
|
|
|
|
@media screen and (max-width: 1048px) { |
|
|
|
header, footer { |
|
max-width:1048px; |
|
} |
|
article h1 { |
|
margin: 20px 0; |
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (max-width: 978px) { |
|
|
|
article h1 { |
|
margin: 10px 0; |
|
} |
|
|
|
|
|
p, |
|
ul, |
|
ol, |
|
dl, |
|
h1, |
|
h2, |
|
h3, |
|
blockquote, |
|
.linkbox ol, |
|
.linkbox ul, |
|
address, |
|
time { |
|
margin:10px; |
|
} |
|
|
|
header { |
|
width: 100%; |
|
margin: 0; |
|
min-height: 200px; |
|
} |
|
|
|
footer { |
|
width: 100%; |
|
} |
|
|
|
#headertop { |
|
width: auto; |
|
margin: 0; |
|
} |
|
|
|
article h1 { |
|
padding: 10px 10px; |
|
} |
|
|
|
article ol, article ul { |
|
list-style-position:inside; |
|
margin: 10px 10px 10px 25px; |
|
text-indent: -16px; |
|
} |
|
|
|
|
|
.music, .videos, .poses, .search-mobile {display:none;} |
|
|
|
table.center {display:none;} |
|
|
|
h1 { |
|
word-wrap: break-word; |
|
} |
|
|
|
#container { |
|
width:100%; |
|
} |
|
|
|
article, aside { |
|
width:100%; |
|
margin:0; |
|
max-width:100%; |
|
} |
|
|
|
|
|
#peach-box { |
|
text-indent:10px; |
|
} |
|
|
|
.linkbox-audio {margin:10px;} |
|
audio {padding-top:6px;margin:0 auto;width:100%;height:44px} |
|
|
|
.linkbox a {height:56px;} |
|
.linkbox img {height:44px;width:auto;} |
|
|
|
dt img { |
|
width:320px; |
|
height:auto; |
|
margin:0 auto 8px auto; |
|
text-align:center; |
|
display:block; |
|
float:none; |
|
padding: 0; |
|
} |
|
|
|
dt, dd {max-width:320px;margin:auto;} |
|
|
|
|
|
dt img {width:480px} |
|
dt, dd {max-width:480px} |
|
|
|
|
|
dt {font-size:150%;line-height: 1.25;} |
|
|
|
dd {padding: 5px 0 40px 0;text-align:left;} |
|
|
|
dl, dt, dt a {margin:auto;text-indent:0;text-align:center;} |
|
|
|
|
|
|
|
.menu {display:inline;} |
|
.search-mobile a {font-size: 20px;} |
|
.menu img {vertical-align: -6px;} |
|
|
|
#map_canvas {width: 300px; height: 300px;} |
|
|
|
} |
|
|
|
@media screen and (max-width: 720px) { |
|
.menu, .search-mobile {display:inline;} |
|
.search {display:none;} |
|
} |
|
|
|
@media all and (min-width:0px) and (max-width:480px) { |
|
|
|
|
|
|
|
|
|
#headertop {height:54px;} |
|
|
|
|
|
#headertop h1 { |
|
font-size: 42px; |
|
line-height:54px; |
|
padding:0 0 0 80px; |
|
} |
|
|
|
|
|
header a:hover img { |
|
-webkit-filter: none; |
|
-moz-filter:none; |
|
-ms-filter:none; |
|
-o-filter:none; |
|
filter:none; |
|
} |
|
|
|
#logo { |
|
width:80px; |
|
height:auto; |
|
} |
|
|
|
article h1 {font-size:34px;} |
|
|
|
h2 {text-align: left; margin: 10px;} |
|
|
|
p, ul, ol, dl {margin:10px;} |
|
|
|
.linkbox p {font-size:14px;} |
|
|
|
nav li {line-height:50px;} |
|
nav a {padding:12px 12px;} |
|
.menu a {padding:10px 12px 15px 12px;} |
|
.search-mobile a {font-size: 20px; |
|
padding:12px 12px 15px 12px;} |
|
|
|
|
|
#openmenu ul {margin:auto} |
|
|
|
|
|
} |
|
|
|
|
|
li {padding-top:4px; |
|
padding-bottom:4px;} |
|
|
|
|
|
|
|
.social-icons { |
|
padding: 10px; |
|
padding-top: 20px; |
|
text-align: center; |
|
overflow:auto; |
|
box-sizing:border-box; |
|
max-width:300px; |
|
margin:0 auto; |
|
} |
|
.social-icons li {display:inline-block;margin:0 2%;vertical-align:top;float:left;width:16%;box-sizing:border-box;} |
|
.social-icons a { |
|
width:100%; |
|
display:block; |
|
color:#fff; |
|
background:#f5abad; |
|
width:100%;height:100%; |
|
padding:5px; |
|
border-radius:4px; |
|
box-sizing:border-box; |
|
} |
|
|
|
.social-icons a:hover {background:#e27e7f;} |
|
.social-icons svg {width:100%;height:100%;display:block;box-sizing:border-box;} |
|
</style> |
|
<meta charset="utf-8"> |
|
<title> |
|
Namati Yoga Mat Bag | LexiYoga |
|
</title> |
|
|
|
<meta content="Namati Yoga Bag Giveaway. Win a lovely handmade knit yoga mat bag, accessory bag and a re-grip mat wash. This bag is quite a fashion statement, and is 100% cotton, so it's soft to touch and is machine washable. " name="description"> |
|
<meta content="Namati Yoga Bag, handmade, knit, handcrafted yoga mat bag, accessory mat, re-grip mat wash, Canadian made, 100% cotton, soft to touch, standard yoga mat " name="keywords"> |
|
<meta content="summary" name="twitter:card"> |
|
<meta content="@lexiyoga" name="twitter:site"> |
|
<meta content="Namati Yoga Mat Bag" name="twitter:title"> |
|
<meta content="Namati Yoga Mat Bag" property="og:title"> |
|
<meta content="Namati Yoga Bag Giveaway. Win a lovely handmade knit yoga mat bag, accessory bag and a re-grip mat wash. This bag is quite a fashion statement, and is 100% cotton, so it's soft to touch and is machine washable. " name="twitter:description"> |
|
<meta content="Namati Yoga Bag Giveaway. Win a lovely handmade knit yoga mat bag, accessory bag and a re-grip mat wash. This bag is quite a fashion statement, and is 100% cotton, so it's soft to touch and is machine washable. " name="og:description"> |
|
<meta content="" name="twitter:image"> |
|
<meta content="" property="og:image"> |
|
<meta content="" name="twitter:url"> |
|
<meta content="" name="og:url"> |
|
<meta content="43.76889, -79.41263" name="ICBM"> |
|
<meta content="LexiYoga" name="DC.title"> |
|
<meta content="telephone=no" name="format-detection"> |
|
<meta content="5a39bec583b0e7ad7c3dec00b5a17923" name="p:domain_verify"> |
|
|
|
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"> |
|
|
|
<meta content="66_PP8IDQsHYMQ-E590DKz5Ehc48pfQqzW9sajfXApw" name="google-site-verification"> |
|
<meta content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"> |
|
<meta content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"> |
|
<meta content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"> |
|
<meta content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"> |
|
</head> |
|
<body> |
|
<header> |
|
<div id="headertop"> |
|
<a> |
|
<img alt="LexiYoga" height="202" id="logo" src="rick.jpg" width="200"> |
|
<h1> |
|
LexiYoga |
|
</h1> |
|
</a> |
|
<nav> |
|
<ul> |
|
<li class="menu"> |
|
<a onclick="showhide(document.getElementById('openmenu')); return false;"> |
|
☰ |
|
</a> |
|
</li> |
|
<li class="videos"> |
|
<a> |
|
Yoga Videos |
|
</a> |
|
</li> |
|
<li class="poses"> |
|
<a> |
|
Yoga Poses |
|
</a> |
|
</li> |
|
<li class="music"> |
|
<a> |
|
Yoga Reviews |
|
</a> |
|
</li> |
|
</ul> |
|
</nav> |
|
</div> |
|
<div id="openmenu" style="display:none;"> |
|
<ul> |
|
<li> |
|
<a> |
|
Yoga Music |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Yoga Videos |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Yoga Poses |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Yoga Styles |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</header> |
|
<div id="container" style="height: auto !important;"> |
|
<article style="height: auto !important;"> |
|
<h1> |
|
Namati Yoga Bag Giveaway |
|
</h1> |
|
<div style="margin-top: 20px;"> |
|
|
|
<ins class="adsbygoogle" data-ad-client="ca-pub-6405183578653972" data-ad-format="auto" data-ad-slot="[PHONE REDACTED]" data-adsbygoogle-status="done" style="display: block; height: 280px;"> |
|
<div aria-label="Advertisement" id="aswift_0_host" style="border: none; height: 280px; width: 727px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: visible;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</div> |
|
<p> |
|
I'd like to thank Namati for sending me a lovely handmade knit yoga mat bag, accessory bag and a re-grip mat wash. I think it's such a unique and creative idea to knit yoga bags, as you can choose the pattern and color of your choice. |
|
</p> |
|
<p> |
|
Namati has a whole page on their website about how colors affects us. I chose the color purple, since it's my favorite. |
|
</p> |
|
<blockquote cite=""> |
|
<p> |
|
Choosing a purple mat or wearing purple active wear stimulates imagination, promotes creativity, and is uplifting. Purple can help you to re-balance your life and remove obstacles. |
|
</p> |
|
</blockquote> |
|
<p class="center"> |
|
<div class="" style="width: 400px; height: 208px;"> |
|
<img alt="Namati Yoga Bag" class="reflected" height="160" src="rick.jpg" style="vertical-align: bottom;" title="Namati Yoga Bag" width="400"> |
|
<canvas height="48" style="height: 48px; width: 400px;" width="400"> |
|
</canvas> |
|
</div> |
|
</p> |
|
<p> |
|
The lacey pattern of the mat bag provides proper ventilation, especially if you're taking a hot yoga class, and your mat gets soaked. |
|
<a> |
|
Manduka Yoga Mat |
|
</a> |
|
inside mine. This bag is quite a fashion statement, and is 100% cotton, so it's soft to touch and is machine washable. |
|
</p> |
|
<p> |
|
The accessory bag is quite useful, as you can keep you keys, wallet, water bottle, or any other items you need to take to your yoga class. It's really a nice sized bag that's perfect for all your yoga class needs. |
|
</p> |
|
<div class="google-auto-placed ap_container" style="width: 100%; height: auto; clear: both; text-align: center;"> |
|
<ins class="adsbygoogle adsbygoogle-noablate" data-ad-client="ca-pub-6405183578653972" data-ad-format="auto" data-adsbygoogle-status="done" style="display: block; margin: auto; background-color: transparent; height: 280px;"> |
|
<div aria-label="Advertisement" id="aswift_3_host" style="border: none; height: 280px; width: 727px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: visible;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</div> |
|
<p> |
|
Here's the Namati story, and how they started out as a yoga mat bag company: |
|
</p> |
|
<blockquote> |
|
<p> |
|
We are a Canadian family company located in Kitchener, Ontario. |
|
</p> |
|
<p> |
|
A couple of years ago my sister and I were planning to attend a retreat in Toronto held by the Chopra Center. As part of the retreat they were holding introductory yoga classes. |
|
</p> |
|
<p> |
|
We created an attractive yoga mat bag out of 100% cotton that was travel friendly. We attended the retreat, fell in love with yoga, and had people asking about our bags. |
|
</p> |
|
<p> |
|
Namati was born. |
|
</p> |
|
</blockquote> |
|
<h2> |
|
Win a free Namati Yoga Mat Bag |
|
</h2> |
|
<p> |
|
Namati would like to send a free handmade yoga mat bag, accessory bag and re-grip mat spray to one lucky winner. You get to choose the color of the bags and the scent of the spray. |
|
</p> |
|
<p> |
|
In order to win a Namati yoga mat bag, accessory bag and re-grip mat wash, these are the following steps you have to take: |
|
</p> |
|
<ol class="outside"> |
|
<li> |
|
Add LexiYoga on |
|
<a> |
|
Twitter |
|
</a> |
|
. |
|
</li> |
|
<li> |
|
Add LexiYoga on |
|
<a> |
|
Pintrest |
|
</a> |
|
. |
|
</li> |
|
<li> |
|
Become a fan on |
|
<a> |
|
Facebook |
|
</a> |
|
. |
|
</li> |
|
<li> |
|
Subscribe on |
|
<a> |
|
YouTube |
|
</a> |
|
. |
|
</li> |
|
</ol> |
|
<p> |
|
The winner will be announced on |
|
<strong> |
|
Sunday August 12th |
|
</strong> |
|
. |
|
</p> |
|
<p> |
|
Good luck to everyone! This is my sixth giveaway on my website. |
|
</p> |
|
<div style="margin-top: 20px;"> |
|
|
|
<ins class="adsbygoogle" data-ad-client="ca-pub-6405183578653972" data-ad-format="auto" data-ad-slot="[PHONE REDACTED]" data-adsbygoogle-status="done" style="display: block; height: 0px;"> |
|
<div aria-label="Advertisement" id="aswift_1_host" style="border: none; height: 0px; width: 727px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: hidden; opacity: 0;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</div> |
|
<h2 class="rel"> |
|
Related Links |
|
</h2> |
|
<ul> |
|
<li> |
|
See more |
|
<a> |
|
Reviews |
|
</a> |
|
. |
|
</li> |
|
<li> |
|
<a> |
|
Champion USA Shape Wear Review |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
The Search for the Perfect Yoga Mat |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
The Original Yoga Sheep Skin Mat |
|
</a> |
|
</li> |
|
</ul> |
|
</article> |
|
<aside style="height: auto !important;"> |
|
<ul class="social-icons"> |
|
<li> |
|
<a rel="me" title="Facebook"> |
|
</a> |
|
</li> |
|
<li> |
|
<a rel="me" title="Twitter"> |
|
</a> |
|
</li> |
|
<li> |
|
<a title="YouTube"> |
|
</a> |
|
</li> |
|
<li> |
|
<a title="Instagram"> |
|
</a> |
|
</li> |
|
</ul> |
|
<p class="peach"> |
|
<q> |
|
You cannot always control what goes on outside. But you can always control what goes on inside. |
|
</q> |
|
Mr. Yoga |
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="side"> |
|
<p> |
|
<strong> |
|
NEW |
|
</strong> |
|
- |
|
<a> |
|
Advertise Your Business |
|
</a> |
|
</p> |
|
<p> |
|
<strong> |
|
Daily |
|
</strong> |
|
<a> |
|
Horoscope |
|
</a> |
|
</p> |
|
<p> |
|
<strong> |
|
Add |
|
</strong> |
|
<a> |
|
horoscopes to your site |
|
</a> |
|
</p> |
|
<p> |
|
<strong> |
|
Add |
|
</strong> |
|
<a> |
|
Live Earth & Moon |
|
</a> |
|
</p> |
|
</div> |
|
|
|
<div class="mc_embed_signup" id="mc_embed_signup"> |
|
<form action="" class="validate" id="mc-embedded-subscribe-form" method="post" name="mc-embedded-subscribe-form" target="_blank"> |
|
<div id="mc_embed_signup_scroll"> |
|
<h2> |
|
Mailing List |
|
</h2> |
|
|
|
|
|
<div class="mc-field-group"> |
|
<p> |
|
<label for="mce-EMAIL"> |
|
Email: |
|
|
|
</label> |
|
<input class="required email" id="mce-EMAIL" name="EMAIL" required type="email" value> |
|
</p> |
|
</div> |
|
<div class="clear" id="mce-responses"> |
|
<div class="response" id="mce-error-response" style="display:none"> |
|
</div> |
|
<div class="response" id="mce-success-response" style="display:none"> |
|
</div> |
|
</div> |
|
|
|
<div aria-hidden="true" style="position: absolute; left: -5000px;"> |
|
<input name="b_5e770388d321ea3973803380c_0d4f4b5c78" tabindex="-1" type="text" value> |
|
</div> |
|
<div class="clear"> |
|
<p> |
|
<input class="button" id="mc-embedded-subscribe" name="subscribe" type="submit" value="Subscribe"> |
|
</p> |
|
</div> |
|
</div> |
|
</form> |
|
<div class="google-auto-placed" style="width: 100%; height: auto; clear: both; text-align: center;"> |
|
<ins class="adsbygoogle adsbygoogle-noablate" data-ad-client="ca-pub-6405183578653972" data-ad-format="auto" data-adsbygoogle-status="done" style="display: block; margin: 10px auto; background-color: transparent; height: 240px;"> |
|
<div aria-label="Advertisement" id="aswift_5_host" style="border: none; height: 240px; width: 300px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: visible;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</div> |
|
</div> |
|
<div class="google-auto-placed" style="width: 100%; height: auto; clear: both; text-align: center;"> |
|
<ins class="adsbygoogle adsbygoogle-noablate" data-ad-client="ca-pub-6405183578653972" data-ad-format="auto" data-adsbygoogle-status="done" style="display: block; margin: 10px auto; background-color: transparent; height: 240px;"> |
|
<div aria-label="Advertisement" id="aswift_4_host" style="border: none; height: 240px; width: 300px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: visible;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</div> |
|
|
|
</aside> |
|
<div class="clear"> |
|
</div> |
|
</div> |
|
<div class="google-auto-placed" style="width: 100%; height: auto; clear: both; text-align: center;"> |
|
<ins class="adsbygoogle adsbygoogle-noablate" data-ad-client="ca-pub-6405183578653972" data-ad-format="auto" data-adsbygoogle-status="done" style="display: block; margin: 10px auto; background-color: transparent; height: 60px;"> |
|
<div id="aswift_6_host" style="border: none; height: 60px; width: 1200px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;"> |
|
</div> |
|
</ins> |
|
</div> |
|
<footer id="footer"> |
|
<p> |
|
© 2009–2023 Lexii Networking Ltd. |
|
</p> |
|
<p> |
|
Design by |
|
<a class="abs" rel="contact"> |
|
Albino Blacksheep |
|
</a> |
|
with LexiYoga. |
|
</p> |
|
<p class="center"> |
|
<a> |
|
HTML5 |
|
</a> |
|
<a> |
|
About |
|
</a> |
|
<a> |
|
SiteMap |
|
</a> |
|
<a> |
|
Contact |
|
</a> |
|
</p> |
|
</footer> |
|
|
|
|
|
|
|
|
|
|
|
|
|
<ins class="adsbygoogle adsbygoogle-noablate" data-adsbygoogle-status="done" style="display: none !important;"> |
|
<div aria-label="Advertisement" id="aswift_2_host" style="border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;" tabindex="0" title="Advertisement"> |
|
</div> |
|
</ins> |
|
</body> |
|
</html> |
|
|