2018-05-08 14:11:40 +00:00
|
|
|
<header>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="header-content">
|
|
|
|
<div class="header-content-inner">
|
2018-05-08 14:42:07 +00:00
|
|
|
<h1>Comunic is a new social network that respect your privacy.</h1>
|
|
|
|
<a href="{{ site.app_url }}create_account" class="btn btn-outline btn-xl page-scroll">Create an account now !</a>
|
2018-05-08 14:11:40 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-5">
|
|
|
|
<div class="device-container">
|
|
|
|
<div class="device-mockup iphone6_plus portrait white">
|
|
|
|
<div class="device">
|
|
|
|
<div class="screen">
|
|
|
|
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
|
|
|
|
<img src="/img/demo-screen-1.jpg" class="img-responsive" alt="">
|
|
|
|
</div>
|
|
|
|
<div class="button">
|
|
|
|
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|