mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 16:45:18 +00:00
Initial commit
This commit is contained in:
29
_includes/header.html
Executable file
29
_includes/header.html
Executable file
@ -0,0 +1,29 @@
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7">
|
||||
<div class="header-content">
|
||||
<div class="header-content-inner">
|
||||
<h1>New Age is an app landing page that will help you beautifully showcase your new mobile app, or anything else!</h1>
|
||||
<a href="#download" class="btn btn-outline btn-xl page-scroll">Start Now for Free!</a>
|
||||
</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>
|
Reference in New Issue
Block a user