cafepress_wrapper 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/content/about.html.erb +4 -48
- metadata +4 -4
@@ -16,56 +16,12 @@
|
|
16
16
|
# along with CafePress Wrapper. If not, see <http://www.gnu.org/licenses/>.
|
17
17
|
%>
|
18
18
|
|
19
|
-
<% content_for :title, 'About
|
19
|
+
<% content_for :title, 'About' %>
|
20
20
|
|
21
21
|
<div id="about">
|
22
|
-
<h1>About
|
22
|
+
<h1>About</h1>
|
23
23
|
<p>
|
24
|
-
|
25
|
-
|
26
|
-
CafePress does an excellent job of printing shirts. The designs are very durable,
|
27
|
-
and will often out last the shirt fabric they are printed on.
|
28
|
-
</p>
|
29
|
-
<p>
|
30
|
-
The prices range from $10 for a basic Jersey Ringer style shirt, to $38 for a
|
31
|
-
Hoodie. Sadly, the prices are on the expensive side. Even more sad is the fact
|
32
|
-
that I only make 10% of each sale while the rest goes to CafePress.
|
33
|
-
</p>
|
34
|
-
<p>
|
35
|
-
One day, I would love to print these shirts myself. Or maybe a company like
|
36
|
-
Black Diamond or Metolius will pay me to design shirts for them! Until then,
|
37
|
-
CafePress will have to do.
|
38
|
-
</p>
|
39
|
-
|
40
|
-
<h1>About Me</h1>
|
41
|
-
<p>
|
42
|
-
My name is Benjamin Smith. I am, of course, an avid climber. Ever since June
|
43
|
-
6th of 2010, my girlfriend Erin and I have been on a road trip around the US
|
44
|
-
and Canada, climbing, surfing, and searching for a new place to live. You can
|
45
|
-
read about our travels on our blog: <%= link_to 'benanderininabus.com', 'http://benanderininabus.com/', :target => '_blog' %>
|
46
|
-
</p>
|
47
|
-
|
48
|
-
<p>
|
49
|
-
When I'm not traveling, I work as a web developer usually doing Ruby on Rails
|
50
|
-
work. You can check me out on <%= link_to 'LinkedIn', 'http://www.linkedin.com/in/benjaminleesmith', :target => '_linkedin' %>,
|
51
|
-
or check out my open source projects on <%= link_to 'GitHub', 'https://github.com/benjaminleesmith', :target => '_github' %>.
|
52
|
-
I also dabble in a bit of photography. Mostly as a hobby which doesn't make me
|
53
|
-
much money, but I do enjoy it. Especially when I combine it with climbing:
|
54
|
-
<%= link_to 'benjaminsmithphotography.com', 'http://benjaminsmithphotography.com/', :target => '_portfolio' %>
|
55
|
-
</p>
|
56
|
-
|
57
|
-
<h1>About the Site</h1>
|
58
|
-
<p>
|
59
|
-
The site was built using <%= link_to('Rails 3', 'http://www.rubyonrails.org/', :target => '_rails') %>,
|
60
|
-
is deployed on <%= link_to('Heroku', 'http://heroku.com/', :target => '_heroku') %>,
|
61
|
-
and is a work in progress. It uses the <%= link_to('CafePress API', 'http://developer.cafepress.com/docs', :target => '_cafepress') %>
|
62
|
-
to pull resources for the shirt design. The source code for the site can be found
|
63
|
-
on GitHub: <%= link_to('https://github.com/benjaminleesmith/cafepress_wrapper', 'https://github.com/benjaminleesmith/cafepress_wrapper', :target => '_github') %>
|
64
|
-
</p>
|
65
|
-
|
66
|
-
<p>
|
67
|
-
The picture at the top of the site is The Elephant Perch in the Sawtooth Mountains
|
68
|
-
in Idaho. The silhouette at the bottom of the site is Castleton Tower, The Priest
|
69
|
-
and The Rectory in Moab, Utah.
|
24
|
+
Create content for this page by creating the file app/views/content/about.html.erb
|
25
|
+
and adding the content there.
|
70
26
|
</p>
|
71
27
|
</div>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cafepress_wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors: []
|
13
13
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-05-
|
18
|
+
date: 2011-05-15 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|