calendar.html 3.73 KB
<!DOCTYPE html>
<html>
<head>
    <title> Calendar </title>
    <link rel="stylesheet" type="text/css"href="calendar.css">
</head>
<body>
    <div class="container1">
        <span class="logo">Welcome to Baseball Simulator</span>
    </div>
    <nav id="menu">
        <ul>
            <li>
                <a class="me" href="main.html">Home</a>
            </li>
            <li>
                <a class="me" href="introduction.html">Introduction</a>
            </li>
            <li>
                <a class="me" href="calendar.html">Calendar</a>
            </li>
            <li>
                <a class="me" href="simulation.html">Simulation</a>
            </li>
        </ul>
    </nav>
    <div class="container2">
        <div class="row row1">
            <span class="item1">
                <a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=%EC%82%BC%EC%84%B1">
                    <img src="pngs/samsung.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item2">
                <a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=NC">
                    <img src="pngs/nc.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item3">
                <a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=LG">
                    <img src="pngs/LG.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item4">
                <a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=KT">
                    <img src="pngs/kt.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item5">
                <a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=SSG">
                    <img src="pngs/ssg.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
        </div>
        <div class="row row2">
            <span class="item6">
                <a href="http://www.statiz.co.kr/team.php?cteam=%EB%91%90%EC%82%B0%2BOB&year=2021&opt=0&sopt=1">
                    <img src="pngs/dusan.png" style="display:block; margin:0 auto; width:150px; height:150px;"alt="">
                </a>
            </span>
            <span class="item7">
                <a href="http://www.statiz.co.kr/team.php?cteam=%ED%9E%88%EC%96%B4%EB%A1%9C%EC%A6%88&year=2021&opt=0&sopt=1">
                    <img src="pngs/kiwoom.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item8">
                <a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=KIA">
                    <img src="pngs/kia.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item9">
                <a href="http://www.statiz.co.kr/team.php?cteam=%ED%95%9C%ED%99%94%2B%EB%B9%99%EA%B7%B8%EB%A0%88&year=2021&opt=0&sopt=1">
                    <img src="pngs/hanhwa.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
            <span class="item10">
                <a href="http://www.statiz.co.kr/team.php?cteam=%EB%A1%AF%EB%8D%B0&year=2021&opt=0&sopt=1">
                    <img src="pngs/Lotte.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
                </a>
            </span>
        </div>
    </div>
</body>
</html>