twitter targete audience
This commit is contained in:
parent
adefab33ce
commit
6900bc9b59
|
@ -682,7 +682,14 @@
|
|||
<script type="text/javascript" src="js/libs.min.js"></script>
|
||||
<script type="text/javascript" src="js/common.js"></script>
|
||||
<!-- endbuild -->
|
||||
|
||||
<!-- Twitter single-event website tag code -->
|
||||
<script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">twttr.conversion.trackPid('nvjfv', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
|
||||
<noscript>
|
||||
<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=nvjfv&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
|
||||
<img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=nvjfv&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
|
||||
</noscript>
|
||||
<!-- End Twitter single-event website tag code -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
117
src/lgpl.html
117
src/lgpl.html
|
@ -1,117 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Status</title>
|
||||
<meta name="description" content="The mobile light-client">
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript"
|
||||
src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
|
||||
</script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:500,300,400" rel="stylesheet" type="text/css">
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-79146816-1', 'auto');
|
||||
</script>
|
||||
|
||||
<!-- build:css css/main.min.css -->
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<!-- endbuild -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section class="section-table"> <!-- section-header -->
|
||||
<div class="table-center">
|
||||
<div class="header-wrapper">
|
||||
<header class="main-header clearfix">
|
||||
<div class="logo-wrapper">
|
||||
<div class="main-logo">
|
||||
<a href="#"><img src="img/logo@2x.png" width="43" height="39" srcset="img/logo@2x.png 2x" alt="Status"></a>
|
||||
</div>
|
||||
<div class="logo-shadow"></div>
|
||||
</div>
|
||||
<div class="main-navigation">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="table" style="width:800px">
|
||||
|
||||
<div class="status" style="margin:0 auto;">
|
||||
<div class="status-text" style="width:100%; text-align:left;">
|
||||
<h1>Request for modified LGPL 3.0 License.</h1>
|
||||
<p>One of Apple's criteria for accepting a program is whether or not it makes calls to unsupported Apple API's. By requiring static linking, they can prove that the software does not make such calls.</p>
|
||||
<p>Unfortunately this introduces an incompatibility with the <a style="text-decoration: none;" href="https://github.com/ethereum/go-ethereum#license">go-ethereum LGPLv3 license</a>. We request a modified LGPLv3 license that will <strong>allow static linking</strong>. Which will enable us to submit our application, Status - a mobile dapp browser, to the App Store and in return we will open source our entire client.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-wrapper">
|
||||
<div class="footer-half">
|
||||
<a class="footer-logo-mobile"></a>
|
||||
<p>Status Holdings Pte. Ltd.
|
||||
<br>6 Ubi Road
|
||||
Singapore
|
||||
<br> support@status.im</p>
|
||||
<div class="footer-icons-social">
|
||||
<a href="#" class="footer-icon icon-github"></a>
|
||||
<a href="#" class="footer-icon icon-twitter"></a>
|
||||
<a href="#" class="footer-icon icon-facebook"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-half">
|
||||
<a class="footer-logo"></a>
|
||||
<div class="footer-links">
|
||||
<!-- <a href="#">About</a> -->
|
||||
<!-- <a href="#">Jobs</a> -->
|
||||
<!-- <a href="#">Press</a> -->
|
||||
<a href="https://github.com/status-im">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
<!-- build:js js/main.min.js -->
|
||||
<script type="text/javascript" src="js/libs.min.js"></script>
|
||||
<script type="text/javascript" src="js/common.js"></script>
|
||||
<!-- endbuild -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -681,7 +681,14 @@
|
|||
<script type="text/javascript" src="js/libs.min.js"></script>
|
||||
<script type="text/javascript" src="js/common.js"></script>
|
||||
<!-- endbuild -->
|
||||
|
||||
<!-- Twitter single-event website tag code -->
|
||||
<script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">twttr.conversion.trackPid('nvjfv', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
|
||||
<noscript>
|
||||
<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=nvjfv&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
|
||||
<img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=nvjfv&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
|
||||
</noscript>
|
||||
<!-- End Twitter single-event website tag code -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -648,6 +648,14 @@
|
|||
<script type="text/javascript" src="js/libs.min.js"></script>
|
||||
<script type="text/javascript" src="js/common.js"></script>
|
||||
<!-- endbuild -->
|
||||
<!-- Twitter single-event website tag code -->
|
||||
<script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">twttr.conversion.trackPid('nvjfv', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
|
||||
<noscript>
|
||||
<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=nvjfv&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
|
||||
<img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=nvjfv&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
|
||||
</noscript>
|
||||
<!-- End Twitter single-event website tag code -->
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue