Skip to content

Commit b6a51c9

Browse files
committed
Updating contact info in the header
1 parent 2672af2 commit b6a51c9

26 files changed

+69
-185
lines changed

auto.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@
7070
</style>
7171
</head>
7272
<body>
73-
<div id="filtrify">
74-
by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
75-
</div>
73+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
7674
<div id="container" class="clearfix">
7775
<div id="sidebar">
7876
<h1 id="header">jPages</h1>
7977
<ul id="menu">
8078
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
8179
<li><a href="documentation.html">documentation</a></li>
82-
<li><a href="theauthor.html">the author</a></li>
80+
8381
<li><a href="download.html">download</a></li>
8482
</ul>
8583
<h2>Examples</h2>

blanklinks.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@
7979
</style>
8080
</head>
8181
<body>
82-
<div id="filtrify">
83-
by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
82+
<div id="author">
83+
You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
8484
</div>
8585
<div id="container" class="clearfix">
8686
<div id="sidebar">
8787
<h1 id="header">jPages</h1>
8888
<ul id="menu">
8989
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
9090
<li><a href="documentation.html">documentation</a></li>
91-
<li><a href="theauthor.html">the author</a></li>
91+
9292
<li><a href="download.html">download</a></li>
9393
</ul>
9494
<h2>Examples</h2>

callback.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@
7272
</style>
7373
</head>
7474
<body>
75-
<div id="filtrify">
76-
by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
75+
<div id="author">
76+
You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
7777
</div>
7878
<div id="container" class="clearfix">
7979
<div id="sidebar">
8080
<h1 id="header">jPages</h1>
8181
<ul id="menu">
8282
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
8383
<li><a href="documentation.html">documentation</a></li>
84-
<li><a href="theauthor.html">the author</a></li>
84+
8585
<li><a href="download.html">download</a></li>
8686
</ul>
8787
<h2>Examples</h2>

css/style.css

+20-19
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body { margin: 0; font-size: 13px; line-height: 1.231; }
3535

3636
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
3737

38-
/*
38+
/*
3939
* These selection declarations have to be separate
4040
* No text-shadow: twitter.com/miketaylr/status/12228805301
4141
* Also: hot pink!
@@ -113,7 +113,7 @@ nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
113113
img { border: 0; -ms-interpolation-mode: bicubic; }
114114

115115
/*
116-
* Correct overflow displayed oddly in IE9
116+
* Correct overflow displayed oddly in IE9
117117
*/
118118

