Skip to content

Commit

Permalink
V 2: various fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbwmn committed Sep 2, 2014
1 parent 5cf24da commit 32cf4aa
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 44 deletions.
24 changes: 15 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Compiled source #
###################
### Generic front-end gitignore template
# Mostly pulled from: https://gist.github.com/octocat/9257657
# This can be a useful tool: http://www.gitignore.io/

### Compiled source ###
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
### Packages ###
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
Expand All @@ -20,14 +22,12 @@
*.tar
*.zip

# Logs and databases #
######################
### Logs and databases ###
*.log
*.sql
*.sqlite

# OS or Editor files #
######################
### OS or Editor files ###
.DS_Store
.DS_Store?
._*
Expand All @@ -43,4 +43,10 @@ Thumbs.db
nbproject
*.sublime-project
*.sublime-workspace
.idea
.idea

### Sass ###
.sass-cache

### Gulp/Node ###
node_modules
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ Fore is a free, responsive, pageless web template available for download. Use it

Fore is the first free template from <a href="http://eatapapaya.com">Papaya</a>.

Branches & pull requests are welcomed!
Branches & pull requests are welcomed!

Version 2:
- A little cleanup/updating on index.html
- Concatenate and minify JS into one file
- Optimize/compress all images
- Rename CSS file & fix social share alignment
Binary file modified images/Evergreen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/circle1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/circle2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/circle3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/macbookpro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/slide1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/slide2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/slide3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/slide4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/summary.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 27 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,40 +1,35 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<!doctype html>
<html lang="en-us">

<head>

<meta charset="utf-8">
<!-- Basics -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title>Fore ~ A Responsive Template from Papaya</title>
<title>Fore ~ A Responsive Template from Blueberry</title>

<!-- Meta -->
<meta name="description" content="Fore is a free, responsive front end template from Papaya, made by Jordan Bowman.">
<meta name="description" content="Fore is a free, responsive front end template from Blueberry, made by Jordan Bowman.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jordan Bowman">
<meta name="keywords" content="awesome, hott, extremely attractive, sheer brilliance">

<!-- Google Author link -->
<link rel="author" href="Google+URL"/>

<!-- Favicon.ico and apple-touch-icon.png (according to Apple docs). A good tool is http://iconifier.net/ -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png" />

<!-- CSS, Normalize First, minify for production -->
<link rel="stylesheet" type='text/css' href="less/master.css"/>
<link href="less/fore.css" rel="stylesheet">

<!-- Import web fonts using the link tag instead of CSS @import -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,900" rel="stylesheet">

<!-- Icons from http://fontawesome.io/ -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">

<!-- Favicon.ico and apple-touch-icon.png (according to Apple docs). A good tool is http://iconogen.com/. Place these in the root directory. -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">

</head>

Expand All @@ -49,7 +44,7 @@
<header id="main-header">
<div class="container">
<h1>Fore</h1>
<p>A free responsive site template from Papaya</p>
<p>A free responsive site template from Blueberry</p>
</div>
</header>

Expand All @@ -62,11 +57,12 @@ <h1>Fore</h1>
</div>
</section>


<!-- Macbook Section -->
<section id="macbook">
<div class="container">
<h2>What's this all about?</h2>
<p>Fore was designed and built by <a href="http://www.jrdnbwmn.com" target="_blank">Jordan Bowman</a>. It is released for free on <a href="http://eatapapaya.com" target="_blank">Papaya</a> under the <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution license</a>. Use it – I hope you make millions of dollars and find a hot spouse with it.</p>
<p>Fore was designed and built by <a href="http://www.jrdnbwmn.com" target="_blank">Jordan Bowman</a>. It is released for free on <a href="http://eatablueberry.com" target="_blank">Blueberry</a> under the <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution license</a>. Use it – I hope you make millions of dollars and find a hot spouse with it.</p>
<img src="images/macbookpro.png"/>
</div>
</section>
Expand Down Expand Up @@ -211,7 +207,7 @@ <h3>Lorem ipsum dolor</h3>
<footer>
<div class="container">
<div class="social-boat">
<div class="gplus">
<div class="gplus" style="vertical-align: top !important;">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone"></div>

Expand All @@ -223,12 +219,12 @@ <h3>Lorem ipsum dolor</h3>
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div class="twitter">
</div>
<div class="twitter" style="vertical-align: top !important;">
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="facebook">
<div class="facebook" style="vertical-align: top !important; margin-top: -10px;">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
Expand All @@ -241,20 +237,17 @@ <h3>Lorem ipsum dolor</h3>
</div>
</div>
<div id="footer-text" class="small">
<p>&copy; Untitled | Photos by <a href="http://www.jrdnbwmn.com" target="_blank">Jordan Bowman</a> | Design by <a href="http://www.eatapapaya.com" target="_blank">Papaya</a></p>
<p>&copy; You | Photos by <a href="http://www.jrdnbwmn.com" target="_blank">Jordan Bowman</a> | Design by <a href="http://www.eatablueberry.com" target="_blank">Blueberry</a></p>
</div>
</div>
</footer>


<!-- Reference jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

<!-- Reference Javascript, minify for production -->
<script type="text/javascript" src="js/jquery.event.move.js"></script>
<script type="text/javascript" src="js/jquery.event.swipe.js"></script>
<script type="text/javascript" src="js/unslider.js"></script>
<!-- Reference Javascript, minified for production -->
<script src="js/fore.min.js"></script>

<!-- Unslider script -->
<script>
Expand Down
1 change: 1 addition & 0 deletions js/fore.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 32cf4aa

Please sign in to comment.