mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 17:50:09 +02:00
website/default: copy change
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<title>
|
<title>
|
||||||
{% if page.url == '/' %}Web Maker{% else %}{{ title}} - Web Maker{% endif
|
{% if page.url == '/' %}Web Maker{% else %}{{ title }} - Web Maker{% endif
|
||||||
%}
|
%}
|
||||||
</title>
|
</title>
|
||||||
<meta property="og:title" content="Web Maker" />
|
<meta property="og:title" content="Web Maker" />
|
||||||
@@ -87,11 +87,6 @@
|
|||||||
button {
|
button {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
|
||||||
color: #6a6a6a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.homepage-title {
|
.homepage-title {
|
||||||
font-size: 3.1em;
|
font-size: 3.1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -442,7 +437,9 @@
|
|||||||
<a class="btn download-btn web-app-btn" href="/app/">
|
<a class="btn download-btn web-app-btn" href="/app/">
|
||||||
<span>Open Web App</span>
|
<span>Open Web App</span>
|
||||||
</a>
|
</a>
|
||||||
<p style="margin-top:3px;">Recommended: More features. More fun!</p>
|
<p style="margin-top:3px;">
|
||||||
|
Recommended: Works Offline! More features. More fun!
|
||||||
|
</p>
|
||||||
<a
|
<a
|
||||||
class="btn download-btn js-chrome-btn"
|
class="btn download-btn js-chrome-btn"
|
||||||
href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh"
|
href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh"
|
||||||
@@ -520,7 +517,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<main class="main-content">
|
<main class="main-content">
|
||||||
{{content}}
|
{{ content }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<div id="info" class="info">
|
<div id="info" class="info">
|
||||||
|
Reference in New Issue
Block a user