Skip to content

Replaced http-links to https-variants. #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
372 changes: 186 additions & 186 deletions css/tachyons.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/tachyons.min.css

Large diffs are not rendered by default.

21 changes: 5 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,16 @@
</head>
<body class="w-100 sans-serif">
<header class="w-100 pa3 ph5-ns bg-white">
<div class="flex flex-wrap flex-nowrap-ns items-center mw9 center w-100">
<div class="flex items-center w-100 w-50-ns mb2 mb0-ns">
<a href="/" class="nowrap dib f5 f4-ns fw6 mt0 mb1 link black-90" title="Home">
<div class="db dt-ns mw9 center w-100">
<div class="db dtc-ns v-mid tl w-50">
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
Tachyons
<div class="dib">
<small class="nowrap f7 mt2 mt3-ns pr2 black-70">v4.12.0</small>
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.12.0</small>
</div>
</a>

<div class='ml-auto dn inline-flex-l' style='height:20px'>
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="24px"></iframe>
</div>

<a href="https://twitter.com/intent/tweet?text=Tachyons: A functional css toolkit for designing in the browser.&url=http://tachyons.io" class="twitter nowrap bg-white-50 dim link flex-nowrap dn inline-flex-l items-center br2 ph2 pv1 lh-solid" style="background-color: #55acee;">
<svg class="geomicon dib v-mid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="12" height="12" fill="#fff">
<path d="M2 4 C6 8 10 12 15 11 A6 6 0 0 1 22 4 A6 6 0 0 1 26 6 A8 8 0 0 0 31 4 A8 8 0 0 1 28 8 A8 8 0 0 0 32 7 A8 8 0 0 1 28 11 A18 18 0 0 1 10 30 A18 18 0 0 1 0 27 A12 12 0 0 0 8 24 A8 8 0 0 1 3 20 A8 8 0 0 0 6 19.5 A8 8 0 0 1 0 12 A8 8 0 0 0 3 13 A8 8 0 0 1 2 4"/>
</svg>
<span class="white fw6" style="font-size: 12px;">Tweet</span>
</a>
</div>
<nav class="flex w-100 w-50-ns justify-start justify-end-ns">
<nav class="db dtc-ns v-mid w-100 tl tr-ns mt2 mt0-ns">
<a title="Documentation" href="/docs/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Docs
Expand Down
2 changes: 1 addition & 1 deletion src/components-build-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const cleanTitleize = str => titleize(str.replace(/(_|-)/g, ' '));
const creationTimeToYMD = c => moment(c.creationTime).format('YYYY-MM-DD');

