Skip to content

Commit

Permalink
freebsd 13.3 and 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed May 6, 2024
1 parent 562276f commit 4cf4324
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,35 @@ <h1>A collection of prebuilt BSD cloud images</h1>
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/12.4/2023-04-22/zfs/freebsd-12.4-zfs-2023-04-22.qcow2">12.4</a>
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#FBSecondaryModal">13.3</button>
<div class="modal fade" id="FBSecondaryModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">FreeBSD 13.3</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="icons/freebsd.svg"
class="img-fluid" alt="Responsive image" role="img" aria-label="Placeholder: Thumbnail" />

<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#FB130Modal">13.2</button>
<div class="modal fade" id="FB130Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
Please select the filesystem of the root partition.
</div>
<div class="modal-footer">
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/13.3/2024-05-06/ufs/freebsd-13.3-ufs-2024-05-06.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/13.3/2024-05-06/zfs/freebsd-13.3-zfs-2024-05-06.qcow2">ZFS</a>
</div>
</div>
</div>
</div>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#FBPrimaryModal">14.0</button>
<div class="modal fade" id="FBPrimaryModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">FreeBSD 13.2</h5>
<h5 class="modal-title" id="exampleModalLabel">FreeBSD 14.0</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand All @@ -131,8 +152,8 @@ <h5 class="modal-title" id="exampleModalLabel">FreeBSD 13.2</h5>
Please select the filesystem of the root partition.
</div>
<div class="modal-footer">
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/13.2/2023-04-22/ufs/freebsd-13.2-ufs-2023-04-22.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/13.2/2023-04-21/zfs/freebsd-13.2-zfs-2023-04-21.qcow2">ZFS</a>
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/14.0/2024-05-04/ufs/freebsd-14.0-ufs-2024-05-04.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/freebsd/14.0/2024-05-06/zfs/freebsd-14.0-zfs-2024-05-06.qcow2">ZFS</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 4cf4324

Please sign in to comment.