1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 11:57:34 +02:00

website: recommend web app

This commit is contained in:
Kushagra Gour
2018-07-31 22:51:22 +05:30
parent a96807033d
commit 1daea356b1

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Web Maker - A blazing fast & offline web playground</title>
@@ -520,7 +520,7 @@
background-color: #4d7bd6;
border: 2px solid #4569b1;
line-height: 2.5rem;
margin: 1rem 0;
margin: 1rem 0 0;
width: 80%;
}
@@ -780,9 +780,9 @@
}
</script>
</head>
</head>
<body>
<body>
<header class="header">
<svg class="logo" width="160" height="84">
<use xlink:href="#logo"></use>
@@ -795,6 +795,7 @@
<a aria-label="Open web app" class="btn download-btn web-app-btn" href="/app/">
<span>Open Web App</span>
</a>
<p style="margin-top:3px;">Recommended: More features. More fun!</p>
<a aria-label="Install chrome extension" class="btn download-btn js-chrome-btn hint--top-right" href="javascript:void(0)"
onclick="addToChrome()">
<img src="chrome-logo.png" height="40" alt="">
@@ -854,8 +855,8 @@
</div>
<div class="feature">
<h2>Preview screenshot capture</h2>
<p>Feel like taking a screenshot of your awesome creation, just hit the Capture button to get a beautiful screenshot of your
result.
<p>Feel like taking a screenshot of your awesome creation, just hit the Capture button to get a beautiful screenshot of
your result.
</p>
</div>
<div class="feature">
@@ -974,7 +975,9 @@
<p>
<strong>Read & change all your data on the websites that you visit</strong> - Worry not. This is just required for the new tab
replacement feature where Web Maker shows up only if the new tab url is chrome://newtab/. Nothing is read, stored or changed.</p>
replacement feature where Web Maker shows up only if the new tab url is chrome://newtab/. Nothing is read, stored or
changed.
</p>
<h3>Disclaimer</h3>
<p>Web Maker
@@ -1042,6 +1045,6 @@
</script>
</body>
</body>
</html>