Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying npm for jQuery and Bootstrap Upgrades #31

Merged
merged 21 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
49524c7
Update Jquery and boostrap via npm
SaillantNicolas Oct 16, 2023
eb4b2f0
Update baseurl for style.css in default.html
SaillantNicolas Oct 16, 2023
d0c55f6
Resolve 404 errors related to font path
SaillantNicolas Oct 18, 2023
c5e7239
Reimplement carousel using bxSlider from npm
SaillantNicolas Oct 25, 2023
520b060
Add animation to slider on page load
SaillantNicolas Oct 30, 2023
9781884
Optimize and reorganize style.css
SaillantNicolas Nov 2, 2023
d89e847
Fix thumbnail styles and make bottom container display block on small…
SaillantNicolas Nov 2, 2023
8cd845d
Replace glyphicons with bootstrap icons
SaillantNicolas Nov 6, 2023
84587cf
Remove old bootstrap/jquery folder
SaillantNicolas Nov 7, 2023
ede13f2
Merge branch 'master' into update-bootstrap-jquery-GF
lrineau Dec 6, 2023
0827770
Merge branch 'master' into update-bootstrap-jquery-GF
SaillantNicolas Jan 4, 2024
388178f
Update carrousel width and remove white border
SaillantNicolas Jan 4, 2024
4b0aae6
add github icon and change the lock icon
SaillantNicolas Jan 4, 2024
d5bdf69
Update the homepage layout and move the GitHub link.
SaillantNicolas Jan 4, 2024
24fbbdc
Add padding to divs in .row and .download-row
SaillantNicolas Jan 5, 2024
52803b4
Adjusted Alignment of Div Blocks
SaillantNicolas Jan 15, 2024
26ddebf
Merge branch 'master' into update-bootstrap-jquery-GF
SaillantNicolas Apr 9, 2024
cad8b8e
remove node_modules folder
SaillantNicolas Apr 22, 2024
eec3d87
Fix icons position
SaillantNicolas Apr 22, 2024
5316adb
Add npm install step to GitHub Actions
SaillantNicolas Apr 24, 2024
54c6b7e
Replace old icons with new ones
SaillantNicolas Apr 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/Deploy_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: yq -i '.JB.BASE_PATH = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml
- name: Remove demo/ (temporarily)
run: rm -rf demo/
- name: setup nodejs
run: npm install
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Receive_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: yq -i '.JB.BASE_PATH = "https://cgal.github.io/cgal-web"' _config.yml
- name: Remove demo/ (temporarily)
run: rm -rf demo/
- name: setup nodejs
run: npm install
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:categories/:year/:month/:day/:title/

include: [.htaccess]
include:
- .htaccess
- node_modules
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "web_old"]
highlighter: pygments

Expand Down
63 changes: 45 additions & 18 deletions _includes/themes/cgal/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
<meta name="author" content="{{ site.author.name }}">

<link rel="icon" type="image/png" href="{{ BASE_PATH }}/images/cgal_logo/g-196x196-y.png">
<link rel="stylesheet" href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ ASSET_PATH }}/bootstrap/css/icomoon-social.css">
<link rel="stylesheet" href="{{ site.baseurl }}/node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/node_modules/bootstrap-icons/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/node_modules/bxslider/dist/jquery.bxslider.css">
<link rel="stylesheet" href="{{ site.baseurl }}/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'>

<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="{{ ASSET_PATH }}/bootstrap/css/main.css">
<link rel="stylesheet" href="{{ ASSET_PATH }}/main.css">

<!-- atom & rss feed -->
<link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="{{ BASE_PATH }}{{ site.JB.rss_path }}" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">


<script src="{{ ASSET_PATH }}/bootstrap/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
Expand Down Expand Up @@ -60,8 +60,8 @@
<a href="{{ BASE_PATH }}/download.html">Download</a>
</li>

<li class="dropdown" style="transition-duration: all 0s ease; transition-delay: all 0s ease;">
<a href="#" class="dropdown-toggle" data-hover="dropdown">Packages <span class="caret"></span></a>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">Packages</a>
<ul class="dropdown-menu">
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://doc.cgal.org/latest/Manual/packages.html#PartAlgebraicFoundations" target="_blank">Arithmetic and Algebra</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://doc.cgal.org/latest/Manual/packages.html#PartCombinatorialAlgorithms" target="_blank">Combinatorial Algorithms</a></li>
Expand Down Expand Up @@ -107,8 +107,11 @@
<div class="section section-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-12 home-title">
<h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
<a style="text-align: right;" href="https://github.com/cgal/cgal" alt="The CGAL Project's github">
<span class="btn-dark-orange github-link fs-5">CGAL/cgal <i class="bi bi-github"></i></span>
</a>
</div>
</div>
</div>
Expand All @@ -129,7 +132,7 @@ <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% e
&copy; 1995-{{site.time | date: "%Y"}} The CGAL Project. All rights reserved.
<div style="float: right;">
<a href="https://cgal.geometryfactory.com/CGAL/Members/wiki/Main_Page" alt="Password protected access to the Developer Wiki">
<i class="glyphicon glyphicon-lock"></i>
<i class="bi bi-file-lock fs-5"></i>
</a>
</div>
</div>
Expand All @@ -138,13 +141,37 @@ <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% e
</div>

<!-- Javascripts -->
<script src="{{ ASSET_PATH }}/bootstrap/js/jquery-1.9.1.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ ASSET_PATH }}/bootstrap/js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
<script src="{{ ASSET_PATH }}/bootstrap/js/jquery.fitvids.js"></script>
<script src="{{ ASSET_PATH }}/bootstrap/js/jquery.sequence-min.js"></script>
<script src="{{ ASSET_PATH }}/bootstrap/js/jquery.bxslider.js"></script>
<script src="{{ ASSET_PATH }}/bootstrap/js/template.js"></script>
<script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap-hover-dropdown-min.js"></script>
</body>
<script src="{{ site.baseurl }}/node_modules/jquery/dist/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/node_modules/jquery/dist/jquery.min.js"><\/script>')</script>
<script src="{{ site.baseurl }}/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="{{ site.baseurl }}/node_modules/bxslider/dist/jquery.bxslider.min.js"></script>
<script>
$(function () {
$('.bxslider').bxSlider({
auto: true,
speed: 0,
pause: 5000,
infiniteLoop: true,
touchEnabled: false,
pager: true,
pagerCustom: '.custom-pager',
controls: false,
onSliderLoad: function (currentIndex) {
$('.bxslider li').find('.slideTitle, .slideSubTitle').css({
transform: 'translate(0)',
opacity: 1
});
$('.bxslider li').eq(currentIndex).find('.slideTitle, .slideSubTitle').addClass('animatedTitle');
},
onSlideBefore: function ($slideElement, oldIndex, newIndex) {
$($slideElement).siblings().find('.slideTitle, .slideSubTitle').removeClass('animatedTitle');
$($slideElement).find('.slideTitle, .slideSubTitle').addClass('animatedTitle');
$($slideElement).siblings().find('.slide').removeClass('slideInFromRight');
$($slideElement).find('.slide').addClass('slideInFromRight');
}
});
});
</script>
<script src="{{ site.baseurl }}/node_modules/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion _includes/themes/cgal/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>{{ page.title }}</h3>
</div>
<br>
<div class="single-post-info">
<i class="glyphicon glyphicon-time"></i>
<i class="bi bi-clock"></i>
{{ page.date | date_to_long_string }}
</div>
<div class="single-post-content">
Expand Down
2 changes: 1 addition & 1 deletion _posts/1998-04-01-cgal-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-1.0">Download CGAL-1.0</a>

<p>Additions to <a href="../../../../1997/06/01/cgal-09">CGAL 0.9</a> include:
Expand Down
2 changes: 1 addition & 1 deletion _posts/1998-07-01-cgal-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-1.1">Download CGAL-1.1</a>

<p>Additions to <a href="../../../../1998/04/01/cgal-10">CGAL 1.0</a> include:
Expand Down
2 changes: 1 addition & 1 deletion _posts/1999-01-01-cgal-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-1.2">Download CGAL-1.2</a>

<p>Additions to <a href="../../../../1998/07/01/cgal-11">CGAL 1.1</a> include: </p>
Expand Down
2 changes: 1 addition & 1 deletion _posts/1999-06-01-cgal-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-2.0">Download CGAL-2.0</a>

<p>The main difference from <a href="../../../../1999/01/01/cgal-12">CGAL 1.2</a> is the
Expand Down
2 changes: 1 addition & 1 deletion _posts/2000-01-01-cgal-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-2.1">Download CGAL 2.1</a>

<p>CGAL 2.1 differs from <a href="../../../../1999/06/01/cgal-20">CGAL 2.0</a> in the platforms
Expand Down
2 changes: 1 addition & 1 deletion _posts/2000-10-01-cgal-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-2.2">Download CGAL-2.2</a>

<p>CGAL 2.2 differs from <a href="../../../../2000/01/01/cgal-21">CGAL 2.1</a> in the platforms that are supported and
Expand Down
2 changes: 1 addition & 1 deletion _posts/2001-10-01-cgal-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-2.3">Download CGAL-2.3</a>

<p>CGAL 2.3 differs from <a href="../../../../2000/10/01/cgal-22">CGAL 2.2</a> in the platforms
Expand Down
2 changes: 1 addition & 1 deletion _posts/2002-05-01-cgal-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-2.4">Download CGAL-2.4</a>

<p>CGAL 2.4 differs from <a href="../../../../2001/10/01/cgal-23">CGAL 2.3</a> in the platforms that are supported and
Expand Down
2 changes: 1 addition & 1 deletion _posts/2003-11-01-cgal-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.0">Download CGAL-3.0</a>

