-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
third screen and footer on homepage. #32
- Loading branch information
1 parent
c1fb322
commit a6b4589
Showing
5 changed files
with
243 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,53 @@ | ||
<footer> | ||
<div class="publication"> | ||
|
||
<a href="http://www.fratellowatches.com/toolwatch-measure-the-accuracy-of-your-watch/"><img src="<?php echo img_url('fratello_logos_transparant.png'); ?>"></a> | ||
<a href="http://wristreview.com/?p=16698"><img src="http://wristreview.com/wp-content/uploads/2015/04/wr-logo-V21.png"></a> | ||
|
||
</div> | ||
<div class="container container-fluid"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-sm-12"> | ||
<div class="col-md-2"> | ||
<div class="logo"></div> | ||
</div> | ||
<div class="links col-md-offset-1 col-sm-1"> | ||
<a href="#features">Features</a> | ||
</div> | ||
<div class="links col-sm-1"> | ||
<a href="#features">Blog</a> | ||
</div> | ||
<div class="links col-sm-1"> | ||
<a href="#features">Login</a> | ||
</div> | ||
<div class="links col-sm-1"> | ||
<a href="/about/">Measures</a> | ||
</div> | ||
<div class="links col-sm-1"> | ||
<a href="/about/">About</a> | ||
</div> | ||
<div class="links col-sm-1"> | ||
<a href="/about/">Contact</a> | ||
</div> | ||
<div class="social col-sm-3"> | ||
<a href="https://instagram.com/toolwatchapp/" target="_blank" title="Instagram"><span class="fa fa-instagram"></span></a> | ||
<a href="https://www.pinterest.com/toolwatch/" target="_blank" title="Pinterest"><span class="fa fa-pinterest-p"></span></a> | ||
<a href="https://www.facebook.com/Toolwatch" target="_blank" title="Facebook"><span class="fa fa-facebook-square"></span></a> | ||
<a href="https://twitter.com/ToolwatchApp" target="_blank" title="Twitter"><span class="fa fa-twitter"></span></a> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="logo"></div> | ||
<br> | ||
<div class="col-md-12 copyright"> | ||
<p>Handcrafted with love in Lausanne, Switzerland, near the Watch Valley. Copyright © 2015.</p> | ||
<a href="https://instagram.com/toolwatchapp/" target="_blank" title="Instagram"><span class="fa fa-instagram"></span></a> | ||
<a href="https://www.pinterest.com/toolwatch/" target="_blank" title="Pinterest"><span class="fa fa-pinterest-p"></span></a> | ||
<a href="https://www.facebook.com/Toolwatch" target="_blank" title="Facebook"><span class="fa fa-facebook-square"></span></a> | ||
<a href="https://twitter.com/ToolwatchApp" target="_blank" title="Twitter"><span class="fa fa-twitter"></span></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.