-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip] Automated deployment to GitHub Pages on 1734150496297
- Loading branch information
0 parents
commit c56bcf2
Showing
89 changed files
with
232,611 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<!-- Set the viewport width to device width for mobile --> | ||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<title>Outdoors</title> | ||
|
||
<link rel="stylesheet" href="./theme/css/normalize.css" /> | ||
<link rel="stylesheet" href="./theme/css/foundation.min.css" /> | ||
<link rel="stylesheet" href="./theme/css/style.css" /> | ||
<link rel="stylesheet" href="./theme/css/pygments.css" /> | ||
<link rel="stylesheet" href="./theme/css/wallystyle.css" /> | ||
<script src="./theme/js/modernizr.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- Nav Bar --> | ||
<nav> | ||
<div class="top-bar"> | ||
<div class="row"> | ||
<div class="large-9 large-centered columns"> | ||
<h1><a href=".">Outdoors</a></h1> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Show menu items and pages --> | ||
<div class="row"> | ||
<div class="large-9 columns"> | ||
<ul class="button-group navigation"> | ||
|
||
<li><a href="./pages/about.html" class="button secondary small">About</a></li> | ||
<li><a href="./pages/via-ferrata.html" class="button secondary small">Via Ferrata</a></li> | ||
<li><a href="./pages/gear.html" class="button secondary small">Le bon et vieux Matos</a></li> | ||
<li><a href="./pages/preparation-physique-fr.html" class="button secondary small">Préparation physique</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- End Nav --> | ||
|
||
|
||
<!-- Main Page Content and Sidebar --> | ||
<div class="row"> | ||
|
||
<!-- Main Blog Content --> | ||
<div class="large-9 columns"> | ||
|
||
<h3>Archives</h3> | ||
|
||
<table class="table-archive"> | ||
<tbody> | ||
<tr> | ||
<td>Sat 18 January 2025</td> | ||
<td><a href='montagne-sainte-victoire-fr.html'>Montagne Sainte Victoire</a></td> | ||
</tr> | ||
<tr> | ||
<td>Sat 14 December 2024</td> | ||
<td><a href='crete-du-turc-dentelles-fr.html'>Dentelles de Montmirail</a></td> | ||
</tr> | ||
<tr> | ||
<td>Sat 07 September 2024</td> | ||
<td><a href='cycloferrata-chironne-fr.html'>Cycloferrata Chironne</a></td> | ||
</tr> | ||
<tr> | ||
<td>Sun 26 May 2024</td> | ||
<td><a href='velo-autour-de-bourgoin-jallieu-fr.html'>Une boucler autour de Bourgoin-Jallieu</a></td> | ||
</tr> | ||
<tr> | ||
<td>Mon 20 May 2024</td> | ||
<td><a href='circuit-27-modifie-vtt-fr.html'>Circuit 27 modifié pour la mobilité douce</a></td> | ||
</tr> | ||
<tr> | ||
<td>Thu 16 May 2024</td> | ||
<td><a href='bivouac-lac-du-pontet-fr.html'>['Idée de sortie au Lac du Pontet', 'Idée de sortie au Lac du Pontet']</a></td> | ||
</tr> | ||
<tr> | ||
<td>Sat 06 April 2024</td> | ||
<td><a href='vtt-ferrata-roche-veyrand.html'>Biking and Via Ferrata Roche Veyrand</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</div> | ||
<!-- End Main Content --> | ||
|
||
<!-- Sidebar --> | ||
<aside class="large-3 columns"> | ||
<h5 class="sidebar-title">Site</h5> | ||
<ul class="side-nav"> | ||
<li><a href="./archives.html">Archives</a> | ||
<li><a href="./tags.html">Tags</a> | ||
</ul> | ||
|
||
|
||
<h5 class="sidebar-title">Categories</h5> | ||
<ul class="side-nav"> | ||
<li><a href="./category/daily-adventures.html">Daily Adventures</a></li> | ||
|
||
</ul> | ||
|
||
|
||
<h5 class="sidebar-title">Social</h5> | ||
<ul class="side-nav"> | ||
<li><a href="https://www.strava.com/athletes/109704687">Strava</a></li> | ||
<li><a href="https://www.instagram.com/walteriando/">Instagram</a></li> | ||
</ul> | ||
|
||
</aside> <!-- End Sidebar --> | ||
|
||
</div> <!-- End Main Content and Sidebar --> | ||
|
||
|
||
<!-- Footer --> | ||
<footer class="row"> | ||
<div class="large-12 columns"> | ||
<hr /> | ||
<div class="row"> | ||
<div class="large-6 columns"> | ||
<!-- <p>Outdoors by Walter Dal'Maz Silva</p> --> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.