1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 03:47:37 +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> <!DOCTYPE html>
<html> <html>
<head> <head>
<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>Web Maker - A blazing fast & offline web playground</title> <title>Web Maker - A blazing fast & offline web playground</title>
@@ -520,7 +520,7 @@
background-color: #4d7bd6; background-color: #4d7bd6;
border: 2px solid #4569b1; border: 2px solid #4569b1;
line-height: 2.5rem; line-height: 2.5rem;
margin: 1rem 0; margin: 1rem 0 0;
width: 80%; width: 80%;
} }
@@ -780,9 +780,9 @@
} }
</script> </script>
</head> </head>
<body> <body>
<header class="header"> <header class="header">
<svg class="logo" width="160" height="84"> <svg class="logo" width="160" height="84">
<use xlink:href="#logo"></use> <use xlink:href="#logo"></use>
@@ -795,6 +795,7 @@
<a aria-label="Open web app" class="btn download-btn web-app-btn" href="/app/"> <a aria-label="Open web app" 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>
<a aria-label="Install chrome extension" class="btn download-btn js-chrome-btn hint--top-right" href="javascript:void(0)" <a aria-label="Install chrome extension" class="btn download-btn js-chrome-btn hint--top-right" href="javascript:void(0)"
onclick="addToChrome()"> onclick="addToChrome()">
<img src="chrome-logo.png" height="40" alt=""> <img src="chrome-logo.png" height="40" alt="">
@@ -854,8 +855,8 @@
</div> </div>
<div class="feature"> <div class="feature">
<h2>Preview screenshot capture</h2> <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 <p>Feel like taking a screenshot of your awesome creation, just hit the Capture button to get a beautiful screenshot of
result. your result.
</p> </p>
</div> </div>
<div class="feature"> <div class="feature">
@@ -974,7 +975,9 @@
<p> <p>
<strong>Read & change all your data on the websites that you visit</strong> - Worry not. This is just required for the new tab <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> <h3>Disclaimer</h3>
<p>Web Maker <p>Web Maker
@@ -1042,6 +1045,6 @@
</script> </script>
</body> </body>
</html> </html>