<p>CGAL 3.0 differs from <a href="../../../../2002/05/01/cgal-24">CGAL 2.4</a> in the platforms that are supported and
Expand Down
2 changes: 1 addition & 1 deletion _posts/2004-02-01-cgal-301.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.0.1">Download CGAL-3.0.1</a>

<p>This is a bug-fix release. No new features have been added in 3.0.1. Here is the list of bug-fixes:</p>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2004-12-01-cgal-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.1">Download CGAL-3.1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.1/doc_html/cgal_manual/packages.html">CGAL-3.1 documentation</a>

<p>CGAL 3.1 differs from <a href="../../../../2003/11/01/cgal-30">CGAL 3.0</a> in the platforms that are supported and
Expand Down
4 changes: 2 additions & 2 deletions _posts/2006-05-01-cgal-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.2">Download CGAL-3.2</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.2/doc_html/cgal_manual/packages.html">CGAL-3.2 documentation</a>

<p>CGAL 3.2 differs from <a href="../../../../2004/12/01/cgal-31">CGAL 3.1</a> in the platforms that are supported and
Expand Down
4 changes: 2 additions & 2 deletions _posts/2006-07-01-cgal-321.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.2.1">Download CGAL-3.2.1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.2.1/doc_html/cgal_manual/packages.html">CGAL-3.2.1 documentation</a>

<p>This is a bug fix release for <a href="../../../../2006/05/01/cgal-32">CGAL 3.2</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2007-06-01-cgal-33.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.3">Download CGAL-3.3</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.3/doc_html/cgal_manual/packages.html">CGAL-3.3 documentation</a>

<p>CGAL 3.3 differs from <a href="../../../../2006/05/01/cgal-32">CGAL 3.2</a> in the platforms that are supported and
Expand Down
4 changes: 2 additions & 2 deletions _posts/2007-09-04-cgal-331.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.3.1">Download CGAL-3.3.1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.3.1/doc_html/cgal_manual/packages.html">CGAL-3.3.1 documentation</a>

<p>This is a bug fix release for <a href="../../../../2007/06/01/cgal-33">CGAL 3.3</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2008-12-19-cgal-34-beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["beta-release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.4-beta1">Download CGAL-3.4 beta1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.4/doc_html/cgal_manual/packages.html">CGAL-3.4 beta1 documentation</a>

<p>CGAL 3.4 differs from <a href="../../../../2007/09/04/cgal-331">CGAL 3.3.1</a> in the platforms that are supported and
Expand Down
4 changes: 2 additions & 2 deletions _posts/2009-01-22-cgal-34.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.4">Download CGAL-3.4</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.4/doc_html/cgal_manual/packages.html">CGAL-3.4 documentation</a>

<p>CGAL 3.4 differs from <a href="../../../../2007/09/04/cgal-331">CGAL 3.3.1</a> in the platforms that are supported and
Expand Down
4 changes: 2 additions & 2 deletions _posts/2009-07-30-cgal-35-beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["beta-release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.5-beta1">Download CGAL-3.5 beta1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.5/doc_html/cgal_manual/packages.html">CGAL-3.5 beta1 documentation</a>

<p><b>CGAL releases will now be published about every six months. As a transition
Expand Down
4 changes: 2 additions & 2 deletions _posts/2009-10-05-cgal-35.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.5">Download CGAL-3.5</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.5/doc_html/cgal_manual/packages.html">CGAL-3.5 documentation</a>

<p><b>CGAL releases will now be published about every six months. As a transition
Expand Down
4 changes: 2 additions & 2 deletions _posts/2009-12-22-cgal-351.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.5.1">Download CGAL-3.5.1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.5.1/doc_html/cgal_manual/packages.html">CGAL-3.5.1 documentation</a>

<p>This is a bug fix release for <a href="../../../../2009/10/05/cgal-35">CGAL 3.5</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2010-03-22-cgal-36.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.6">Download CGAL-3.6</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.6/doc_html/cgal_manual/packages.html">CGAL-3.6 documentation</a>

<p>CGAL 3.6 offers the following improvements and new functionality over
Expand Down
4 changes: 2 additions & 2 deletions _posts/2010-06-30-cgal-361.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tags: ["release"]
---
{% include JB/setup %}

<i class="glyphicon glyphicon-download"></i>
<i class="bi bi-arrow-down-circle"></i>
<a href="https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-3.6.1">Download CGAL-3.6.1</a>

<i class="glyphicon glyphicon-book"></i>
<i class="bi bi-book"></i>
<a href="https://doc.cgal.org/Manual/3.6.1/doc_html/cgal_manual/packages.html">CGAL-3.6.1 documentation</a>

<p>This is a bug fix release. The following has been changed since <a href="../../../../2010/03/22/cgal-36">CGAL 3.6</a>:</p>
Expand Down
Loading