summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/archives/projects.html7
-rw-r--r--design/templates/base.html4
2 files changed, 5 insertions, 6 deletions
diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html
index cd0543a..62cca22 100644
--- a/design/templates/archives/projects.html
+++ b/design/templates/archives/projects.html
@@ -11,9 +11,8 @@
</ul>
<main role="main" class="projects">
<div class="projects--intro">
- <p>These projects are all designed to get my body and mind moving. Theories are interesting, goals are good, but ultimately talk is just talk. Your life &ndash; that thing you get maybe 76 or so years of, if you're lucky &ndash; is made up of what you do, not what you say.</p>
-
- <p>Some people, including me some days, think these sorts of goals, lists and self-experiments are silly and contrived. They are. But they also help me <em>do</em> more and remind me that <a href="http://www.youtube.com/watch?v=8r1CZTLk-Gk" title="Louis CK talking about how everything is amazing">everything is amazing</a> provided you remember that everything is amazing.</p>
+ <p>Luxagraf has become a bit like an iceberg over the years. I keep adding things to it, but never actually make them public. So I decided to try making some of it more public. </p>
+ <p>This will lead you to some of the previously submerged stuff that doesn't always neatly fit in with the travel narrative portion of luxagraf. </p>
</div>
<ul id="projects-archive" class="projects--list">{%for object in object_list %}
<li>
@@ -22,7 +21,7 @@
<a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.get_project_image}}" alt="{{ object.title }}" class="post-image" /></a>
</div>
<div class="hyphenate">{{object.lede|safe|smartypants}}</div>
- <p class="projects--button"><a href="{{project.get_absolute_url}}">View&nbsp;Project&nbsp;&#8674;</a></p>
+ <p class="projects--button"><a href="{{object.get_absolute_url}}">Explore&nbsp;&#8674;</a></p>
</li> {% endfor %}
</ul>
</main>
diff --git a/design/templates/base.html b/design/templates/base.html
index dc773ed..b59b41e 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -39,8 +39,8 @@
<!--<li id="nota"><a href="/field-notes/" title="Our past and current adventures">Notes</a></li>-->
<li id="fotos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li>
<li id="maps"><a href="/map" title="Maps">Map</a></li>
- <li id="projects" ><a href="/projects/" title="Projects">Projects</a></li>
- <li id="etc" class="last"><a href="/about" title="About Luxagraf">About</a></li>
+ <li id="about"><a href="/about" title="About Luxagraf">About</a></li>
+ <li id="etc" class="last"><a href="/projects/" title="the less visible portions of the iceberg">Etc</a></li>
</ul>
</nav>
</div>