|
|
|
<!DOCTYPE html>
|
|
|
|
<html style="height:100%;width:100%;margin:0px;">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
|
|
|
<title>{{ site.title }}{% if page.title %} | {{ page.title }}{% endif %}</title>
|
|
|
|
<meta name="description" content="{{ site.subtitle }}">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
|
|
|
|
|
|
|
{% seo %}
|
|
|
|
</head>
|
|
|
|
<body id="landing">
|
|
|
|
<div class="container" align="center">
|
|
|
|
<div>
|
|
|
|
<img src="static/icon_foreground.png" width="45%" style="max-width:400px">
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
<div class="row justify-content-sm-center">
|
|
|
|
<div class="col-xs-12 col-sm-auto"><a href="home">Documentation</a></div>
|
|
|
|
<div class="col-xs-12 col-sm-auto"><a href="about/changelog">Changelog</a></div>
|
|
|
|
<div class="col-xs-12 col-sm-auto"><a href="https://github.com/natario1/CameraView">GitHub</a></div>
|
|
|
|
<div class="col-xs-12 col-sm-auto"><a href="extra/donate">Support</a></div>
|
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div class="row" id="screenshots">
|
|
|
|
<div class="col-sm-4"><img src="static/screen1.png"></div>
|
|
|
|
<div class="col-sm-4"><img src="static/screen2.png"></div>
|
|
|
|
<div class="col-sm-4"><img src="static/screen3.png"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% if site.google_analytics_id != "" %}
|
|
|
|
{% include google_analytics.html %}
|
|
|
|
{% endif %}
|
|
|
|
</body>
|
|
|
|
</html>
|