119119
svg:not(:root) {
@@ -135,9 +135,9 @@ figure { margin: 0; }
135135
form { margin: 0; }
136136
fieldset { border: 0; margin: 0; padding: 0; }
137137

138-
/*
139-
* 1. Correct color not inheriting in IE6/7/8/9
140-
* 2. Correct alignment displayed oddly in IE6/7
138+
/*
139+
* 1. Correct color not inheriting in IE6/7/8/9
140+
* 2. Correct alignment displayed oddly in IE6/7
141141
*/
142142

143143
legend { border: 0; *margin-left: -7px; padding: 0; }
@@ -174,9 +174,9 @@ button, input[type="button"], input[type="reset"], input[type="submit"] { cursor
174174
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
175175
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
176176

177-
/*
177+
/*
178178
* Remove inner padding and border in FF3/4
179-
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
179+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
180180
*/
181181

182182
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
@@ -198,12 +198,12 @@ table { border-collapse: collapse; border-spacing: 0; }
198198

199199
/* =============================================================================
200200
Primary styles
201-
Author:
201+
Author:
202202
========================================================================== */
203203

204204

205-
body {
206-
font: 12px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
205+
body {
206+
font: 12px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
207207
padding: 0 0 200px 0;
208208
}
209209

@@ -222,15 +222,16 @@ p { margin: 0 0 5px 0; }
222222
div#container { width: 900px; }
223223

224224
/* Filtrify link*/
225-
div#filtrify {
225+
div#author {
226226
background: #F0F2EB;
227227
margin-bottom: 20px;
228-
padding: 5px 20px;
228+
padding: 10px 20px;
229229
font-style: italic;
230+
font-size: 13px;
230231
color: gray;
231232
text-shadow: 0 1px white;
232233
}
233-
div#filtrify a { font-weight: bold; margin-left: 3px; }
234+
div#author a { font-weight: bold; margin: 0 3px; }
234235

235236
/* Header */
236237

@@ -239,11 +240,11 @@ div#container header h1 { font-size: 34px; color: #FF4242; letter-spacing: -3px;
239240
div#container header h1:before { content: "this.is( "; }
240241
div#container header h1:after { content: " );"; }
241242
div#container header h1:before,
242-
div#container header h1:after {
243-
font: normal 12px "Courier New", Courier, monospace;
243+
div#container header h1:after {
244+
font: normal 12px "Courier New", Courier, monospace;
244245
color: #4B4647;
245-
text-shadow: none;
246-
letter-spacing: normal;
246+
text-shadow: none;
247+
letter-spacing: normal;
247248
}
248249

249250

@@ -351,7 +352,7 @@ div#content.author p { width: 590px; position: relative; }
351352
/* Hide visually and from screenreaders, but maintain layout */
352353
.invisible { visibility: hidden; }
353354

354-
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
355+
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
355356
.clearfix:before, .clearfix:after { content: ""; display: table; }
356357
.clearfix:after { clear: both; }
357358
.clearfix { zoom: 1; }
@@ -379,7 +380,7 @@ div#content.author p { width: 590px; position: relative; }
379380
Print styles.
380381
Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
381382
========================================================================== */
382-
383+
383384
@media print {
384385
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
385386
a, a:visited { color: #444 !important; text-decoration: underline; }

cssanimation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</head>
103103
<body>
104104

105-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
105+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
106106

107107
<div id="container" class="clearfix">
108108

custombuttons.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
<body>
9393

94-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
94+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
9595

9696
<div id="container" class="clearfix">
9797

@@ -100,7 +100,7 @@ <h1 id="header">jPages</h1>
100100
<ul id="menu">
101101
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
102102
<li><a href="documentation.html">documentation</a></li>
103-
<li><a href="theauthor.html">the author</a></li>
103+
104104
<li><a href="download.html">download</a></li>
105105
</ul>
106106

customizebuttons.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</head>
9494
<body>
9595

96-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
96+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
9797

9898
<div id="container" class="clearfix">
9999

defaults.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@
6868
</style>
6969
</head>
7070
<body>
71-
<div id="filtrify">
72-
by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
71+
<div id="author">
72+
You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a>
7373
</div>
7474
<div id="container" class="clearfix">
7575
<div id="sidebar">
7676
<h1 id="header">jPages</h1>
7777
<ul id="menu">
7878
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
7979
<li><a href="documentation.html">documentation</a></li>
80-
<li><a href="theauthor.html">the author</a></li>
80+
8181
<li><a href="download.html">download</a></li>
8282
</ul>
8383
<h2>Examples</h2>

destroy.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</head>
9999
<body>
100100

101-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
101+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
102102

103103
<div id="container" class="clearfix">
104104

@@ -107,7 +107,7 @@ <h1 id="header">jPages</h1>
107107
<ul id="menu">
108108
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
109109
<li><a href="documentation.html">documentation</a></li>
110-
<li><a href="theauthor.html">the author</a></li>
110+
111111
<li><a href="download.html">download</a></li>
112112
</ul>
113113

direction.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</head>
108108
<body>
109109

110-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
110+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
111111

112112
<div id="container" class="clearfix">
113113

@@ -116,7 +116,7 @@ <h1 id="header">jPages</h1>
116116
<ul id="menu">
117117
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
118118
<li><a href="documentation.html">documentation</a></li>
119-
<li><a href="theauthor.html">the author</a></li>
119+
120120
<li><a href="download.html">download</a></li>
121121
</ul>
122122

documentation.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</head>
4545
<body>
4646

47-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
47+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
4848

4949
<div id="container" class="clearfix">
5050

@@ -53,7 +53,7 @@ <h1 id="header">jPages</h1>
5353
<ul id="menu">
5454
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
5555
<li class="selected"><a href="documentation.html">documentation</a></li>
56-
<li><a href="theauthor.html">the author</a></li>
56+
5757
<li><a href="download.html">download</a></li>
5858
</ul>
5959

download.html

+4-22
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</head>
3131
<body>
3232

33-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
33+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
3434

3535
<div id="container" class="clearfix">
3636

@@ -39,7 +39,7 @@ <h1 id="header">jPages</h1>
3939
<ul id="menu">
4040
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
4141
<li><a href="documentation.html">documentation</a></li>
42-
<li><a href="theauthor.html">the author</a></li>
42+
4343
<li class="selected"><a href="download.html">download</a></li>
4444
</ul>
4545

@@ -88,29 +88,11 @@ <h2>Download</h2>
8888

8989
<p>If you're dealing with a lot of heavy images, you might consider using <a href="http://www.appelsiini.net/projects/lazyload">Lazy Load</a>.</p>
9090

91+
<p>If you're dealing with a lot of heavy images, you might consider using <a href="http://www.appelsiini.net/projects/lazyload">Lazy Load</a>.</p>
92+
9193
<p style="margin-top:25px;">I hope to hear some feedback from you.</p>
9294
<p>Thanks!</p>
9395

94-
95-
<h2 style="margin-top: 50px;">Donate</h2>
96-
97-
<p>I didn't have a donate button when I first published this plugin because it is not my intention to make money from it.</p>
98-
<p>I released jPages under the MIT license, so it is free for personal <b>and</b> commercial use.</p>
99-
<p>However, I've been receiving a lot of amazing feedback from awfully generous people who often want to "buy me a beer" in order to show their gratitude for my work.</p>
100-
<p>Donations are also the best way to support the development of jPages, allowing me to take some time to add more features in the future.</p>
101-
<p>So if you like the plugin, be so kind as to make a small donation. Donations are made thru Paypal, but you don't need a Paypal account to make a donation.</p>
102-
<p style="margin-bottom: 30px;">Any ammount will be deeply appreciated!</p>
103-
104-
105-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
106-
<input type="hidden" name="cmd" value="_s-xclick">
107-
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHJwYJKoZIhvcNAQcEoIIHGDCCBxQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYBZhitb02ilxUrgEM9p8zM7rR0AwZ1HP+0iO8z/IuXCA5C6XTECGRQtH9/jxkEMOgsKHc1ifT7Yp7wxS6lFHFX/XI/m7uy9Hv0+anMy5hl3NdmRKJzxtxzdsBGzdKm3JmtnBTs+44RGc7DMPuzom3nvvZVYlJT6HmtzcG9hsI84ETELMAkGBSsOAwIaBQAwgaQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQItDoMA4IkH2uAgYA5ysG3kJnl1vaImeWmTDLfgKJo/VCmdB5M1oPG+rxGsuWyN6Q4YU6C8kqJEU3nmnSMu7I4ee/Q4XiHMUxjGY2xVRFTtRUqmI/LdcVo6g3Owpp7GEdKMRKkBkXvql4c5FY34cupSansd9zL8izF1UIfIVEXftAsqtBJ1c9W2/+OcKCCA4cwggODMIIC7KADAgECAgEAMA0GCSqGSIb3DQEBBQUAMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTAeFw0wNDAyMTMxMDEzMTVaFw0zNTAyMTMxMDEzMTVaMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAwUdO3fxEzEtcnI7ZKZL412XvZPugoni7i7D7prCe0AtaHTc97CYgm7NsAtJyxNLixmhLV8pyIEaiHXWAh8fPKW+R017+EmXrr9EaquPmsVvTywAAE1PMNOKqo2kl4Gxiz9zZqIajOm1fZGWcGS0f5JQ2kBqNbvbg2/Za+GJ/qwUCAwEAAaOB7jCB6zAdBgNVHQ4EFgQUlp98u8ZvF71ZP1LXChvsENZklGswgbsGA1UdIwSBszCBsIAUlp98u8ZvF71ZP1LXChvsENZklGuhgZSkgZEwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAgV86VpqAWuXvX6Oro4qJ1tYVIT5DgWpE692Ag422H7yRIr/9j/iKG4Thia/Oflx4TdL+IFJBAyPK9v6zZNZtBgPBynXb048hsP16l2vi0k5Q2JKiPDsEfBhGI+HnxLXEaUWAcVfCsQFvd2A1sxRr67ip5y2wwBelUecP3AjJ+YcxggGaMIIBlgIBATCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTEyMDQyMzEwNTkwNlowIwYJKoZIhvcNAQkEMRYEFEXdtvKFvnTg+afFSJs/SqPMJAQCMA0GCSqGSIb3DQEBAQUABIGAFuingwdnRAB0ci3DYslH7iQxaQQacz86T4mGiV/Hf29m05Pzkk4KISmNA6KZze7bG5NXvJA8e1AXYhGF4svTqBQEIY1WnVCw9dejguOOdndmyIeTOrkcXqLfNv49u0NNSLsVDRFaInd43q+3K0OLFr150yQDKi975GofvD3KSlk=-----END PKCS7-----
108-
">
109-
<input type="image" src="http://www.powersellersunite.com/buttonfactory/x-click-but04.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
110-
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
111-
</form>
112-
113-
11496
</div> <!--! end of #content -->
11597

11698
</div> <!--! end of #container -->

gallery.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</head>
8383
<body>
8484

85-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
85+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
8686

8787
<div id="container" class="clearfix">
8888

@@ -91,7 +91,7 @@ <h1 id="header">jPages</h1>
9191
<ul id="menu">
9292
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
9393
<li><a href="documentation.html">documentation</a></li>
94-
<li><a href="theauthor.html">the author</a></li>
94+
9595
<li><a href="download.html">download</a></li>
9696
</ul>
9797

img/author.jpg

-40.6 KB
Binary file not shown.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</head>
4444
<body>
4545

46-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
46+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
4747

4848
<div id="container" class="clearfix">
4949

@@ -52,7 +52,7 @@ <h1 id="header">jPages</h1>
5252
<ul id="menu">
5353
<li class="selected"><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
5454
<li><a href="documentation.html">documentation</a></li>
55-
<li><a href="theauthor.html">the author</a></li>
55+
5656
<li><a href="download.html">download</a></li>
5757
</ul>
5858

itemsperpage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</head>
107107
<body>
108108

109-
<div id="filtrify">by the same author of <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
109+
<div id="author">You can follow me on <a href="https://twitter.com/lmgalmeida">@twitter</a> or <a href="https://github.com/luis-almeida">@github</a> and you may also like <a href="http://luis-almeida.github.com/filtrify/">filtrify</a></div>
110110

111111
<div id="container" class="clearfix">
112112

@@ -115,7 +115,7 @@ <h1 id="header">jPages</h1>
115115
<ul id="menu">
116116
<li><a href="http://luis-almeida.github.com/jPages/">Info</a></li>
117117
<li><a href="documentation.html">documentation</a></li>
118-
<li><a href="theauthor.html">the author</a></li>
118+
119119
<li><a href="download.html">download</a></li>
120120
</ul>
121121

0 commit comments

Comments
 (0)