Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bye bye Backstretch.js #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ License: MIT/GPL
https://github.com/weightshift/The-Personal-Page
http://weightshift.com/memo/the-personal-page

The site makes use of the jQuery Backstretch plugin
from Scott Robbin. Gracias.
http://srobbin.com/blog/jquery-plugins/jquery-backstretch/

=============================

This simple one-page website is a way for people to have a very quick and easy personable website that aggregates your activity and positions a simple logo, a portrait and some description text in a nicely-formatted manner. This is licensed under the MIT and GPL licenses.
Expand Down
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Expand All @@ -10,6 +10,8 @@
<meta http-equiv="imagetoolbar" content="false" />
<style>
* { padding: 0; margin: 0; }
body { background: url("nh_bg.jpg") no-repeat center; background-size: 100%;
; background-attachment: fixed; -webkit-background-size: cover; -moz-background-cover: cover; background-size: cover; }
p { color: #fff; font-family: Helvetica; font-size: 16px; line-height: 24px; margin-bottom: 22px; -webkit-font-smoothing: antialiased; }
a { color: #fff; font-weight: bold; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3); }
a:hover { color: #990000; border-bottom: 1px solid rgba(255,255,255,1); }
Expand All @@ -32,12 +34,5 @@
<p>A <a href="http://en.wikipedia.org/wiki/Third_culture_kid">third-culture kid</a>, Naz has lived on three continents and in three countries. He currently lives in San Francisco, California, a place where he feels comfortable in his own skin.</p>
</div>

<!--include jquery & backstretch-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.backstretch.min.js"></script>
<script type="text/javascript">
$.backstretch("nh_bg.jpg", {speed: 150});
</script>

</body>
</html>
13 changes: 0 additions & 13 deletions jquery.backstretch.min.js

This file was deleted.