<?php
require '../fragments/header.php';
?>
<div class="container">
    <div class="row">
        <h1>
            <a href="https://3d.wlu.edu//instructions/potree.html">Potree Instructions</a>
        </h1>
    </div>
    <hr>
    <div class="row">
        <h1>
            <a href="https://3d.wlu.edu//instructions/metashape.html">Metashape Instructions</a>
        </h1>
    </div>
    <hr>
    <div class="row">
        <h1>
            <a href="https://3d.wlu.edu//instructions/PotreeInstructions.pdf">Step-by-Step Potree</a>
        </h1>
    </div>
    <hr>
    <div class="row">
        <h1>
            <a href="https://3d.wlu.edu//instructions/Cyclone%20Basic%20Tutorial.pdf">Cyclone Basic Tutorial</a>
        </h1>
    </div>
    <hr>
</div>
<script>
    document.getElementById("instructions").classList.add("active");
</script>
<?php
require '../fragments/footer.php';
?>
