网页设计之竞赛平台模块

17 篇文章 0 订阅
16 篇文章 0 订阅

算法:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>学科竞赛平台</title>
    <style>
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 40px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
    </style>


</head>
<body>
    <script type="text/javascript" src="https://cdn.bootcss.com/canvas-nest.js/1.0.1/canvas-nest.min.js"></script> 
<script>
!
function() {
    function n(n, e, t) {
        return n.getAttribute(e) || t
    }
    function e(n) {
        return document.getElementsByTagName(n)
    }
    function t() {
        var t = e("script"),
        o = t.length,
        i = t[o - 1];
        return {
            l: o,
            z: n(i, "zIndex", -1),
            o: n(i, "opacity", .5),
            c: n(i, "color", "0,0,0"),
            n: n(i, "count", 99)
        }
    }
    function o() {
        a = m.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
        c = m.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
    }
    function i() {
        r.clearRect(0, 0, a, c);
        var n, e, t, o, m, l;
        s.forEach(function(i, x) {
            for (i.x += i.xa, i.y += i.ya, i.xa *= i.x > a || i.x < 0 ? -1 : 1, i.ya *= i.y > c || i.y < 0 ? -1 : 1, r.fillRect(i.x - .5, i.y - .5, 1, 1), e = x + 1; e < u.length; e++) n = u[e],
            null !== n.x && null !== n.y && (o = i.x - n.x, m = i.y - n.y, l = o * o + m * m, l < n.max && (n === y && l >= n.max / 2 && (i.x -= .03 * o, i.y -= .03 * m), t = (n.max - l) / n.max, r.beginPath(), r.lineWidth = t / 2, r.strokeStyle = "rgba(" + d.c + "," + (t + .2) + ")", r.moveTo(i.x, i.y), r.lineTo(n.x, n.y), r.stroke()))
        }),
        x(i)
    }
    var a, c, u, m = document.createElement("canvas"),
    d = t(),
    l = "c_n" + d.l,
    r = m.getContext("2d"),
    x = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
    function(n) {
        window.setTimeout(n, 1e3 / 45)
    },
    w = Math.random,
    y = {
        x: null,
        y: null,
        max: 2e4
    };
    m.id = l,
    m.style.cssText = "position:fixed;top:0;left:0;z-index:" + d.z + ";opacity:" + d.o,
    e("body")[0].appendChild(m),
    o(),
    window.onresize = o,
    window.onmousemove = function(n) {
        n = n || window.event,
        y.x = n.clientX,
        y.y = n.clientY
    },
    window.onmouseout = function() {
        y.x = null,
        y.y = null
    };
    for (var s = [], f = 0; d.n > f; f++) {
        var h = w() * a,
        g = w() * c,
        v = 2 * w() - 1,
        p = 2 * w() - 1;
        s.push({
            x: h,
            y: g,
            xa: v,
            ya: p,
            max: 6e3
        })
    }
    u = s.concat([y]),
    setTimeout(function() {
        i()
    },
    100)
} ();
</script>
    <footer>
    <h1 align="center">安徽工程大学学科竞赛平台</h1>
    </footer>
        <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html" class="nav">算法竞赛</a>
        <a href="chengxusheji.html">程序设计竞赛</a>
        <a href="chuangxinyingyong.html">创新应用大赛</a>
        <a href="dashuju.html">大数据主题赛</a>
        <a href="shuxuejianmo.html">数学建模竞赛</a>
        <a href="shuxue.html">数学竞赛</a>
        <a href="yingyu.html">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20" >国内知名竞赛平台</a>
    </div>
    <div>
        <a href="https://www.saikr.com/vse/adpc/2023/spring#discuss"><img src="suanfa1.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532080/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><img src="suanfa2.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532081/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><img src="suanfa3.png"></a>
        <div class="naw">
            <a href="https://www.saikr.com/vse/adpc/2023/spring#discuss">2023年度第四届全国大学生<br>算法设计与编程挑战赛(春季赛)</a>
            <a href="https://www.saikr.com/vse/adpc/2023/spring#discuss"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532080/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo">CCKS2023开放环境下的<br>知识图谱构建与补全评测任务一</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532080/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532081/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo">CCKS2023开放环境下的<br>知识图谱构建与补全评测任务二</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532081/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><button type="button">立即报名</button></a><br>
        </div>
    </div>
<div>
    <a href="https://tianchi.aliyun.com/competition/entrance/532073/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><img src="suanfa4.png"></a>
    <a href="https://tianchi.aliyun.com/competition/entrance/532074/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><img src="suanfa5.png"></a>
    <a href="https://tianchi.aliyun.com/competition/entrance/532077/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><img src="suanfa6.png"></a>
    <div class="naw">
        <a href="https://tianchi.aliyun.com/competition/entrance/532073/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo">CAAI-BDSC2023社交图谱链接<br>预测任务一</a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532073/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><button type="button">立即报名</button></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532074/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo">CAAI-BDSC2023社交图谱链接<br>预测任务二</a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532074/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><button type="button">立即报名</button></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532077/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo">CVPR2023阿里产品挑战赛大规模<br>跨模式产品检索</a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532077/introduction?spm=5176.12281957.0.0.4c885d9beCaNTo"><button type="button">立即报名</button></a>
    </div>
</div>
<div>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/907/0/introduction"><img src="suanfa7.png"></a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/864/0/introduction"><img src="suanfa8.png"></a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/899/0/introduction"><img src="suanfa9.png"></a>
        <div class="naw">
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/907/0/introduction">吕梁学院飞桨领航团猫十二分类<br>算法学习挑战赛</a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/907/0/introduction"><button type="button">立即报名</button></a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/864/0/introduction">两江人工智能学院猫十二分类算法<br>学习挑战赛</a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/864/0/introduction"><button type="button">立即报名</button></a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/899/0/introduction">华南师范大学第四届人工智能算法<br>挑战赛</a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/899/0/introduction"><button type="button">立即报名</button></a>
        </div>
    </div><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>
</body>
</html>

程序设计:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>程序设计竞赛</title>
    <style>
        .hidden-text {
          visibility: hidden;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 30px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }
    </style>
</head>
<body>
<script>
!
function() {
    function n(n, e, t) {
        return n.getAttribute(e) || t
    }
    function e(n) {
        return document.getElementsByTagName(n)
    }
    function t() {
        var t = e("script"),
        o = t.length,
        i = t[o - 1];
        return {
            l: o,
            z: n(i, "zIndex", -1),
            o: n(i, "opacity", .5),
            c: n(i, "color", "0,0,0"),
            n: n(i, "count", 99)
        }
    }
    function o() {
        a = m.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
        c = m.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
    }
    function i() {
        r.clearRect(0, 0, a, c);
        var n, e, t, o, m, l;
        s.forEach(function(i, x) {
            for (i.x += i.xa, i.y += i.ya, i.xa *= i.x > a || i.x < 0 ? -1 : 1, i.ya *= i.y > c || i.y < 0 ? -1 : 1, r.fillRect(i.x - .5, i.y - .5, 1, 1), e = x + 1; e < u.length; e++) n = u[e],
            null !== n.x && null !== n.y && (o = i.x - n.x, m = i.y - n.y, l = o * o + m * m, l < n.max && (n === y && l >= n.max / 2 && (i.x -= .03 * o, i.y -= .03 * m), t = (n.max - l) / n.max, r.beginPath(), r.lineWidth = t / 2, r.strokeStyle = "rgba(" + d.c + "," + (t + .2) + ")", r.moveTo(i.x, i.y), r.lineTo(n.x, n.y), r.stroke()))
        }),
        x(i)
    }
    var a, c, u, m = document.createElement("canvas"),
    d = t(),
    l = "c_n" + d.l,
    r = m.getContext("2d"),
    x = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
    function(n) {
        window.setTimeout(n, 1e3 / 45)
    },
    w = Math.random,
    y = {
        x: null,
        y: null,
        max: 2e4
    };
    m.id = l,
    m.style.cssText = "position:fixed;top:0;left:0;z-index:" + d.z + ";opacity:" + d.o,
    e("body")[0].appendChild(m),
    o(),
    window.onresize = o,
    window.onmousemove = function(n) {
        n = n || window.event,
        y.x = n.clientX,
        y.y = n.clientY
    },
    window.onmouseout = function() {
        y.x = null,
        y.y = null
    };
    for (var s = [], f = 0; d.n > f; f++) {
        var h = w() * a,
        g = w() * c,
        v = 2 * w() - 1,
        p = 2 * w() - 1;
        s.push({
            x: h,
            y: g,
            xa: v,
            ya: p,
            max: 6e3
        })
    }
    u = s.concat([y]),
    setTimeout(function() {
        i()
    },
    100)
} ();
</script>
<footer>
    <h1 align="center">安徽工程大学学科竞赛平台</h1>
</footer>
    <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html">算法竞赛</a>
        <a href="chengxusheji.html" class="nav">程序设计竞赛</a>
        <a href="chuangxinyingyong.html">创新应用大赛</a>
        <a href="dashuju.html">大数据主题赛</a>
        <a href="shuxuejianmo.html">数学建模竞赛</a>
        <a href="shuxue.html">数学竞赛</a>
        <a href="yingyu.html">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20" >国内知名竞赛平台</a>
    </div>
    <div>
        <a href="http://dasai.ityxb.com/"><img src="chengxu1.png"></a>
        <a href="http://www.ncccu.org.cn/"><img src="chengxu2.png"></a>
        <a href="https://icpc.global/"><img src="chengxu3.png"></a>
        <div class="naw">
            <a href="http://dasai.ityxb.com/">第五届传智杯全国IT技能大赛</a>
            <a href="http://dasai.ityxb.com/"><button type="button">立即报名</button></a>
            <a href="http://www.ncccu.org.cn/">全国高校计算机能力挑战赛程序设计<br>赛道</a>
            <a href="http://www.ncccu.org.cn/"><button type="button">立即报名</button></a>
            <a href="https://icpc.global/">ICPC (国际大学生程序设计竞赛)</a>
            <a href="https://icpc.global/"><button type="button">立即报名</button></a>
        </div>
    </div>
    <div>
        <p><span class="hidden-text">1234</span> </p>
        <a href="https://astar.baidu.com/#/program-design-match?tab=1"><img src="chengxu4.png"></a>
        <a href="https://www.saikr.com/vse/it2022-chengxu"><img src="chengxu5.png"></a>
        <a href="https://ccpc.io/"><img src="chengxu6.png"></a>
        <div class="naw">
                <a href="https://astar.baidu.com/#/program-design-match?tab=1">百度之星程序设计大赛<span class="hidden-text">1234</span></a>
                <a href="https://astar.baidu.com/#/program-design-match?tab=1"><button type="button">立即报名</button></a>
                <a href="https://www.saikr.com/vse/it2022-chengxu"><span class="hidden-text">12</span>IT科技节计算机程序设计大赛<span class="hidden-text">1234</span></a>
                <a href="https://www.saikr.com/vse/it2022-chengxu"><button type="button">立即报名</button></a>
                <a href="https://ccpc.io/"><span class="hidden-text">12</span>中国大学生程序设计竞赛<span class="hidden-text">1234</span></a>
                <a href="https://ccpc.io/"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
    <a href="https://ccsp2020.ccf.org.cn/"><img src="chengxu7.png"></a>
    <a href="https://gplt.patest.cn/regulation"><img src="chengxu8.png"></a>
    <a href="https://www.saikr.com/vse/adpc/2023/spring"><img src="chengxu9.png"></a>
    <div class="naw">
        <a href="https://ccsp2020.ccf.org.cn/">CCF大学生计算机系统与程序设计竞赛<br>(CCSP)</a>
        <a href="https://ccsp2020.ccf.org.cn/"><button type="button">立即报名</button></a>
        <a href="https://gplt.patest.cn/regulation">团体程序天梯赛<p><span class="hidden-text">12345678546768622649</span></p></a>
        <a href="https://gplt.patest.cn/regulation"><button type="button">立即报名</button></a>
        <a href="https://www.saikr.com/vse/adpc/2023/spring">2023年度第四届全国大学生算法设计<br>与编程挑战赛(春季赛)</a>
        <a href="https://www.saikr.com/vse/adpc/2023/spring"><button type="button">立即报名</button></a>
    </div>
