add jobs link

This commit is contained in:
Jarrad 2016-08-19 12:50:18 +02:00
parent 6e6fef1d44
commit dc53595b2f
2 changed files with 119 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<div class="main-navigation">
<nav>
<ul>
<li><a href="#">Jobs</a></li>
<li><a href="https://status-platform.workable.com/">Jobs</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#">About</a></li>
@ -640,7 +640,7 @@
<a class="footer-logo"></a>
<div class="footer-links">
<a href="#">About</a>
<a href="#">Jobs</a>
<a href="https://status-platform.workable.com/">Jobs</a>
<!-- <a href="#">Press</a> -->
<a href="https://github.com/status-im">Github</a>
</div>

117
src/lgpl.html Normal file
View File

@ -0,0 +1,117 @@
<!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 Platform
<br>Kemperplatz 1
Berlin, Germany
<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>