<!DOCTYPE html>
<html>
<head>
    <title>vpn提示</title>
    <meta charset='UTF-8'>
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
    <link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
    <style type="text/css">
        header {
            background-image: url(./imgs/line-bg.png);
            background-repeat: repeat;
            border-bottom: 1px solid #DFDFDF;
        }

        header img {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .btn {
            background: #d75757;
            color: #fff;
            font-size: 14px;
            padding: 6px 20px;
        }
        .btn a {
            color: #fff;
            text-decoration: none;
        }
        main {
            text-align: center;
        }

        main img {
            margin-top: 70px;
            max-width: 100%;
        }

        h4 {
            font-size: 24px;
            color: #333;
            margin: 20px 0px;
            /*margin-top: 50px;*/
        }

        p i {
            color: #d75757;
            font-size: 20px;
            margin: 0 5px;
            font-style: normal;
        }

        p {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
            height: 80px;
        }

        h4 span {
            font-weight: normal;
            font-size: 18px;
            color: #999;
            padding-left: 5px;
        }
    </style>
</head>
<body>
<header>
    <div class="container">
        <div class="row">
            <div class="col-sm-12">
            <img src="./imgs/10001_252302_logo.png">
            </div>
        </div>
    </div>
</header>
<main>
    <div class="container">
        <div class="row" style="padding: 80px 0;">
            <div class="col-sm-6" >
                <img src="./imgs/img.png">
            </div>
            <div class="col-sm-6">
                <h4 style="margin-bottom: 40px;">请先登录VPN系统 <span>( 根据需要任选一种 )</span></h4>
                <div class="row">
                    <div class="col-sm-6" style="border-right: 1px solid #ccc;">
                        <h4>WebVPN</h4>
                        <p>无需安装客户端和插件，<br>但访问某些资源会受限</p>
                        <button class="btn"><a href="https://webvpn.ruc.edu.cn">访问WebVPN</a></button>
                    </div>
                    <div class="col-sm-6">
                        <h4>SSLVPN</h4>
                        <p>微人大、公文系统、教务选课系统、<br>移动校园（如疫情防控通）等，<br>须安装SSLVPN <i>客户端</i>访问</p>
                        <button class="btn"><a href="https://vpn.ruc.edu.cn/">访问SSLVPN</a></button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</main>
</body>
</html>