This commit is contained in:
2022-06-25 19:06:09 +08:00
parent 0a38463c85
commit 9a21f9a0ef
18 changed files with 1921 additions and 417 deletions

View File

@@ -13,49 +13,30 @@
<style>
</style>
<link rel="stylesheet" href="/css/nav.css">
</head>
<body>
<div id="navigation">
<ul id="navigation-ul">
<a href="#">
<div id="Home">首页</div>
</a>
<a href="#">
<div id="concerning">关于我们</div>
</a>
<a href="#">
<div id="course">课程体系
<div id="Drop-down-box">
<ul>
<li>Java全栈</li>
<li>HTML&JS+前端</li>
<li>软件测试</li>
<li>大数据运维</li>
<li>UI/ue设计</li>
</ul>
</div>
<div id="top">
<a href="/" style="margin-left: 825px;" class="top1">首页</a>
<a href="/about.html" class="top2">关于我们</a>
<span class="top3" style="border-bottom: 5px solid blue;">课程体系
<div class="t3-2"><img src="./images/图层 9.png" alt=""></div>
<div class="t3-3">
<div class="t3-3-1">
<a href="/java.html">java全栈</a>
<a href="/web.html" style="width: 116px;">HTML&JS+前端</a>
<a href="/softwaretest.html">软件测试</a>
<a>大数据运维</a>
<a href="/ued.html">UI/UE设计</a>
</div>
<p id="arrowhead">
<img id="arrowhead-img" src="img/图层 9.png">
</p>
</a>
<a href="#">
<div id="graduate">毕业生风采</div>
</a>
<a href="#">
<div id="News">新闻动态</div>
</a>
<a href="#">
<div id="contact">联系我们</div>
</a>
</div>
</span>
<div id="underline"></div>
</ul>
<a href="/graduates.html" class="top4">毕业生风采</a>
<a class="top5">新闻动态</a>
<a href="/localtion.html" class="top6">联系我们</a>
</div>
<div id="Principal">
@@ -68,7 +49,7 @@
<p id="java">Java全栈</p>
</a>
<div class="imgs">
<img src="img/1.png">
<img style="width: 614px;height: 346px;" src="img/1.png">
</div>
<div class="title">Java全栈工程师</div>
<div class="title-1">授课老师:小张北</div>
@@ -692,4 +673,5 @@
});
</script>
</script>
<script src="./index.js"></script>