Skip to content

Commit

Permalink
[ci skip] Automated deployment to GitHub Pages on 1734150496297
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Dec 14, 2024
0 parents commit c56bcf2
Show file tree
Hide file tree
Showing 89 changed files with 232,611 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

128 changes: 128 additions & 0 deletions archives.html
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>
Loading

0 comments on commit c56bcf2

Please sign in to comment.