module.exports = {
siteUrl: 'http://tachyons.io', // needed for RSS feed
siteUrl: 'https://tachyons.io', // needed for RSS feed
siteDescription: 'Tachyons. Functional CSS for humans.',
// Components
components: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="f3 athelas mt0 lh-title">Tech Giant Invests Huge Money to Build a Com
</p>
</div>
<div class="pl3-ns order-1 order-2-ns mb4 mb0-ns w-100 w-40-ns">
<img src="http://mrmrs.github.io/photos/cpu.jpg" class="db" alt="Photo of a dimly lit room with a computer interface terminal.">
<img src="https://mrmrs.github.io/photos/cpu.jpg" class="db" alt="Photo of a dimly lit room with a computer interface terminal.">
</div>
</div>
<p class="f6 lh-copy gray mv0">By <span class="ttu">Robin Darnell</span></p>
Expand All @@ -31,7 +31,7 @@ <h1 class="f3 athelas mt0 lh-title">A whale takes up residence in a large body o
</p>
</div>
<div class="pl3-ns order-1 order-2-ns mb4 mb0-ns w-100 w-40-ns">
<img src="http://mrmrs.github.io/photos/whale.jpg" class="db" alt="Photo of a whale's tale coming crashing out of the water.">
<img src="https://mrmrs.github.io/photos/whale.jpg" class="db" alt="Photo of a whale's tale coming crashing out of the water.">
</div>
</div>
<p class="f6 lh-copy gray mv0">By <span class="ttu">Katherine Grant</span></p>
Expand All @@ -50,7 +50,7 @@ <h1 class="f3 athelas mt0 lh-title">
</p>
</div>
<div class="pl3-ns order-1 order-2-ns mb4 mb0-ns w-100 w-40-ns">
<img src="http://mrmrs.github.io/photos/warehouse.jpg" class="db" alt="Photo of a warehouse with stacked shelves.">
<img src="https://mrmrs.github.io/photos/warehouse.jpg" class="db" alt="Photo of a warehouse with stacked shelves.">
</div>
</div>
<p class="f6 lh-copy gray mv0">By <span class="ttu">Imelda Clancy</span></p>
Expand Down
6 changes: 3 additions & 3 deletions src/components/article-lists/title-preview-author-media.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 class="baskerville fw1 ph3 ph0-l">News</h2>
<a class="db pv4 ph3 ph0-l no-underline black dim" href="#0">
<div class="flex flex-column flex-row-ns">
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<img src="http://mrmrs.github.io/photos/cpu.jpg" class="db" alt="Photo of a dimly lit room with a computer interface terminal.">
<img src="https://mrmrs.github.io/photos/cpu.jpg" class="db" alt="Photo of a dimly lit room with a computer interface terminal.">
</div>
<div class="w-100 w-60-ns pl3-ns">
<h1 class="f3 fw1 baskerville mt0 lh-title">Tech Giant Invests Huge Money to Build a Computer Out of Science Fiction</h1>
Expand All @@ -25,7 +25,7 @@ <h1 class="f3 fw1 baskerville mt0 lh-title">Tech Giant Invests Huge Money to Bui
<a class="db pv4 ph3 ph0-l no-underline black dim" href="#0">
<div class="flex flex-column flex-row-ns">
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<img src="http://mrmrs.github.io/photos/warehouse.jpg" class="db" alt="Photo of a warehouse with stacked shelves.">
<img src="https://mrmrs.github.io/photos/warehouse.jpg" class="db" alt="Photo of a warehouse with stacked shelves.">
</div>
<div class="w-100 w-60-ns pl3-ns">
<h1 class="f3 fw1 baskerville mt0 lh-title">Warehouse Prices Are Fast on the Rise</h1>
Expand All @@ -45,7 +45,7 @@ <h1 class="f3 fw1 baskerville mt0 lh-title">Warehouse Prices Are Fast on the Ris
<a class="db pv4 ph3 ph0-l no-underline black dim" href="#0">
<div class="flex flex-column flex-row-ns">
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<img src="http://mrmrs.github.io/photos/whale.jpg" class="db" alt="Photo of a whale's tale coming crashing out of the water.">
<img src="https://mrmrs.github.io/photos/whale.jpg" class="db" alt="Photo of a whale's tale coming crashing out of the water.">
</div>
<div class="w-100 w-60-ns pl3-ns">
<h1 class="f3 fw1 baskerville mt0 lh-title">Giant Whale Invests Huge Money to Build a Computer Out of Plankton</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/components/articles/feature.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bodyClass" : "bg-white"
}}}
<article class="athelas">
<div class="vh-100 dt w-100 tc bg-dark-gray white cover" style="background:url(http://mrmrs.github.io/photos/u/009.jpg) no-repeat center;">
<div class="vh-100 dt w-100 tc bg-dark-gray white cover" style="background:url(https://mrmrs.github.io/photos/u/009.jpg) no-repeat center;">
<div class="dtc v-mid">
<header class="white-70">
<h2 class="f6 fw1 ttu tracked mb2 lh-title">Issue Six</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/components/articles/full-bleed-background.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
}}}
<article data-name="article-full-bleed-background">
<div class="cf" style="background: url(http://mrmrs.github.io/photos/12.jpg) no-repeat center center fixed; background-size: cover;">
<div class="cf" style="background: url(https://mrmrs.github.io/photos/12.jpg) no-repeat center center fixed; background-size: cover;">
<div class="fl pa3 pa4-ns bg-white black-70 measure-narrow f3 times">
<header class="bb b--black-70 pv4">
<h3 class="f2 fw7 ttu tracked lh-title mt0 mb3 avenir">Prasat Suor Prat</h3>
Expand Down
12 changes: 6 additions & 6 deletions src/components/articles/photo-essay.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<article class="helvetica pb5">
<header class="vh-100 bg-light-pink dt w-100">
<div
style="background:url(http://mrmrs.github.io/photos/display.jpg) no-repeat center right;background-size: cover;"
style="background:url(https://mrmrs.github.io/photos/display.jpg) no-repeat center right;background-size: cover;"
class="dtc v-mid cover ph3 ph4-m ph5-l">
<h1 class="f2 f-subheadline-l measure lh-title fw9">A Night Taking Photos at San Francisco’s Spooky Ruins of the Sutro Baths</h1>
<h2 class="f6 fw6 black">A story by Nancy Drew</h2>
Expand All @@ -16,7 +16,7 @@ <h2 class="f6 fw6 black">A story by Nancy Drew</h2>
<div class="f5 f3-m lh-copy">
<div class="cf dt-l w-100 bt b--black-10 pv4">
<div class="dtc-l v-mid mw6 pr3-l">
<img class="w-100" src="http://mrmrs.github.io/photos/009.jpg" alt=""/>
<img class="w-100" src="https://mrmrs.github.io/photos/009.jpg" alt=""/>
</div>
<div class="dtc-l v-mid f6 f5-m f4-l measure-l">
<p class="measure pv4-l center">
Expand Down Expand Up @@ -50,16 +50,16 @@ <h2 class="f6 fw6 black">A story by Nancy Drew</h2>
</div>
<div class="cf">
<div class="fl w-100 w-50-l pr2-l pb3">
<img class="db w-100" src="http://mrmrs.github.io/photos/010.jpg" alt="Photo of a dusk skyline above a grassy rockface covered in trees.">
<img class="db w-100" src="https://mrmrs.github.io/photos/010.jpg" alt="Photo of a dusk skyline above a grassy rockface covered in trees.">
</div>
<div class="fl w-50 w-50-l pr1 pr0-l pl2-l pb3">
<img class="db w-100" src="http://mrmrs.github.io/photos/011.jpg" alt="Photo of the sea and sky on the horizon with the foundations of a demolished house.">
<img class="db w-100" src="https://mrmrs.github.io/photos/011.jpg" alt="Photo of the sea and sky on the horizon with the foundations of a demolished house.">
</div>
<div class="fl w-50 w-50-l pl2 pl0-l pr2-l pb3">
<img class="db w-100" src="http://mrmrs.github.io/photos/012.jpg" alt="Photo of the sea with mist covering the rocky formations near the shore.">
<img class="db w-100" src="https://mrmrs.github.io/photos/012.jpg" alt="Photo of the sea with mist covering the rocky formations near the shore.">
</div>
<div class="fl w-100 w-50-l pl2-l">
<img class="db w-100" src="http://mrmrs.github.io/photos/013.jpg" alt="Photo of the foundations of a building on a cliff overlooking a lighthouse.">
<img class="db w-100" src="https://mrmrs.github.io/photos/013.jpg" alt="Photo of the foundations of a building on a cliff overlooking a lighthouse.">
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/components/articles/single-column-large-title.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@
<header class="avenir tc-l ph3 ph4-ns pt4 pt5-ns">
<h1 class="f3 f2-m f-subheadline-l measure lh-title fw1 mt0">A Night of Taking Photos at the Spooky Ruins of the Sutro Baths</h1>
<time class="f5 f4-l db fw1 baskerville mb4"> March 19th, 2015</time>
<img class="w-100 dib measure f3" src="http://mrmrs.github.io/photos/009.jpg" alt="A photo of sutro baths by Adam Morse"/>
<img class="w-100 dib measure f3" src="https://mrmrs.github.io/photos/009.jpg" alt="A photo of sutro baths by Adam Morse"/>
</header>
<div class="ph3 ph4-m ph5-l">
<p class="f4 mb4 center measure lh-copy">
On <time>March 14, 1896</time>, the Sutro Baths were opened to the public as the world's largest indoor swimming pool establishment. </p>
<div class="measure db center f5 f4-ns lh-copy">
<img class="db w-100 mt4 mt5-ns" src="http://mrmrs.github.io/photos/013.jpg" alt="Photo of the foundations of a building on a cliff overlooking a lighthouse.">
<img class="db w-100 mt4 mt5-ns" src="https://mrmrs.github.io/photos/013.jpg" alt="Photo of the foundations of a building on a cliff overlooking a lighthouse.">
<p>
Before it burned to the ground, the structure filled a small beach
inlet below the Cliff House, also owned by Adolph Sutro at the time.
Shortly after closing, a fire in 1966 destroyed the building
while it was in the process of being demolished.
</p>
<img class="db w-100 mt4 mt5-ns" src="http://mrmrs.github.io/photos/012.jpg" alt="Photo of the sea with mist covering the rocky formations near the shore.">
<img class="db w-100 mt4 mt5-ns" src="https://mrmrs.github.io/photos/012.jpg" alt="Photo of the sea with mist covering the rocky formations near the shore.">
<p>
During high tides, water would flow directly into the pools from the
nearby ocean, recycling the two million US gallons of water in about an hour.
</p>
<img class="db w-100 mt4 mt5-ns" src="http://mrmrs.github.io/photos/010.jpg" alt="Photo of a dusk skyline above a grassy rockface covered in trees.">
<img class="db w-100 mt4 mt5-ns" src="https://mrmrs.github.io/photos/010.jpg" alt="Photo of a dusk skyline above a grassy rockface covered in trees.">
<p>
All that remains
of the site are concrete walls, blocked off stairs and
passageways, and a tunnel with a deep crevice in the middle. The
cause of the fire was arson. Shortly afterwards, the developer
left San Francisco and claimed insurance money.
</p>
<img class="db w-100 mt4 mt5-ns" src="http://mrmrs.github.io/photos/011.jpg" alt="Photo of the sea and sky on the horizon with the foundations of a demolished house.">
<img class="db w-100 mt4 mt5-ns" src="https://mrmrs.github.io/photos/011.jpg" alt="Photo of the sea and sky on the horizon with the foundations of a demolished house.">
<p>
During low tides, a powerful turbine water pump,
built inside a cave at sea level, could be switched on from a control
Expand Down
2 changes: 1 addition & 1 deletion src/components/avatars/circle-border.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<div class="pa4 tc">
<img
src="http://tachyons.io/img/logo.jpg"
src="https://tachyons.io/img/logo.jpg"
class="br-100 ba h3 w3 dib" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/avatars/circle.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<div class="pa4 tc">
<img
src="http://tachyons.io/img/logo.jpg"
src="https://tachyons.io/img/logo.jpg"
class="br-100 h3 w3 dib" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/avatars/double-ring.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
}
}}}
<div class="tc pa4">
<img src="http://tachyons.io/img/logo.jpg" class="br-100 pa1 ba b--black-10 h3 w3" alt="avatar">
<img src="https://tachyons.io/img/logo.jpg" class="br-100 pa1 ba b--black-10 h3 w3" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/avatars/rounded-large.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<div class="pa4 tc">
<img
src="http://tachyons.io/img/logo.jpg"
src="https://tachyons.io/img/logo.jpg"
class="br4 h3 w3 dib" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/avatars/rounded-medium.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<div class="pa4 tc">
<img
src="http://tachyons.io/img/logo.jpg"
src="https://tachyons.io/img/logo.jpg"
class="br2 h3 w3 dib" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/avatars/rounded-small.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<div class="pa4 tc">
<img
src="http://tachyons.io/img/logo.jpg"
src="https://tachyons.io/img/logo.jpg"
class="br1 h3 w3 dib" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/avatars/square.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<div class="pa4 tc">
<img
src="http://tachyons.io/img/logo.jpg"
src="https://tachyons.io/img/logo.jpg"
class="h3 w3 dib" alt="avatar">
</div>
2 changes: 1 addition & 1 deletion src/components/cards/news-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="pv2 ph3">
<h1 class="f6 ttu tracked">Daily News Co.</h1>
</div>
<img src="http://tachyons.io/img/cat-720.jpg" class="w-100 db" alt="Closeup photo of a tabby cat yawning.">
<img src="https://tachyons.io/img/cat-720.jpg" class="w-100 db" alt="Closeup photo of a tabby cat yawning.">
<div class="pa3">
<a href="#" class="link dim lh-title">15 things every cat owner should know</a>
<small class="gray db pv2">AMP - <time>6 hours ago</time></small>
Expand Down
2 changes: 1 addition & 1 deletion src/components/cards/product-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
}}}
<article class="br2 ba dark-gray b--black-10 mv4 w-100 w-50-m w-25-l mw5 center">
<img src="http://placekitten.com/g/600/300" class="db w-100 br2 br--top" alt="Photo of a kitten looking menacing.">
<img src="https://placekitten.com/g/600/300" class="db w-100 br2 br--top" alt="Photo of a kitten looking menacing.">
<div class="pa2 ph3-ns pb3-ns">
<div class="dt w-100 mt1">
<div class="dtc">
Expand Down
2 changes: 1 addition & 1 deletion src/components/cards/profile-card-title-subtitle.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}}}
<article class="mw5 center bg-white br3 pa3 pa4-ns mv3 ba b--black-10">
<div class="tc">
<img src="http://tachyons.io/img/avatar_1.jpg" class="br-100 h4 w4 dib ba b--black-05 pa2" title="Photo of a kitty staring at you">
<img src="https://tachyons.io/img/avatar_1.jpg" class="br-100 h4 w4 dib ba b--black-05 pa2" title="Photo of a kitty staring at you">
<h1 class="f3 mb2">Mimi W.</h1>
<h2 class="f5 fw4 gray mt0">CCO (Chief Cat Officer)</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/cards/profile-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}}}
<article class="mw5 center bg-white br3 pa3 pa4-ns mv3 ba b--black-10">
<div class="tc">
<img src="http://tachyons.io/img/avatar_1.jpg" class="br-100 h3 w3 dib" title="Photo of a kitty staring at you">
<img src="https://tachyons.io/img/avatar_1.jpg" class="br-100 h3 w3 dib" title="Photo of a kitty staring at you">
<h1 class="f4">Mimi Whitehouse</h1>
<hr class="mw3 bb bw1 b--black-10">
</div>
Expand Down
Loading