promote source code.
modified: common.css modified: index.html
This commit is contained in:
parent
bdbc72fe37
commit
6bc01b74e5
2 changed files with 36 additions and 4 deletions
|
|
@ -377,7 +377,7 @@ section.call-to-action {
|
|||
}
|
||||
|
||||
section.one-column, section.one-column-thin {
|
||||
max-width: 600px;
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
|
|||
38
index.html
38
index.html
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
<title>
|
||||
Sell digital downloads—commission free with Make Post Sell</title>
|
||||
<title>Sell digital downloads—commission free with Make Post Sell</title>
|
||||
|
||||
<!-- this makes mobile pretty... -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
@ -18,7 +17,7 @@ Sell digital downloads—commission free with Make Post Sell</title>
|
|||
<body style="color: #515151; background-color: #F9F9FA;">
|
||||
|
||||
<div class="message-ribbon">
|
||||
Sell digital downloads—commission free!</title>
|
||||
Sell digital downloads—commission free!
|
||||
</div>
|
||||
|
||||
<noscript>
|
||||
|
|
@ -95,6 +94,39 @@ Sell digital downloads—commission free!</title>
|
|||
|
||||
<section class="one-column well">
|
||||
|
||||
<br/>
|
||||
|
||||
<span class="huge-bold-dark">
|
||||
Open Source & <span class="avoid-wrap">Public Domain</span>
|
||||
</span>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<section class="one-column well">
|
||||
<span style="font-size: .8em;">
|
||||
Make Post Sell is a Python (Pyramid) web application which provides an environment for multi tenant e-commerse shops.
|
||||
</span>
|
||||
</section>
|
||||
|
||||
<br/>
|
||||
Good news, you need not know that means, in order to create a shop:
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<center>
|
||||
<a href="https://git.unturf.com/engineering/make-post-sell/make_post_sell" target="_blank" class="product-edit-button mps-button">+ Source Code</a>
|
||||
<a href="https://my.makepostsell.com/s/new" target="_blank" class="shop-new-button mps-button">+ New Shop</a>
|
||||
</center>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<span class="huge-bold-dark">
|
||||
Sell the digital things you make—commission free
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue