Skip to content

Commit

Permalink
Deploying to gh-pages from @ fac2fdb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Sep 7, 2023
1 parent dda3ae2 commit 769f1e4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 27 deletions.
22 changes: 8 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,18 +184,18 @@ <h2 data-anchor-id="sec-packages">Explore</h2>
<style>
.grid-sizer, .grid-item {
width: 100%;
margin: 5px auto;
margin: 1px auto;
}
@media only screen and (min-width: 600px) {
.grid-sizer, .grid-item {
width: 47%;
margin: 5px auto;
width: calc(50% - 5px);
margin: 1px auto;
}
}
@media only screen and (min-width: 768px) {
.grid-sizer, .grid-item {
width: 30%;
margin: 5px auto;
width: calc(33% - 5px);
margin: 1px auto;
}
}
</style>
Expand Down Expand Up @@ -452,7 +452,8 @@ <h5 class="card-subtitle mb-2 text-muted">Analysis and Visualization of Archaeol
percentPosition: true,
masonry: {
// use outer width of grid-sizer for columnWidth
columnWidth: '.grid-sizer'
columnWidth: '.grid-sizer',
gutter: 1
}
});

Expand All @@ -474,7 +475,6 @@ <h5 class="card-subtitle mb-2 text-muted">Analysis and Visualization of Archaeol
</section>

</main> <!-- /main -->
<div style="display: inline; text-align: center;"><a href="https://www.u-bordeaux-montainge.fr"><img src="https://www.tesselle.org/images/UBM.jpg" class="logo-institution"></a><a href="https://www.cnrs.fr"><img src="https://www.tesselle.org/images/CNRS.png" class="logo-institution"></a></div>
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down Expand Up @@ -707,13 +707,7 @@ <h5 class="card-subtitle mb-2 text-muted">Analysis and Visualization of Archaeol
<div class="nav-footer-left">
&nbsp;
</div>
<div class="nav-footer-center">
<ul class="footer-items list-unstyled">
<li class="nav-item">
The tesselle project is supported by the <a href="https://mshs.univ-toulouse.fr/" target="_blank"><abbr title="Centre de Recherche et d'Études pour l'Art Préhistorique">CREAP</abbr></a>, <a href="https://www.archeosciences-bordeaux.fr/" target="_blank">Archéosciences Bordeaux</a> and the <a href="https://www.huma-num.fr/" target="_blank"><abbr title="Très Grande Infrastructure de Recherche">TGIR</abbr> Huma-Num</a>.
</li>
</ul>
</div>
<div class="nav-footer-center"><a href="https://www.u-bordeaux-montainge.fr"><img src="https://www.tesselle.org/images/UBM.jpg" class="logo-institution"></a><a href="https://www.cnrs.fr"><img src="https://www.tesselle.org/images/CNRS.png" class="logo-institution"></a> <br>The tesselle project is supported by <a href="https://www.archeosciences-bordeaux.fr/" target="_blank">Archéosciences Bordeaux</a>, the <a href="https://mshs.univ-toulouse.fr/" target="_blank"><abbr title="Centre de Recherche et d'Études pour l'Art Préhistorique">CREAP</abbr></a> and the <a href="https://www.huma-num.fr/" target="_blank"><abbr title="Très Grande Infrastructure de Recherche">TGIR</abbr> Huma-Num</a>.</div>
<div class="nav-footer-right">
&nbsp;
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion references.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.tesselle.org/index.html</loc>
<lastmod>2023-09-04T00:57:05.063Z</lastmod>
<lastmod>2023-09-07T17:04:11.705Z</lastmod>
</url>
</urlset>
20 changes: 10 additions & 10 deletions sitemapindex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@
<loc>https://packages.tesselle.org/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/arkhe/sitemap.xml</loc>
<loc>https://packages.tesselle.org/ananke/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/nexus/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/kairos/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/tekton/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/arkhe/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/dimensio/sitemap.xml</loc>
</sitemap>
Expand All @@ -21,9 +30,6 @@
<sitemap>
<loc>https://packages.tesselle.org/khroma/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/ananke/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/isopleuros/sitemap.xml</loc>
</sitemap>
Expand All @@ -33,13 +39,7 @@
<sitemap>
<loc>https://packages.tesselle.org/folio/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/nexus/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/alkahest/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://packages.tesselle.org/tekton/sitemap.xml</loc>
</sitemap>
</sitemapindex>

0 comments on commit 769f1e4

Please sign in to comment.