<!DOCTYPE html>
<html>

<head>
    <title>Yu's GEOG 328 LAB 02</title>

    <!-- Including the main.css file for styling -->
    <link rel="stylesheet" href="css/main.css">

    <!-- Including the Font Awesome CSS library for icons -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

<body>

    <!-- Navigation bar -->
    <div class="topnav" id="myTopnav">
        <!-- Active link pointing to the index.html page -->
        <a class="active" href="index.html">Abstract</a>

        <!-- Links to other sections -->
        <a href="section1.html">Topic</a>
        <a href="section2.html">Method</a>
        <a href="section3.html">Inspiration</a>

        <!-- Additional links -->
        <a href="references.html">References</a>

        <!-- "Hamburger menu" / "Bar icon" to toggle the navigation links on smaller screens -->
        <a href="javascript:void(0);" class="icon">
            <i class="fa fa-bars"></i>
        </a>
    </div>

    <!-- Page content -->
    <div class="content">
        <!-- Abstract section -->
        Hello, I'm Yu Zhimin "Jason" in GEOG328 24AU.
        <br>
        <img src="img/Anime.gif" style="width: auto; height: auto;">
        <br>
        This is mainly for the second lab assignment for this course.
        You can negivate to different sections on the bar above.
        <br>
        <br>
        Basically, I will going to use the table below to introduce my topic.
        It is basically has three aspects:
        <a href='section1.html'>Topic Description </a>, 
        <a href='section2.html'>General Method Used </a>, and  
        <a href='section3.html'>Reasons to Make It </a>  
        <br>
        Thanks for your attention!
        <br>
        <img src="img/Thanks.jpg" style="width: auto; height: auto;">
    </div>

    <!-- Including the main.js file for JavaScript functionality -->
    <script src="js/main.js"></script>

</body>

</html>