</div><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>
</body>
</html>

创新应用:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>创新应用大赛</title>
    <style>
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }
        .hidden-text {
          visibility: hidden;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 40px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
    </style>


</head>
<body>
<script>
!
function() {
    function n(n, e, t) {
        return n.getAttribute(e) || t
    }
    function e(n) {
        return document.getElementsByTagName(n)
    }
    function t() {
        var t = e("script"),
        o = t.length,
        i = t[o - 1];
        return {
            l: o,
            z: n(i, "zIndex", -1),
            o: n(i, "opacity", .5),
            c: n(i, "color", "0,0,0"),
            n: n(i, "count", 99)
        }
    }
    function o() {
        a = m.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
        c = m.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
    }
    function i() {
        r.clearRect(0, 0, a, c);
        var n, e, t, o, m, l;
        s.forEach(function(i, x) {
            for (i.x += i.xa, i.y += i.ya, i.xa *= i.x > a || i.x < 0 ? -1 : 1, i.ya *= i.y > c || i.y < 0 ? -1 : 1, r.fillRect(i.x - .5, i.y - .5, 1, 1), e = x + 1; e < u.length; e++) n = u[e],
            null !== n.x && null !== n.y && (o = i.x - n.x, m = i.y - n.y, l = o * o + m * m, l < n.max && (n === y && l >= n.max / 2 && (i.x -= .03 * o, i.y -= .03 * m), t = (n.max - l) / n.max, r.beginPath(), r.lineWidth = t / 2, r.strokeStyle = "rgba(" + d.c + "," + (t + .2) + ")", r.moveTo(i.x, i.y), r.lineTo(n.x, n.y), r.stroke()))
        }),
        x(i)
    }
    var a, c, u, m = document.createElement("canvas"),
    d = t(),
    l = "c_n" + d.l,
    r = m.getContext("2d"),
    x = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
    function(n) {
        window.setTimeout(n, 1e3 / 45)
    },
    w = Math.random,
    y = {
        x: null,
        y: null,
        max: 2e4
    };
    m.id = l,
    m.style.cssText = "position:fixed;top:0;left:0;z-index:" + d.z + ";opacity:" + d.o,
    e("body")[0].appendChild(m),
    o(),
    window.onresize = o,
    window.onmousemove = function(n) {
        n = n || window.event,
        y.x = n.clientX,
        y.y = n.clientY
    },
    window.onmouseout = function() {
        y.x = null,
        y.y = null
    };
    for (var s = [], f = 0; d.n > f; f++) {
        var h = w() * a,
        g = w() * c,
        v = 2 * w() - 1,
        p = 2 * w() - 1;
        s.push({
            x: h,
            y: g,
            xa: v,
            ya: p,
            max: 6e3
        })
    }
    u = s.concat([y]),
    setTimeout(function() {
        i()
    },
    100)
} ();
</script>
<footer>
<h1 align="center">安徽工程大学学科竞赛平台</h1>
</footer>
    <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html">算法竞赛</a>
        <a href="chengxusheji.html">程序设计竞赛</a>
        <a href="chuangxinyingyong.html" class="nav">创新应用大赛</a>
        <a href="dashuju.html">大数据主题赛</a>
        <a href="shuxuejianmo.html">数学建模竞赛</a>
        <a href="shuxue.html">数学竞赛</a>
        <a href="yingyu.html">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20" >国内知名竞赛平台</a>
    </div>
<div>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/887/0/introduction"><img src="chuangxin1.png"></a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/889/0/introduction"><img src="chuangxin2.png"></a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/760/0/introduction"><img src="chuangxin3.png"></a>
        <div class="naw">
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/887/0/introduction">“中国软件杯”大学生软件设计大赛<br>龙源风电赛道</a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/887/0/introduction"><button type="button">立即报名</button></a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/889/0/introduction">“中国软件杯”大学生软件设计大赛<br>3D智慧医疗</a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/889/0/introduction"><button type="button">立即报名</button></a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/760/0/introduction">第十八届全国大学生智能汽车竞赛<br>百度完全模型组竞速赛</a>
            <a href="https://aistudio.baidu.com/aistudio/competition/detail/760/0/introduction"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
    <a href="https://aistudio.baidu.com/aistudio/competition/detail/882/0/introduction"><img src="chuangxin4.png"></a>
    <a href="https://aistudio.baidu.com/aistudio/competition/detail/722/0/introduction"><img src="chuangxin5.png"></a>
    <a href="https://aistudio.baidu.com/aistudio/competition/detail/771/0/introduction"><img src="chuangxin6.png"></a>
    <div class="naw">
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/882/0/introduction">第十八届全国大学生智能汽车竞赛<br>智慧交通组创意赛</a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/882/0/introduction"><button type="button">立即报名</button> </a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/722/0/introduction">智慧医疗-第十四届中国大学生服务外包<br>创新创业大赛百度赛道</a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/722/0/introduction"><button type="button">立即报名</button></a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/771/0/introduction">“中国软件杯”大学生软件设计<br>大赛飞桨小汪赛道</a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/771/0/introduction"><button type="button">立即报名</button></a>
    </div>
</div>
<div>
    <a href="https://aistudio.baidu.com/aistudio/competition/detail/767/0/introduction"><img src="chuangxin7.png"></a>
    <a href="https://cy.ncss.cn/"><img src="chuangxin8.png"></a>
    <a href="http://jsjds.blcu.edu.cn/"><img src="chuangxin9.png"></a>
    <div class="naw">
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/767/0/introduction">第四届CSIG图像图形技术挑战赛AMD赛道<br>光照渲染及渲染优化</a>
        <a href="https://aistudio.baidu.com/aistudio/competition/detail/767/0/introduction"><button type="button">立即报名</button> </a>
        <a href="https://cy.ncss.cn/">全国大学生互联网+创新创业大赛</a>
        <a href="https://cy.ncss.cn/"><button type="button">立即报名</button> </a>
        <a href="http://jsjds.blcu.edu.cn/">中国大学生计算机设计大赛</a>
        <a href="http://jsjds.blcu.edu.cn/"><button type="button">立即报名</button> </a>
    </div>
</div>
<div>
    <p><span class="hidden-text">1234</span> </p>
    <a href="http://www.fwwb.org.cn/"><img src="chuangxin10.png"></a>
    <a href="https://www.saikr.com/vse/66666"><img src="chuangxin11.png"></a>
    <a href="http://www.siemenscup-cimc.org.cn/home/index"><img src="chuangxin12.png"></a>
    <div class="naw">
        <a href="http://www.fwwb.org.cn/">中国大学生服务外包创新创业大赛</a>
        <a href="http://www.fwwb.org.cn/"><button type="button">立即报名</button></a>
        <a href="https://www.saikr.com/vse/66666">2022年全国大学生创新创业实践大赛</a>
        <a href="https://www.saikr.com/vse/66666"><button type="button">立即报名</button></a>
        <a href="http://www.siemenscup-cimc.org.cn/home/index">教育部“西门子杯”中国智能制造<br>挑战赛</a>
        <a href="http://www.siemenscup-cimc.org.cn/home/index"><button type="button">立即报名</button></a>
    </div>
</div><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>
</body>
</html>

大数据:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>大数据主题赛</title>
    <style>
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }
        .hidden-text {
          visibility: hidden;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 40px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
    </style>


</head>
<body>
<script>
!
function() {
    function n(n, e, t) {
        return n.getAttribute(e) || t
    }
    function e(n) {
        return document.getElementsByTagName(n)
    }
    function t() {
        var t = e("script"),
        o = t.length,
        i = t[o - 1];
        return {
            l: o,
            z: n(i, "zIndex", -1),
            o: n(i, "opacity", .5),
            c: n(i, "color", "0,0,0"),
            n: n(i, "count", 99)
        }
    }
    function o() {
        a = m.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
        c = m.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
    }
    function i() {
        r.clearRect(0, 0, a, c);
        var n, e, t, o, m, l;
        s.forEach(function(i, x) {
            for (i.x += i.xa, i.y += i.ya, i.xa *= i.x > a || i.x < 0 ? -1 : 1, i.ya *= i.y > c || i.y < 0 ? -1 : 1, r.fillRect(i.x - .5, i.y - .5, 1, 1), e = x + 1; e < u.length; e++) n = u[e],
            null !== n.x && null !== n.y && (o = i.x - n.x, m = i.y - n.y, l = o * o + m * m, l < n.max && (n === y && l >= n.max / 2 && (i.x -= .03 * o, i.y -= .03 * m), t = (n.max - l) / n.max, r.beginPath(), r.lineWidth = t / 2, r.strokeStyle = "rgba(" + d.c + "," + (t + .2) + ")", r.moveTo(i.x, i.y), r.lineTo(n.x, n.y), r.stroke()))
        }),
        x(i)
    }
    var a, c, u, m = document.createElement("canvas"),
    d = t(),
    l = "c_n" + d.l,
    r = m.getContext("2d"),
    x = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
    function(n) {
        window.setTimeout(n, 1e3 / 45)
    },
    w = Math.random,
    y = {
        x: null,
        y: null,
        max: 2e4
    };
    m.id = l,
    m.style.cssText = "position:fixed;top:0;left:0;z-index:" + d.z + ";opacity:" + d.o,
    e("body")[0].appendChild(m),
    o(),
    window.onresize = o,
    window.onmousemove = function(n) {
        n = n || window.event,
        y.x = n.clientX,
        y.y = n.clientY
    },
    window.onmouseout = function() {
        y.x = null,
        y.y = null
    };
    for (var s = [], f = 0; d.n > f; f++) {
        var h = w() * a,
        g = w() * c,
        v = 2 * w() - 1,
        p = 2 * w() - 1;
        s.push({
            x: h,
            y: g,
            xa: v,
            ya: p,
            max: 6e3
        })
    }
    u = s.concat([y]),
    setTimeout(function() {
        i()
    },
    100)
} ();
</script>
<footer>
    <h1 align="center">安徽工程大学学科竞赛平台</h1>
</footer>
    <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html">算法竞赛</a>
        <a href="chengxusheji.html">程序设计竞赛</a>
        <a href="chuangxinyingyong.html">创新应用大赛</a>
        <a href="dashuju.html" class="nav">大数据主题赛</a>
        <a href="shuxuejianmo.html">数学建模竞赛</a>
        <a href="shuxue.html">数学竞赛</a>
        <a href="yingyu.html">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20" >国内知名竞赛平台</a>
    </div>
<div>
        <a href="https://tianchi.aliyun.com/competition/entrance/532059/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju1.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532045/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju2.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/532055/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju3.png"></a>
        <div class="naw">
            <a href="https://tianchi.aliyun.com/competition/entrance/532059/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">淘宝用户购物行为数据可视化分析</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532059/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532045/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">世界杯数据可视化分析(学习赛)</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532045/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532055/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">数据科学挑战赛:内存故障预测(学习赛)</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532055/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="https://tianchi.aliyun.com/competition/entrance/532068/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju4.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/531900/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju5.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/231784/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju6.png"></a>
        <div class="naw">
            <a href="https://tianchi.aliyun.com/competition/entrance/532068/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">阿里天池WEBSHELL文本检测学习赛</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/532068/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/531900/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">阿里天池中文NLP地址要素解析</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/531900/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231784/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">零基础入门数据挖掘二手车交易价格<br>预测</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231784/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="https://tianchi.aliyun.com/competition/entrance/231576/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><img src="shuju7.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/231574/introduction?spm=5176.12281973.0.0.58063b74v2jadG"><img src="shuju8.png"></a>
        <a href="https://tianchi.aliyun.com/competition/entrance/231573/introduction?spm=5176.12281973.0.0.58063b74v2jadG"><img src="shuju9.png"></a>
        <div class="naw">
            <a href="https://tianchi.aliyun.com/competition/entrance/231576/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk">阿里天池天猫复购预测之挑战基线</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231576/introduction?spm=5176.12281973.0.0.605a3b74S9PIZk"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231574/introduction?spm=5176.12281973.0.0.58063b74v2jadG">阿里天池新浪微博互动预测-挑战基线</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231574/introduction?spm=5176.12281973.0.0.58063b74v2jadG"><button type="button">立即报名</button></a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231573/introduction?spm=5176.12281973.0.0.58063b74v2jadG">资金流入流出预测-挑战Baseline</a>
            <a href="https://tianchi.aliyun.com/competition/entrance/231573/introduction?spm=5176.12281973.0.0.58063b74v2jadG"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="https://www.ikcest.org/bigdata2022/"><img src="shuju10.png"></a>
        <a href="http://www.bigdatamatch.org.cn/"><img src="shuju11.png"></a>
        <a href="https://www.datafountain.cn/competitions/520"><img src="shuju12.png"></a>
        <div class="naw">
            <a href="https://www.ikcest.org/bigdata2022/">大学生国际大数据竞赛<span class="hidden-text">12345678</span></a>
            <a href="https://www.ikcest.org/bigdata2022/"><button type="button">立即报名</button></a>
            <a href="http://www.bigdatamatch.org.cn/">全国大学生大数据技能竞赛<span class="hidden-text">12345678</span></a>
            <a href="http://www.bigdatamatch.org.cn/"><button type="button">立即报名</button></a>
            <a href="https://www.datafountain.cn/competitions/520">基于UEBA的用户上网异常行为分析</a>
            <a href="https://www.datafountain.cn/competitions/520"><button type="button">立即报名</button></a>
        </div>
    </div><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>
</body>
</html>

数学建模:

PE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>数学建模竞赛</title>
    <style>
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }
        .hidden-text {
          visibility: hidden;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 40px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
    </style>


</head>
<body>
<script>
!
function() {
    function n(n, e, t) {
        return n.getAttribute(e) || t
    }
    function e(n) {
        return document.getElementsByTagName(n)
    }
    function t() {
        var t = e("script"),
        o = t.length,
        i = t[o - 1];
        return {
            l: o,
            z: n(i, "zIndex", -1),
            o: n(i, "opacity", .5),
            c: n(i, "color", "0,0,0"),
            n: n(i, "count", 99)
        }
    }
    function o() {
        a = m.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
        c = m.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
    }
    function i() {
        r.clearRect(0, 0, a, c);
        var n, e, t, o, m, l;
        s.forEach(function(i, x) {
            for (i.x += i.xa, i.y += i.ya, i.xa *= i.x > a || i.x < 0 ? -1 : 1, i.ya *= i.y > c || i.y < 0 ? -1 : 1, r.fillRect(i.x - .5, i.y - .5, 1, 1), e = x + 1; e < u.length; e++) n = u[e],
            null !== n.x && null !== n.y && (o = i.x - n.x, m = i.y - n.y, l = o * o + m * m, l < n.max && (n === y && l >= n.max / 2 && (i.x -= .03 * o, i.y -= .03 * m), t = (n.max - l) / n.max, r.beginPath(), r.lineWidth = t / 2, r.strokeStyle = "rgba(" + d.c + "," + (t + .2) + ")", r.moveTo(i.x, i.y), r.lineTo(n.x, n.y), r.stroke()))
        }),
        x(i)
    }
    var a, c, u, m = document.createElement("canvas"),
    d = t(),
    l = "c_n" + d.l,
    r = m.getContext("2d"),
    x = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
    function(n) {
        window.setTimeout(n, 1e3 / 45)
    },
    w = Math.random,
    y = {
        x: null,
        y: null,
        max: 2e4
    };
    m.id = l,
    m.style.cssText = "position:fixed;top:0;left:0;z-index:" + d.z + ";opacity:" + d.o,
    e("body")[0].appendChild(m),
    o(),
    window.onresize = o,
    window.onmousemove = function(n) {
        n = n || window.event,
        y.x = n.clientX,
        y.y = n.clientY
    },
    window.onmouseout = function() {
        y.x = null,
        y.y = null
    };
    for (var s = [], f = 0; d.n > f; f++) {
        var h = w() * a,
        g = w() * c,
        v = 2 * w() - 1,
        p = 2 * w() - 1;
        s.push({
            x: h,
            y: g,
            xa: v,
            ya: p,
            max: 6e3
        })
    }
    u = s.concat([y]),
    setTimeout(function() {
        i()
    },
    100)
} ();
</script>
<footer>
<h1 align="center">安徽工程大学学科竞赛平台</h1>
</footer>
    <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html">算法竞赛</a>
        <a href="chengxusheji.html">程序设计竞赛</a>
        <a href="chuangxinyingyong.html">创新应用大赛</a>
        <a href="dashuju.html">大数据主题赛</a>
        <a href="shuxuejianmo.html" class="nav">数学建模竞赛</a>
        <a href="shuxue.html">数学竞赛</a>
        <a href="yingyu.html">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20">国内知名竞赛平台</a>
    </div>
<div>
        <a href="http://www.mcm.edu.cn/index_cn.html"><img src="shuxuejianmo1.png"></a>
        <a href="http://www.m2ct.org/"><img src="shuxuejianmo2.png"></a>
        <a href="http://shumo.neepu.edu.cn/"><img src="shuxuejianmo3.png"></a>
        <div class="naw">
            <a href="http://www.mcm.edu.cn/index_cn.html">全国大学生数学建模竞赛(MCM)</a>
            <a href="http://www.mcm.edu.cn/index_cn.html"><button type="button">立即报名</button></a>
            <a href="http://www.m2ct.org/">”深圳杯“大学生数学建模挑战赛</a>
            <a href="http://www.m2ct.org/"><button type="button">立即报名</button></a>
            <a href="http://shumo.neepu.edu.cn/">全国大学生电工数学建模竞赛</a>
            <a href="http://shumo.neepu.edu.cn/"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="http://mathorcup.org/"><img src="shuxuejianmo4.png"></a>
        <a href="https://51mcm.cumt.edu.cn/"><img src="shuxuejianmo5.png"></a>
        <a href="http://www.apmcm.org/"><img src="shuxuejianmo6.png"></a>
        <div class="naw">
            <a href="http://mathorcup.org/">2023年第十三届MathorCup高校数学建模<br>挑战赛</a>
            <a href="http://mathorcup.org/"><button type="button">立即报名</button></a>
            <a href="https://51mcm.cumt.edu.cn/">五一大学生数学建模竞赛</a>
            <a href="https://51mcm.cumt.edu.cn/"><button type="button">立即报名</button></a>
            <a href="http://www.apmcm.org/">2022年第十二届亚太地区大学生<br>数学建模竞赛</a>
            <a href="http://www.apmcm.org/"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="http://www.tzmcm.cn/"><img src="shuxuejianmo7.png"></a>
        <a href="http://cycmcm.com/"><img src="shuxuejianmo8.png"></a>
        <a href="http://www.nmmcm.org.cn/"><img src="shuxuejianmo9.png"></a>
        <div class="naw">
            <a href="http://www.tzmcm.cn/">2023年第十六届“认证杯”数学中国<br>数学建模网络挑战赛</a>
            <a href="http://www.tzmcm.cn/"><button type="button">立即报名</button></a>
            <a href="http://cycmcm.com/">中青杯全国大学生数学建模竞赛</a>
            <a href="http://cycmcm.com/"><button type="button">立即报名</button></a>
            <a href="http://www.nmmcm.org.cn/">2023年第八届数维杯大学生数学<br>建模挑战赛</a>
            <a href="http://www.nmmcm.org.cn/"><button type="button">立即报名</button></a>
        </div>
    </div>
</body><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>
</html>

数学:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>数学竞赛</title>
    <style>
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }
        .hidden-text {
          visibility: hidden;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 40px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
    </style>


</head>
<body>
<script>
!
function() {
    function n(n, e, t) {
        return n.getAttribute(e) || t
    }
    function e(n) {
        return document.getElementsByTagName(n)
    }
    function t() {
        var t = e("script"),
        o = t.length,
        i = t[o - 1];
        return {
            l: o,
            z: n(i, "zIndex", -1),
            o: n(i, "opacity", .5),
            c: n(i, "color", "0,0,0"),
            n: n(i, "count", 99)
        }
    }
    function o() {
        a = m.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
        c = m.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
    }
    function i() {
        r.clearRect(0, 0, a, c);
        var n, e, t, o, m, l;
        s.forEach(function(i, x) {
            for (i.x += i.xa, i.y += i.ya, i.xa *= i.x > a || i.x < 0 ? -1 : 1, i.ya *= i.y > c || i.y < 0 ? -1 : 1, r.fillRect(i.x - .5, i.y - .5, 1, 1), e = x + 1; e < u.length; e++) n = u[e],
            null !== n.x && null !== n.y && (o = i.x - n.x, m = i.y - n.y, l = o * o + m * m, l < n.max && (n === y && l >= n.max / 2 && (i.x -= .03 * o, i.y -= .03 * m), t = (n.max - l) / n.max, r.beginPath(), r.lineWidth = t / 2, r.strokeStyle = "rgba(" + d.c + "," + (t + .2) + ")", r.moveTo(i.x, i.y), r.lineTo(n.x, n.y), r.stroke()))
        }),
        x(i)
    }
    var a, c, u, m = document.createElement("canvas"),
    d = t(),
    l = "c_n" + d.l,
    r = m.getContext("2d"),
    x = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
    function(n) {
        window.setTimeout(n, 1e3 / 45)
    },
    w = Math.random,
    y = {
        x: null,
        y: null,
        max: 2e4
    };
    m.id = l,
    m.style.cssText = "position:fixed;top:0;left:0;z-index:" + d.z + ";opacity:" + d.o,
    e("body")[0].appendChild(m),
    o(),
    window.onresize = o,
    window.onmousemove = function(n) {
        n = n || window.event,
        y.x = n.clientX,
        y.y = n.clientY
    },
    window.onmouseout = function() {
        y.x = null,
        y.y = null
    };
    for (var s = [], f = 0; d.n > f; f++) {
        var h = w() * a,
        g = w() * c,
        v = 2 * w() - 1,
        p = 2 * w() - 1;
        s.push({
            x: h,
            y: g,
            xa: v,
            ya: p,
            max: 6e3
        })
    }
    u = s.concat([y]),
    setTimeout(function() {
        i()
    },
    100)
} ();
</script>
    <footer>
        <h1 align="center">安徽工程大学学科竞赛平台</h1>
    </footer>
        <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html">算法竞赛</a>
        <a href="chengxusheji.html">程序设计竞赛</a>
        <a href="chuangxinyingyong.html">创新应用大赛</a>
        <a href="dashuju.html">大数据主题赛</a>
        <a href="shuxuejianmo.html">数学建模竞赛</a>
        <a href="shuxue.html" class="nav">数学竞赛</a>
        <a href="yingyu.html">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20" >国内知名竞赛平台</a>
    </div>
<div>
        <a href="https://damo.alibaba.com/"><img src="shuxue1.png"></a>
        <a href="http://www.cmathc.cn/"><img src="shuxue2.png"></a>
        <a href="http://www.cecmath.com/"><img src="shuxue3.png"></a>
        <div class="naw">
            <a href="https://damo.alibaba.com/">2023年阿里巴巴全球数学竞赛</a>
            <a href="https://damo.alibaba.com/"><button type="button">立即报名</button></a>
            <a href="http://www.cmathc.cn/"><span class="hidden-text">1234</span>2023年全国大学生数学竞赛</a>
            <a href="http://www.cmathc.cn/"><button type="button">立即报名</button></a>
            <a href="http://www.cecmath.com/"><span class="hidden-text">1234</span>华教杯全国大学生数学竞赛</a>
            <a href="http://www.cecmath.com/"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="http://yau-contest.com/"><img src="shuxue4.png"></a>
        <a href="http://www.ncmac.cn/"><img src="shuxue5.png"></a>
        <a href="https://www.saikr.com/vse/2023"><img src="shuxue6.png"></a>
        <div class="naw">
            <a href="http://yau-contest.com/">丘成桐大学生数学竞赛<span class="hidden-text">1234</span></a>
            <a href="http://yau-contest.com/"><button type="button">立即报名</button></a>
            <a href="http://www.ncmac.cn/">2023年全国高等院校数学能力挑战赛</a>
            <a href="http://www.ncmac.cn/"><button type="button">立即报名</button></a>
            <a href="https://www.saikr.com/vse/2023">2022-2023年度第二届全国大学生<br>奥林匹克数学竞赛(夏季赛)</a>
            <a href="https://www.saikr.com/vse/2023"><button type="button">立即报名</button></a>
        </div>
    </div><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>
</body>
</html>

英语:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" href="校徽.png" type="image/png">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>英语竞赛</title>
    <style>
        .pagination {
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 14px;
            color: #888;
            margin: 0 5px;
            padding: 0 10px;
            border: 1px solid #dedede;
        }
        .hidden-text {
          visibility: hidden;
        }
        /* 导航栏样式 */
        .navbar {
            background-color: white;
            overflow: hidden;
            font-size: 16px;
        }
        .nav {
            background-color: #ff6a00;
            overflow: hidden;
            font-size: 16px;
        }

        /* 导航链接样式 */
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 20px 22px;
            text-decoration: none;
        }

        /* 链接悬停样式 */
        .navbar a:hover {
            background-color:#ff6a00;
            color: black;
        }
        .naw a{
        float: left;
        margin-right: 10px;
        display: block;
        color: orange;
        text-align: center;
        text-decoration: none;
        }
        .naw a:hover{
            color:#ff6a00 ;
        }
        img {
          margin-top: 40px;
          margin-right: 40px;
          margin-bottom: 30px;
          border: 1px solid black;
          width:400px;
          height:250px;
        }
        button {
          background-color:#ff6a00  ;
          color: white;
          border: 1px solid black;
          width:180px;
          height:40px;
        }
        button:hover {
          background-color: #22bfa7;
        }
        footer {
          background-color: #F2F2F2;
          padding: 20px;
          border-top: 1px solid #D1D1D1;
          text-align:center;
        }

    </style>


</head>
<body>
<footer>
    <h1 align="center">安徽工程大学学科竞赛平台</h1>
</footer>
    <!-- 导航栏 -->
    <div class="navbar">
        <a href="jingsai.html">算法竞赛</a>
        <a href="chengxusheji.html">程序设计竞赛</a>
        <a href="chuangxinyingyong.html">创新应用大赛</a>
        <a href="dashuju.html">大数据主题赛</a>
        <a href="shuxuejianmo.html">数学建模竞赛</a>
        <a href="shuxue.html">数学竞赛</a>
        <a href="yingyu.html" class="nav">英语竞赛</a>
        <a href="http://acm.ahpu.edu.cn/">程序设计竞赛校内练习平台</a>
        <a href="https://zhuanlan.zhihu.com/p/548403666#:~:text=%E7%AB%9E%E8%B5%9B%E4%BA%BA%E5%BF%85%E5%A4%87%E7%9A%847%E4%B8%AA%E7%AB%9E%E8%B5%9B%E7%BD%91%E7%AB%99%EF%BC%8C%E6%83%B3%E8%A6%81%E5%92%8C%E5%90%8C%E5%AD%A6%E6%8B%89%E5%BC%80%E5%B7%AE%E8%B7%9D%EF%BC%8C%E5%B0%B1%E4%B8%80%E5%AE%9A%E8%A6%81%E5%AD%A6%E4%BC%9A%E5%88%A9%E7%94%A8%E4%BF%A1%E6%81%AF%E5%B7%AE%EF%BC%81%201%201%E3%80%81%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E6%88%91%E7%88%B1%E7%AB%9E%E8%B5%9B%E7%BD%91-%E5%85%A8%E5%9B%BD%E5%A4%A7%E5%AD%A6%E7%94%9F%E6%AF%94%E8%B5%9B%E7%BD%91%20%28zsc.edu.cn%29%20...%202,%28sharedways.com%29%20...%207%207%E3%80%81%E8%B5%9B%E6%9F%A5%E6%9F%A5%20%E7%BD%91%E5%9D%80%EF%BC%9A%20%E4%BC%9A%E6%9F%A5%E6%9F%A5-%E6%9F%A5%E5%8D%8F%E4%BC%9A_%E6%9F%A5%E5%B1%95%E4%BC%9A_%E6%9F%A5%E4%BC%9A%E8%AE%AE_%E6%9F%A5%E6%AF%94%E8%B5%9B-%E8%B5%9B%E6%9F%A5%E6%9F%A5%E3%80%90%E5%AE%98%E7%BD%91%E3%80%91%20%28huixx.cn%29%20" >国内知名竞赛平台</a>
    </div>
<div>
        <a href="http://www.chinaneccs.cn/"><img src="yingyu1.png"></a>
        <a href="https://contest.i21st.cn/index.php"><img src="yingyu2.png"></a>
        <a href="https://uchallenge.unipus.cn/"><img src="yingyu3.png"></a>
        <div class="naw">
            <a href="http://www.chinaneccs.cn/">2023年全国大学生英语竞赛</a>
            <a href="http://www.chinaneccs.cn/"><button type="button">立即报名</button></a>
            <a href="https://contest.i21st.cn/index.php">中国日报社“21世纪杯”全国英语演讲比赛</a>
            <a href="https://contest.i21st.cn/index.php"><button type="button">立即报名</button></a>
            <a href="https://uchallenge.unipus.cn/">“外研社·国才杯” 全国英语<br>演讲/写作/阅读大赛</a>
            <a href="https://uchallenge.unipus.cn/"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="http://www.tac-online.org.cn/"><img src="yingyu4.png"></a>
        <a href="http://www.staroutlook.com/index"><img src="yingyu5.png"></a>
        <a href="https://www.saikr.com/vse/WOWTgrammar2023"><img src="yingyu6.png"></a>
        <div class="naw">
            <a href="http://www.tac-online.org.cn/">全国口译大赛(本科英语组)</a>
            <a href="http://www.tac-online.org.cn/"><button type="button">立即报名</button></a>
            <a href="http://www.staroutlook.com/index"> CCTV希望之星英语风采大赛</a>
            <a href="http://www.staroutlook.com/index"><button type="button">立即报名</button></a>
            <a href="https://www.saikr.com/vse/WOWTgrammar2023">2023年第二届《英语世界》杯全国大学生<br>英语语法大赛</a>
            <a href="https://www.saikr.com/vse/WOWTgrammar2023"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="https://www.saikr.com/vse/NBVCC"><img src="yingyu7.png"></a>
        <a href="https://www.saikr.com/vse/NEVCCS"><img src="yingyu8.png"></a>
        <a href="https://www.saikr.com/vse/ZYB/2023"><img src="yingyu9.png"></a>
        <div class="naw">
            <a href="https://www.saikr.com/vse/NBVCC">2023全国大学生中英双语对外<br>词汇能力大赛(NBVCC)</a>
            <a href="https://www.saikr.com/vse/NBVCC"><button type="button">立即报名</button></a>
            <a href="https://www.saikr.com/vse/NEVCCS">2023年第二届全国大学生英语词汇挑战赛</a>
            <a href="https://www.saikr.com/vse/NEVCCS"><button type="button">立即报名</button></a>
            <a href="https://www.saikr.com/vse/ZYB/2023">2023年“中译杯”大学生<br>英语能力大赛</a>
            <a href="https://www.saikr.com/vse/ZYB/2023"><button type="button">立即报名</button></a>
        </div>
    </div>
<div>
        <a href="https://www.saikr.com/vse/46649"><img src="yingyu10.png"></a>
        <a href="https://www.saikr.com/vse/46394"><img src="yingyu11.png"></a>
        <a href="https://www.saikr.com/vse/newccs/2023"><img src="yingyu12.png"></a>
        <div class="naw">
            <a href="https://www.saikr.com/vse/46649">2023年“中教杯”全国大学生<br>英语词汇大赛</a>
            <a href="https://www.saikr.com/vse/46649"><button type="button">立即报名</button></a>
            <a href="https://www.saikr.com/vse/46394">中国外文局亚太传播中心英语翻译实习<br>训练营</a>
            <a href="https://www.saikr.com/vse/46394"><button type="button">立即报名</button></a>
            <a href="https://www.saikr.com/vse/newccs/2023">2023年全国大学生英语作文大赛</a>
            <a href="https://www.saikr.com/vse/newccs/2023"><button type="button">立即报名</button></a>
        </div>
    </div><br><br><br><br>
<footer>
  <h2>技术团队</h2>
  <p>成员:陈旭东、魏永雷、姚睿、耿紫阳</p>
    <p>指导老师:杨丹、陈富春</p><br>
    <p>@版权所有</p>
</footer>

</body>
</html>

首页 - AHPU OJ

竞赛人必备的7个竞赛网站,想要和同学拉开差距,就一定要学会利用信息差! - 知乎 (zhihu.com)

所有图片:

太多了,不传了

加油

  • 2
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

AAA阿魏

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值