mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-21 23:12:19 +02:00
website style improvements
This commit is contained in:
@ -26,404 +26,423 @@
|
||||
name="google-site-verification"
|
||||
content="sxb2giqZFrc7gTuzfJfXh0ePuE-fWoFiyBe1J18Q3vA"
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="chrome-webstore-item"
|
||||
href="https://chrome.google.com/webstore/detail/lkfkkhfhhdkiemehlpkgjeojomhpccnh"
|
||||
/>
|
||||
<style type="text/css">
|
||||
:root {
|
||||
--layout-max-width: 1200px;
|
||||
--base-font-size: 1em;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: var(--base-font-size);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
line-height: 1.4;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #3a3a3a;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.ml-1 {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.ml-2 {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
.mb-1 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.mb-2 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.ta-c {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.d-f {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.logo {
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: inherit;
|
||||
}
|
||||
.homepage-title {
|
||||
font-size: 3.1em;
|
||||
margin: 0;
|
||||
padding: 0.25em 0 0;
|
||||
text-shadow: 0 6px 1px rgba(0, 0, 0, 0.1);
|
||||
font-family: 'Arial', cursive;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
padding: 0.7em;
|
||||
max-width: var(--layout-max-width);
|
||||
margin: 0 auto;
|
||||
min-height: 55vh;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.logo {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #1a5a7a;
|
||||
}
|
||||
|
||||
.hero a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.hero {
|
||||
text-align: center;
|
||||
background: linear-gradient(45deg, #000001, #65487d);
|
||||
color: #a7a1bd;
|
||||
padding: 2em 1em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
padding: 10px 2em;
|
||||
display: inline-block;
|
||||
border-radius: 8px;
|
||||
text-transform: uppercase;
|
||||
transition: 0.25s ease;
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.btn:not(.disabled):hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.download-btn {
|
||||
color: white;
|
||||
background: linear-gradient(to bottom, #4d7bd6, #3c5d9e);
|
||||
border: 2px solid #32508b;
|
||||
border-bottom-color: #4870b3;
|
||||
line-height: 2.5rem;
|
||||
margin: 1rem 0 0;
|
||||
/* width: 80%; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download-btn.disabled {
|
||||
filter: grayscale(50);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.web-app-btn {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.web-app-btn:hover:after {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.web-app-btn:hover:before {
|
||||
transform: rotate(-10deg);
|
||||
}
|
||||
|
||||
.btn > img {
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
box-shadow: 0 51px 33px -40px rgba(0, 0, 0, 0.6);
|
||||
transform: rotateX(4deg) rotateY(-2deg);
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.site-header__logo {
|
||||
width: 50px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
max-width: var(--layout-max-width);
|
||||
margin: 2em auto 0;
|
||||
}
|
||||
|
||||
.site-footer__col {
|
||||
flex: 1;
|
||||
/* flex-shrink: 0; */
|
||||
}
|
||||
|
||||
.site-footer ul {
|
||||
list-style: none;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
a svg {
|
||||
fill: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
a:hover svg {
|
||||
fill: white;
|
||||
}
|
||||
|
||||
.social-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.feature-box {
|
||||
flex-wrap: wrap;
|
||||
margin-top: 2em;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.feature {
|
||||
flex-basis: 100%;
|
||||
max-width: 100%;
|
||||
margin: 0.5em;
|
||||
/* padding: 0.5em 1em; */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.feature__title {
|
||||
border-bottom: 7px solid;
|
||||
padding-bottom: 0.4em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.feature svg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
fill: #444;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.people-say {
|
||||
margin: 4em 0 4em;
|
||||
/* width: 100vw; */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.people-say-top {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.people-say-bottom {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.say {
|
||||
color: inherit;
|
||||
padding: 10px 20px;
|
||||
margin: 10px 10px;
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
border-radius: 5px;
|
||||
font-size: 0.95rem;
|
||||
background: #f8f8f8;
|
||||
text-align: left;
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.say:hover {
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.say p {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.say__name {
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.say__name img {
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.say__handle {
|
||||
color: #515151;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media (min-width: 751px) {
|
||||
:root {
|
||||
--base-font-size: 1.2em;
|
||||
}
|
||||
|
||||
.homepage-title {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
.hero {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: 2em;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
padding: 1.5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 6em;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
height: 55vh;
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
.web-app-btn:after {
|
||||
right: -50px;
|
||||
}
|
||||
|
||||
.web-app-btn:before {
|
||||
right: -22px;
|
||||
}
|
||||
|
||||
.feature-box {
|
||||
min-width: 400px;
|
||||
/* width: 80vw; */
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.feature {
|
||||
padding: 0.5em 2em;
|
||||
flex: 1;
|
||||
flex-basis: 16vw;
|
||||
padding: 0.5em 2em;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.info {
|
||||
background: white;
|
||||
box-shadow: 0 -10px 35px rgba(0, 0, 0, 0.15);
|
||||
padding: 2rem;
|
||||
position: fixed;
|
||||
will-change: transform;
|
||||
bottom: 0;
|
||||
transform: translateY(101%);
|
||||
width: 70vw;
|
||||
margin-left: -35vw;
|
||||
left: 50%;
|
||||
text-align: left;
|
||||
font-size: 0.9em;
|
||||
transition: 0.4s cubic-bezier(0.77, -0.1, 0.13, 0.9);
|
||||
}
|
||||
|
||||
.info.show {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.people-say-top,
|
||||
.people-say-bottom {
|
||||
display: flex;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.say {
|
||||
width: 18vw;
|
||||
flex-shrink: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.say p {
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2000px) {
|
||||
:root {
|
||||
--layout-max-width: 1800px;
|
||||
--base-font-size: 1.7em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 3000px) {
|
||||
:root {
|
||||
--layout-max-width: 2500px;
|
||||
--base-font-size: 2.1em;
|
||||
}
|
||||
}
|
||||
:root {
|
||||
--layout-max-width: 90ch;
|
||||
--base-font-size: 1em;
|
||||
}
|
||||
*,*:after,*:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: var(--base-font-size);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
line-height: 1.4;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #3a3a3a;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
body.docs {
|
||||
max-width: 70ch;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ml-1 {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.ml-2 {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
.mb-1 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.mb-2 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.ta-c {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.d-f {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.logo {
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: inherit;
|
||||
}
|
||||
.homepage-title {
|
||||
font-size: 3.1em;
|
||||
margin: 0;
|
||||
padding: 0.25em 0 0;
|
||||
text-shadow: 0 6px 1px rgba(0, 0, 0, 0.1);
|
||||
color:white;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
padding: 1rem;
|
||||
max-width: var(--layout-max-width);
|
||||
margin: 0 auto;
|
||||
min-height: 55vh;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.logo {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #1a5a7a;
|
||||
}
|
||||
|
||||
h1,h2,h3 {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.hero {
|
||||
text-align: center;
|
||||
background: linear-gradient(45deg, #000001, #65487d);
|
||||
color: #a7a1bd;
|
||||
padding: 2em 1em;
|
||||
margin-bottom: 2em;
|
||||
min-height: 97vh;
|
||||
}
|
||||
.hero a {
|
||||
color: white;
|
||||
}
|
||||
.header {
|
||||
min-width: 45ch;
|
||||
}
|
||||
.hero-img {
|
||||
margin-top: 30px;
|
||||
perspective: 400px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
padding: 10px 2em;
|
||||
display: inline-block;
|
||||
border-radius: 8px;
|
||||
text-transform: uppercase;
|
||||
transition: 0.25s ease;
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.btn:not(.disabled):hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.download-btn {
|
||||
color: white;
|
||||
background: linear-gradient(to bottom, #4d7bd6, #3c5d9e);
|
||||
border: 2px solid #32508b;
|
||||
border-bottom-color: #4870b3;
|
||||
line-height: 2.5rem;
|
||||
margin: 1rem 0 0;
|
||||
/* width: 80%; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download-btn.disabled {
|
||||
filter: grayscale(50);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.web-app-btn {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.web-app-btn:hover:after {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.web-app-btn:hover:before {
|
||||
transform: rotate(-10deg);
|
||||
}
|
||||
|
||||
.btn > img {
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
box-shadow: 0 51px 33px -40px rgba(0, 0, 0, 0.6);
|
||||
transform: rotateX(4deg) rotateY(-2deg);
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.site-header__logo {
|
||||
width: 50px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
max-width: var(--layout-max-width);
|
||||
margin: 4rem auto 0;
|
||||
}
|
||||
|
||||
.site-footer__links {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
gap : 1rem;
|
||||
}
|
||||
.site-footer ul {
|
||||
list-style: none;
|
||||
padding: 0 0.5em;/
|
||||
}
|
||||
|
||||
a svg {
|
||||
fill: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
a:hover svg {
|
||||
fill: white;
|
||||
}
|
||||
|
||||
.social-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.feature-box {
|
||||
flex-wrap: wrap;
|
||||
margin-top: 2em;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.feature {
|
||||
flex-basis: 100%;
|
||||
max-width: 100%;
|
||||
margin: 0.5em;
|
||||
/* padding: 0.5em 1em; */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.feature__title {
|
||||
border-bottom: 7px solid;
|
||||
padding-bottom: 0.4em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.feature svg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
fill: #444;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.people-say {
|
||||
margin: 4em 0 4em;
|
||||
/* width: 100vw; */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.people-say-top {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.people-say-bottom {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.say {
|
||||
color: inherit;
|
||||
padding: 10px 20px;
|
||||
margin: 10px 10px;
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
border-radius: 5px;
|
||||
font-size: 0.95rem;
|
||||
background: #f8f8f8;
|
||||
text-align: left;
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.say:hover {
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.say p {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.say__name {
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.say__name img {
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.say__handle {
|
||||
color: #515151;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.hero {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: 2em;
|
||||
padding: 3em;
|
||||
}
|
||||
}
|
||||
@media (min-width: 751px) {
|
||||
:root {
|
||||
--base-font-size: 1.2em;
|
||||
}
|
||||
|
||||
.homepage-title {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 6em;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.web-app-btn:after {
|
||||
right: -50px;
|
||||
}
|
||||
|
||||
.web-app-btn:before {
|
||||
right: -22px;
|
||||
}
|
||||
|
||||
.feature-box {
|
||||
min-width: 400px;
|
||||
/* width: 80vw; */
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.feature {
|
||||
padding: 0.5em 2em;
|
||||
flex: 1;
|
||||
flex-basis: 16vw;
|
||||
padding: 0.5em 2em;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.info {
|
||||
background: white;
|
||||
box-shadow: 0 -10px 35px rgba(0, 0, 0, 0.15);
|
||||
padding: 2rem;
|
||||
position: fixed;
|
||||
will-change: transform;
|
||||
bottom: 0;
|
||||
transform: translateY(101%);
|
||||
width: 70vw;
|
||||
margin-left: -35vw;
|
||||
left: 50%;
|
||||
text-align: left;
|
||||
font-size: 0.9em;
|
||||
transition: 0.4s cubic-bezier(0.77, -0.1, 0.13, 0.9);
|
||||
}
|
||||
|
||||
.info.show {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.people-say-top,
|
||||
.people-say-bottom {
|
||||
display: flex;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.say {
|
||||
width: 18vw;
|
||||
flex-shrink: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.say p {
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2000px) {
|
||||
:root {
|
||||
--base-font-size: 1.7em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 3000px) {
|
||||
:root {
|
||||
--base-font-size: 2.1em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="{% if page.url contains '/docs/' %}docs{% endif %}">
|
||||
{% if page.fileSlug == '' %}
|
||||
<div class="hero">
|
||||
<header class="header">
|
||||
@ -476,7 +495,7 @@
|
||||
>
|
||||
</div>
|
||||
</header>
|
||||
<div style="margin-top: 30px; perspective: 400px">
|
||||
<div class="hero-img">
|
||||
<img
|
||||
class="screenshot"
|
||||
src="images/ss1.png?v4"
|
||||
@ -489,7 +508,7 @@
|
||||
<header class="site-header">
|
||||
<div>
|
||||
<h2 style="display: inline">
|
||||
<a href="/">
|
||||
<a href="/" style="text-decoration: none">
|
||||
<svg class="site-header__logo">
|
||||
<use xlink:href="#logo"></use>
|
||||
</svg>
|
||||
|
@ -1,50 +1,40 @@
|
||||
<footer class="site-footer">
|
||||
<div class="d-f">
|
||||
<div class="site-footer__col">
|
||||
<ul>
|
||||
<li><a href="/docs/">Documentation</a></li>
|
||||
<li><a href="https://medium.com/web-maker" rel="external">Blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="site-footer__col">
|
||||
<ul>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/privacy-policy/">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="site-footer__col">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://twitter.com/webmakerApp" rel="external">
|
||||
<svg
|
||||
viewBox="0 0 16 16"
|
||||
style="width: 1em; height: 1em; margin-right: 8px; fill: #55acee"
|
||||
>
|
||||
<path
|
||||
d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
|
||||
<ul class="site-footer__links">
|
||||
<li><a href="/docs/">Documentation</a></li>
|
||||
<li><a href="https://medium.com/web-maker" rel="external">Blog</a></li>
|
||||
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/privacy-policy/">Privacy Policy</a></li>
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/webmakerApp" rel="external">
|
||||
<svg
|
||||
viewBox="0 0 16 16"
|
||||
style="width: 1em; height: 1em; margin-right: 8px; fill: #55acee"
|
||||
>
|
||||
<path
|
||||
d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
|
||||
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"
|
||||
/></svg
|
||||
>Twitter</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/chinchang/web-maker" rel="external">
|
||||
<svg
|
||||
viewBox="0 0 16 16"
|
||||
style="width: 1em; height: 1em; margin-right: 8px; fill: #666"
|
||||
>
|
||||
<path
|
||||
d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"
|
||||
></path></svg
|
||||
>Github</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://spectrum.chat/web-maker" rel="external">Community</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
/></svg
|
||||
>Twitter</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/chinchang/web-maker" rel="external">
|
||||
<svg
|
||||
viewBox="0 0 16 16"
|
||||
style="width: 1em; height: 1em; margin-right: 8px; fill: #666"
|
||||
>
|
||||
<path
|
||||
d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"
|
||||
></path></svg
|
||||
>Github</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://spectrum.chat/web-maker" rel="external">Community</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p class="ta-c" style="position: relative">
|
||||
<img
|
||||
|
@ -26,5 +26,5 @@ title: 'Documentation'
|
||||
Want to send in some suggestions, comments, feature requests or just have a question? Here are your options:
|
||||
|
||||
- Twitter — [ @webmakerApp](https://twitter.com/webmakerapp)
|
||||
- [Community forum](https://spectrum.chat/web-maker)
|
||||
- [Community forum](https://github.com/chinchang/web-maker/discussions)
|
||||
- [Github repository](https://github.com/chinchang/web-maker/issues)
|
||||
|
Reference in New Issue
Block a user