1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
|
<!DOCTYPE html>
<html class="black" dir="ltr" lang="en-US">
<head>
<title>Lodore Canyon River Trip - Luxagraf, Photos</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="My friend Mike is guide for the Adventure Bound rafting company in Colorado and brought me along on a trip down the Green River through Lodore Canyon in Dinosaur National …">
<meta name="author" content="Scott Gilbertson">
<!--[if IE]>
<script src="/js/html5css3ie.min.js"></script>
<![endif]-->
<link rel="alternate"
type="application/rss+xml"
title="Luxagraf RSS feed"
href="https://luxagraf.net/rss/">
<link rel="stylesheet"
href="/media/screenv8.css"
media="screen">
<!--[if IE]>
<link rel="stylesheet"
href="/media/css/ie.css"
media="screen">
<![endif]-->
<link rel="manifest" href="manifest.json">
<meta property="fb:pages" content="900822029969349" />
<script src="/media/js/leaflet-master/leaflet-mod.js"></script>
<style>
#map-canvas img{ border: none;}
</style>
</head>
<body class="image_gallery">
<div class="wrapper">
<div class="header-wrapper">
<header role="banner">
<h1><a id="logo" href="/" title="home">Luxagraf</a></h1>
<h2>Walk Slowly</h2>
</header>
<nav role="navigation" class="bl">
<ul>
<li id="laverdad"><a href="/jrnl/" title="What we've been up to lately">Journal</a></li>
<li id="nota"><a href="/field-notes/" title="Quick notes and images from the road">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="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>
<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li>
<li><a href="/photos/" title="See all Photos" itemprop="url"><span>Photos</span></a> →</li>
<li>Lodore Canyon River Trip</li>
</ul>
<p class="directions">Use left/right arrow keys to navigate through photos</p>
<main id="slides" class="image-gallery--wrapper">
<h1 class="hide">Photos from Lodore Canyon River Trip</h1>
<article id="image-1">
<h6><a href="#image-1" class="permalink" title="link to this image">∞ one ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874046743.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874046743x2.jpg 2x" alt="The Gates of Lodore Canyon" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2863">
<h3 class="figcaption--title">The Gates of Lodore Canyon</h3>
<time class="figcaption--date" datetime="2010-07-31T14:07:36">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.738039" data-longitude="-108.880434" data-imgid="id-2863">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>1/4000 sec sec at f/4.5, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874046743/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2863">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-2">
<h6><a href="#image-2" class="permalink" title="link to this image">∞ two ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874660392.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874660392x2.jpg 2x" alt="Gates of Lodore" />
<figcaption class="figcaption">
<div class="caption" id="id-2862">
<h3 class="figcaption--title">Gates of Lodore</h3>
<time class="figcaption--date" datetime="2010-07-31T14:08:04">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.738039" data-longitude="-108.880434" data-imgid="id-2862">Map</a>
<p class="figcaption--desc">Loaded and ready, just waiting for Ranger Dave to finish his lecture.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.003 sec (1/400) sec at f/9.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874660392/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2862">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-3">
<h6><a href="#image-3" class="permalink" title="link to this image">∞ three ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874058089.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874058089x2.jpg 2x" alt="Mike Rowing into Lodore" />
<figcaption class="figcaption">
<div class="caption" id="id-2861">
<h3 class="figcaption--title">Mike Rowing into Lodore</h3>
<time class="figcaption--date" datetime="2010-07-31T15:30:57">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.72499" data-longitude="-108.888759" data-imgid="id-2861">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/500) sec at f/9.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874058089/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2861">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-4">
<h6><a href="#image-4" class="permalink" title="link to this image">∞ four ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874669582.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874669582x2.jpg 2x" alt="Looking Back" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2860">
<h3 class="figcaption--title">Looking Back</h3>
<time class="figcaption--date" datetime="2010-07-31T16:03:53">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.714394" data-longitude="-108.890218" data-imgid="id-2860">Map</a>
<p class="figcaption--desc">What the Gates look like from the other side.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/500) sec at f/9.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874669582/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2860">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-5">
<h6><a href="#image-5" class="permalink" title="link to this image">∞ five ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874672002.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874672002x2.jpg 2x" alt="Lunch" />
<figcaption class="figcaption">
<div class="caption" id="id-2859">
<h3 class="figcaption--title">Lunch</h3>
<time class="figcaption--date" datetime="2010-07-31T16:51:36">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.672436" data-longitude="-108.903007" data-imgid="id-2859">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/640) sec at f/9.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874672002/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2859">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-6">
<h6><a href="#image-6" class="permalink" title="link to this image">∞ six ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874067589.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874067589x2.jpg 2x" alt="Sand Bar" />
<figcaption class="figcaption">
<div class="caption" id="id-2858">
<h3 class="figcaption--title">Sand Bar</h3>
<time class="figcaption--date" datetime="2010-07-31T16:51:43">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.672436" data-longitude="-108.903007" data-imgid="id-2858">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/640) sec at f/9.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874067589/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2858">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-7">
<h6><a href="#image-7" class="permalink" title="link to this image">∞ seven ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874071347.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874071347x2.jpg 2x" alt="Loading Up" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2857">
<h3 class="figcaption--title">Loading Up</h3>
<time class="figcaption--date" datetime="2010-07-31T19:48:09">Jul 31, 2010</time>
<a class="map-link" href="#" data-latitude="40.661173" data-longitude="-108.91571" data-imgid="id-2857">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.006 sec (1/160) sec at f/9.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874071347/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2857">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-8">
<h6><a href="#image-8" class="permalink" title="link to this image">∞ eight ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874076099.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874076099x2.jpg 2x" alt="Sunset on the Green River" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2856">
<h3 class="figcaption--title">Sunset on the Green River</h3>
<time class="figcaption--date" datetime="2010-08-01T09:21:24">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.661173" data-longitude="-108.91571" data-imgid="id-2856">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.033 sec (1/30) sec at f/16.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874076099/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2856">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-9">
<h6><a href="#image-9" class="permalink" title="link to this image">∞ nine ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874081711.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874081711x2.jpg 2x" alt="Red Rock" />
<figcaption class="figcaption">
<div class="caption" id="id-2855">
<h3 class="figcaption--title">Red Rock</h3>
<time class="figcaption--date" datetime="2010-08-01T09:41:26">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.661173" data-longitude="-108.91571" data-imgid="id-2855">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.125 sec (1/8) sec at f/16.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874081711/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2855">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-10">
<h6><a href="#image-10" class="permalink" title="link to this image">∞ ten ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874083599.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874083599x2.jpg 2x" alt="P1010463" />
<figcaption class="figcaption">
<div class="caption" id="id-2854">
<h3 class="figcaption--title">P1010463</h3>
<time class="figcaption--date" datetime="2010-08-01T10:07:58">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.661173" data-longitude="-108.91571" data-imgid="id-2854">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/a9DfV7" title="buy the LUMIX G VARIO 45-200/F4.0-5.6 on Amazon">Lumix 45-200mm lens</a></p>
<p>0.067 sec (1/15) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874083599/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2854">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-11">
<h6><a href="#image-11" class="permalink" title="link to this image">∞ eleven ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874086307.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874086307x2.jpg 2x" alt="The End to Triplet Rapid" />
<figcaption class="figcaption">
<div class="caption" id="id-2853">
<h3 class="figcaption--title">The End to Triplet Rapid</h3>
<time class="figcaption--date" datetime="2010-08-01T12:59:52">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.628285" data-longitude="-108.941631" data-imgid="id-2853">Map</a>
<p class="figcaption--desc">Powell loved names that involved the underworld. Hell's Half Mile, Lucifer, Satan's Gut, etc. Most aren't as bad as they sound. Some, on the other hand, are. Worth noting that Powell portaged most of them. This one he gave the relatively mild name of Triplet.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.01 sec (1/100) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874086307/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2853">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-12">
<h6><a href="#image-12" class="permalink" title="link to this image">∞ twelve ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874088949.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874088949x2.jpg 2x" alt="Thumbs Up" />
<figcaption class="figcaption">
<div class="caption" id="id-2852">
<h3 class="figcaption--title">Thumbs Up</h3>
<time class="figcaption--date" datetime="2010-08-01T13:01:48">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.628285" data-longitude="-108.941631" data-imgid="id-2852">Map</a>
<p class="figcaption--desc">Didn't even notice Greg was doing that until I got back. Now guess, just try to guess who flipped and ended up swimming through Triplet moments after this photo was taken?</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.02 sec (1/50) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874088949/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2852">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-13">
<h6><a href="#image-13" class="permalink" title="link to this image">∞ thirteen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874091113.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874091113x2.jpg 2x" alt="Rock Garden" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2851">
<h3 class="figcaption--title">Rock Garden</h3>
<time class="figcaption--date" datetime="2010-08-01T13:06:07">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.628285" data-longitude="-108.941631" data-imgid="id-2851">Map</a>
<p class="figcaption--desc">It doesn't look like much, but it'll snag your boat if you aren't careful.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.005 sec (1/200) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874091113/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2851">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-14">
<h6><a href="#image-14" class="permalink" title="link to this image">∞ fourteen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874702038.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874702038x2.jpg 2x" alt="Red Rock of Lodore" />
<figcaption class="figcaption">
<div class="caption" id="id-2850">
<h3 class="figcaption--title">Red Rock of Lodore</h3>
<time class="figcaption--date" datetime="2010-08-01T14:44:58">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.603722" data-longitude="-108.950729" data-imgid="id-2850">Map</a>
<p class="figcaption--desc">Lodore Canyon changes as lot as you go through it, in the beginning everything is red.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/500) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874702038/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2850">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-15">
<h6><a href="#image-15" class="permalink" title="link to this image">∞ fifteen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874703320.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874703320x2.jpg 2x" alt="Strata" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2849">
<h3 class="figcaption--title">Strata</h3>
<time class="figcaption--date" datetime="2010-08-01T14:50:03">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.595836" data-longitude="-108.975963" data-imgid="id-2849">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/500) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874703320/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2849">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-16">
<h6><a href="#image-16" class="permalink" title="link to this image">∞ sixteen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874705622.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874705622x2.jpg 2x" alt="Mitten Fault" />
<figcaption class="figcaption">
<div class="caption" id="id-2848">
<h3 class="figcaption--title">Mitten Fault</h3>
<time class="figcaption--date" datetime="2010-08-01T15:11:52">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.587885" data-longitude="-108.984203" data-imgid="id-2848">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/640) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874705622/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2848">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-17">
<h6><a href="#image-17" class="permalink" title="link to this image">∞ seventeen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874098213.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874098213x2.jpg 2x" alt="Stoic" />
<figcaption class="figcaption">
<div class="caption" id="id-2847">
<h3 class="figcaption--title">Stoic</h3>
<time class="figcaption--date" datetime="2010-08-01T15:17:00">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.58104" data-longitude="-108.981456" data-imgid="id-2847">Map</a>
<p class="figcaption--desc">Pre-beer</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.017 sec (1/60) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874098213/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2847">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-18">
<h6><a href="#image-18" class="permalink" title="link to this image">∞ eighteen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874709366.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874709366x2.jpg 2x" alt="End of the Mitten Fault" />
<figcaption class="figcaption">
<div class="caption" id="id-2846">
<h3 class="figcaption--title">End of the Mitten Fault</h3>
<time class="figcaption--date" datetime="2010-08-01T15:19:50">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.553265" data-longitude="-108.961372" data-imgid="id-2846">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.008 sec (1/125) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874709366/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2846">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-19">
<h6><a href="#image-19" class="permalink" title="link to this image">∞ nineteen ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874711912.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874711912x2.jpg 2x" alt="Steamboat" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2845">
<h3 class="figcaption--title">Steamboat</h3>
<time class="figcaption--date" datetime="2010-08-01T15:23:50">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.538068" data-longitude="-108.984718" data-imgid="id-2845">Map</a>
<p class="figcaption--desc">Doesn't look like one, but it sure is a massive rock.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.005 sec (1/200) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874711912/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2845">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-20">
<h6><a href="#image-20" class="permalink" title="link to this image">∞ twenty-nine ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874106179.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874106179x2.jpg 2x" alt="Sheer" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2844">
<h3 class="figcaption--title">Sheer</h3>
<time class="figcaption--date" datetime="2010-08-01T15:32:59">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.538068" data-longitude="-108.984718" data-imgid="id-2844">Map</a>
<p class="figcaption--desc">Mike always touches Steamboat for luck. In this case I did it.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.005 sec (1/200) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874106179/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2844">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-21">
<h6><a href="#image-21" class="permalink" title="link to this image">∞ twenty-one ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874111717.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874111717x2.jpg 2x" alt="Duckie Dwarfs" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2843">
<h3 class="figcaption--title">Duckie Dwarfs</h3>
<time class="figcaption--date" datetime="2010-08-01T15:35:09">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2843">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.005 sec (1/200) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874111717/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2843">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-22">
<h6><a href="#image-22" class="permalink" title="link to this image">∞ twenty-two ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874115385.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874115385x2.jpg 2x" alt="Steamboat, Duckies" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2842">
<h3 class="figcaption--title">Steamboat, Duckies</h3>
<time class="figcaption--date" datetime="2010-08-01T15:36:15">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2842">Map</a>
<p class="figcaption--desc">To give you some idea of just how big it is...</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.008 sec (1/125) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874115385/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2842">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-23">
<h6><a href="#image-23" class="permalink" title="link to this image">∞ twenty-three ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874119587.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874119587x2.jpg 2x" alt="Echo Park from the River" />
<figcaption class="figcaption">
<div class="caption" id="id-2841">
<h3 class="figcaption--title">Echo Park from the River</h3>
<time class="figcaption--date" datetime="2010-08-01T15:38:10">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2841">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/500) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874119587/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2841">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-24">
<h6><a href="#image-24" class="permalink" title="link to this image">∞ twenty-four ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874734410.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874734410x2.jpg 2x" alt="Yampa Canyon" />
<figcaption class="figcaption">
<div class="caption" id="id-2840">
<h3 class="figcaption--title">Yampa Canyon</h3>
<time class="figcaption--date" datetime="2010-08-01T15:38:39">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2840">Map</a>
<p class="figcaption--desc">The Yampa is the last un-dammed tributary in the Colorado system.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.003 sec (1/320) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874734410/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2840">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-25">
<h6><a href="#image-25" class="permalink" title="link to this image">∞ twenty-five ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874739110.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874739110x2.jpg 2x" alt="Lunch at the Confluence" />
<figcaption class="figcaption">
<div class="caption" id="id-2839">
<h3 class="figcaption--title">Lunch at the Confluence</h3>
<time class="figcaption--date" datetime="2010-08-01T15:40:48">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2839">Map</a>
<p class="figcaption--desc">The Yampa and the Green meet.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.005 sec (1/200) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874739110/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2839">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-26">
<h6><a href="#image-26" class="permalink" title="link to this image">∞ twenty-six ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874133383.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874133383x2.jpg 2x" alt="Steamboat, Confluence" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2838">
<h3 class="figcaption--title">Steamboat, Confluence</h3>
<time class="figcaption--date" datetime="2010-08-01T15:42:19">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2838">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.003 sec (1/400) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874133383/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2838">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-27">
<h6><a href="#image-27" class="permalink" title="link to this image">∞ twenty-seven ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874138267.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874138267x2.jpg 2x" alt="Meeting" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2837">
<h3 class="figcaption--title">Meeting</h3>
<time class="figcaption--date" datetime="2010-08-01T16:01:21">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2837">Map</a>
<p class="figcaption--desc">The water doesn't mix right off the bat. The Green River is also about 10-15 degrees cooler, which is very odd when you stand in the middle. Which of course we did.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.006 sec (1/160) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874138267/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2837">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-28">
<h6><a href="#image-28" class="permalink" title="link to this image">∞ twenty-eight ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874751028.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874751028x2.jpg 2x" alt="Mike II" />
<figcaption class="figcaption">
<div class="caption" id="id-2836">
<h3 class="figcaption--title">Mike II</h3>
<time class="figcaption--date" datetime="2010-08-01T17:04:42">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.529979" data-longitude="-108.986263" data-imgid="id-2836">Map</a>
<p class="figcaption--desc">Everyone from Adventure Bound is named Mike. It's one of their things.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.005 sec (1/200) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874751028/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2836">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-29">
<h6><a href="#image-29" class="permalink" title="link to this image">∞ twenty-nine ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874142947.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874142947x2.jpg 2x" alt="Sandstone" />
<figcaption class="figcaption">
<div class="caption" id="id-2835">
<h3 class="figcaption--title">Sandstone</h3>
<time class="figcaption--date" datetime="2010-08-01T17:10:17">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.542373" data-longitude="-108.999652" data-imgid="id-2835">Map</a>
<p class="figcaption--desc">No longer the red rock of the upper canyon.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.003 sec (1/400) sec at f/13.0, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874142947/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2835">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-30">
<h6><a href="#image-30" class="permalink" title="link to this image">∞ thirty-nine ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874754678.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874754678x2.jpg 2x" alt="Camp" />
<figcaption class="figcaption">
<div class="caption" id="id-2834">
<h3 class="figcaption--title">Camp</h3>
<time class="figcaption--date" datetime="2010-08-01T22:45:22">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.527305" data-longitude="-109.090976" data-imgid="id-2834">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.02 sec (1/50) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874754678/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2834">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-31">
<h6><a href="#image-31" class="permalink" title="link to this image">∞ thirty-one ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874756200.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874756200x2.jpg 2x" alt="Light on the Mesas" class="v" />
<figcaption class="figcaption">
<div class="caption" id="id-2833">
<h3 class="figcaption--title">Light on the Mesas</h3>
<time class="figcaption--date" datetime="2010-08-01T23:23:54">Aug 1, 2010</time>
<a class="map-link" href="#" data-latitude="40.527305" data-longitude="-109.090976" data-imgid="id-2833">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.05 sec (1/20) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874756200/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2833">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-32">
<h6><a href="#image-32" class="permalink" title="link to this image">∞ thirty-two ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874147521.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874147521x2.jpg 2x" alt="The Bull" />
<figcaption class="figcaption">
<div class="caption" id="id-2832">
<h3 class="figcaption--title">The Bull</h3>
<time class="figcaption--date" datetime="2010-08-02T12:58:22">Aug 2, 2010</time>
<a class="map-link" href="#" data-latitude="40.49905" data-longitude="-109.17097" data-imgid="id-2832">Map</a>
<p class="figcaption--desc">Very large (might even be life size, dunno, couldn't get that close) pictograph in Island Park</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.001 sec (1/1250) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874147521/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2832">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-33">
<h6><a href="#image-33" class="permalink" title="link to this image">∞ thirty-three ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874760674.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874760674x2.jpg 2x" alt="Lodore Exit" />
<figcaption class="figcaption">
<div class="caption" id="id-2831">
<h3 class="figcaption--title">Lodore Exit</h3>
<time class="figcaption--date" datetime="2010-08-02T13:01:23">Aug 2, 2010</time>
<a class="map-link" href="#" data-latitude="40.49905" data-longitude="-109.17097" data-imgid="id-2831">Map</a>
<p class="figcaption--desc">Leaving Ladore Canyon is just as dramatic as entering</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.003 sec (1/320) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874760674/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2831">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-34">
<h6><a href="#image-34" class="permalink" title="link to this image">∞ thirty-four ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874153427.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874153427x2.jpg 2x" alt="Island Park" />
<figcaption class="figcaption">
<div class="caption" id="id-2830">
<h3 class="figcaption--title">Island Park</h3>
<time class="figcaption--date" datetime="2010-08-02T13:01:51">Aug 2, 2010</time>
<a class="map-link" href="#" data-latitude="40.481687" data-longitude="-109.180927" data-imgid="id-2830">Map</a>
<p class="figcaption--desc">A very flat, shallow almost currentless section of the Green River.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.002 sec (1/500) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874153427/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2830">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-35">
<h6><a href="#image-35" class="permalink" title="link to this image">∞ thirty-five ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874764758.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874764758x2.jpg 2x" alt="Island Park" />
<figcaption class="figcaption">
<div class="caption" id="id-2829">
<h3 class="figcaption--title">Island Park</h3>
<time class="figcaption--date" datetime="2010-08-02T13:08:38">Aug 2, 2010</time>
<a class="map-link" href="#" data-latitude="40.481687" data-longitude="-109.180927" data-imgid="id-2829">Map</a>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.001 sec (1/1000) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874764758/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2829">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
<article id="image-36">
<h6><a href="#image-36" class="permalink" title="link to this image">∞ thirty-six ∞</a></h6>
<figure class="fig"><img src="https://images.luxagraf.net/slideshow/2010/4874767132.jpg" srcset="https://images.luxagraf.net/slideshow/2010/4874767132x2.jpg 2x" alt="Split Mountain" />
<figcaption class="figcaption">
<div class="caption" id="id-2828">
<h3 class="figcaption--title">Split Mountain</h3>
<time class="figcaption--date" datetime="2010-08-02T14:24:31">Aug 2, 2010</time>
<a class="map-link" href="#" data-latitude="40.466539" data-longitude="-109.216117" data-imgid="id-2828">Map</a>
<p class="figcaption--desc">Through a strange quirk of geology the Green split a mountain in half rather than going around it.</p>
</div>
<div class="photo-options">
<p>Panasonic GF1 with <a href="http://amzn.to/azIr5w" title="buy the LUMIX G VARIO 14-45/F3.5-5.6 on Amazon">Lumix 14-45mm lens</a></p>
<p>0.001 sec (1/800) sec at f/5.6, ISO 100 </p>
<!--<p><a href="http://www.flickr.com/photos/luxagraf/4874767132/" title="View this Photo on Flickr.com">View on Flickr</a></p>-->
<!--<a href="#" class="exif-link" title="2828">Camera</a>-->
</div>
</figcaption>
</figure>
</article>
</section>
<footer role="contentinfo">
<nav class="bl">
<ul>
<li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li>
<li><a href="/jrnl/feed.xml" title="RSS feed">Subscribe</a></li>
<li><a href="/contact/" title="contact luxagraf">Contact</a></li>
<li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li>
<li><a href="https://www.flickr.com/photos/luxagraf" rel="me" title="luxagraf on Flickr">Flickr</a></li>
<li><a href="https://www.facebook.com/luxagraf" rel="me" title="luxagraf on Facebook">Facebook</a></li>
<li><a href="https://www.instagram.com/luxagraf/" rel="me" title="luxagraf on Instacrap">Instacrap</a></li>
</ul>
</nav>
<p id="license">
© 2003-2016
<span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>).
</p>
<p><a href="https://evolution-host.com/ssd-vps-hosting.php">SSD VPS Hosting by Evolution Host</a>.</p>
</footer>
</div>
<script type="text/javascript" src="/media/js/jquery.js"></script>
<script type="text/javascript" src="/media/js/jquery.scrollTo-1.4.2-min.js"></script>
<script type="text/javascript" src="/media/js/photos.min.js" ></script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.luxagraf.net/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//stats.luxagraf.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>
|