pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit ee9a7c3b714e7b789dea37b8b6a5248a3b910909
parent 8f274b85d6c9c6585641b0aa9fa01b5fd60b377a
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed, 29 Apr 2015 23:37:21 -0600

add more pieces of sloth flare

Diffstat:
MMakefile | 2+-
Apricesloth.jpg | 0
Mtt/wrapper.tt | 13+++++++------
3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile @@ -12,7 +12,7 @@ DEV_BIN = /home/kyle/src/pricesloth BINS = pc_html ps_fcgi price_scraper product_scraper # WARNING stupid idiom used below if adding > 1 item to LIBS!! LIBS = PriceChart.pm -HTML = tt logo pricechart.css +HTML = tt logo pricechart.css pricesloth.jpg install: cp $(BINS) $(USR_BIN)/ diff --git a/pricesloth.jpg b/pricesloth.jpg Binary files differ. diff --git a/tt/wrapper.tt b/tt/wrapper.tt @@ -3,21 +3,22 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width" /> - <title>PriceChart</title> + <title>PriceSloth</title> <link rel="stylesheet" type="text/css" href="/pricechart.css" /> + <link rel="icon" type="image/jpeg" href="/pricesloth.jpg"> </head> <body> - <div> + <div class="menu"> + <a href="/"><img class="sloth" src="/pricesloth.jpg"/></a> + <a href="/manufacturers.html">Manufacturers</a> + <a href="/retailers.html">Retailers</a> + <a href="/types.html">Types</a> <form method="get" action="/search.html"> <fieldset> <input type="text" name="q" /> <input type="submit" value="Find"> </fieldset> </form> - <a href="/"><em>Price</em><b>Chart</b></a> - <a href="/manufacturers.html">Manufacturers</a> - <a href="/retailers.html">Retailers</a> - <a href="/types.html">Types</a> </div> [% content %]