mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-04 15:17:36 +00:00
LOGO
This commit is contained in:
parent
10280545a1
commit
6904573464
@ -4,11 +4,17 @@
|
|||||||
<nav id="nav" class="navbar navbar-static-top default">
|
<nav id="nav" class="navbar navbar-static-top default">
|
||||||
<div class="nav-header">
|
<div class="nav-header">
|
||||||
<div class="navcontentfixed">
|
<div class="navcontentfixed">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header" style=" margin: 0 20px;">
|
||||||
<div class="navbar-title">
|
<div class="navbar-title" >
|
||||||
<a class="navbar-brand">
|
<!-- text-align: center;">贾宛龙</h1> -->
|
||||||
<h1 style="width: 130px;
|
|
||||||
text-align: center;">贾宛龙</h1>
|
<a class="navbar-brand" style="color: transparent;">
|
||||||
|
<h1 style="font-size: 27px;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 700;background: linear-gradient(120deg, #bd34fe 30%, #41d1ff);
|
||||||
|
background-clip: text;
|
||||||
|
text-align: center;">Cesium 社区</h1>
|
||||||
|
|
||||||
<!-- <img class="project-logo" src="../img/svg/logo-dark.svg" style="visibility: visible;" id="logo"> -->
|
<!-- <img class="project-logo" src="../img/svg/logo-dark.svg" style="visibility: visible;" id="logo"> -->
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -21,8 +27,10 @@
|
|||||||
<a style="color:#fff;" target="_blank" href="https://github.com/jiawanlong">
|
<a style="color:#fff;" target="_blank" href="https://github.com/jiawanlong">
|
||||||
<img src="../img/github.png" alt=""
|
<img src="../img/github.png" alt=""
|
||||||
style="display: inline-block;width: 30px;height: 30px;cursor: pointer;"></a>
|
style="display: inline-block;width: 30px;height: 30px;cursor: pointer;"></a>
|
||||||
<img src="https://img.shields.io/github/stars/jiawanlong/Cesium-Examples.svg?" alt="" srcset="">
|
<img src="https://img.shields.io/github/stars/jiawanlong/Cesium-Examples.svg?" alt=""
|
||||||
<img src="https://img.shields.io/github/forks/jiawanlong/Cesium-Examples.svg?style=social" alt="" srcset="">
|
srcset="">
|
||||||
|
<img src="https://img.shields.io/github/forks/jiawanlong/Cesium-Examples.svg?style=social"
|
||||||
|
alt="" srcset="">
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
@ -54,12 +62,13 @@
|
|||||||
<a class="center" target="_self" href="../webgpuEx/examples.html">WebGPU</a>
|
<a class="center" target="_self" href="../webgpuEx/examples.html">WebGPU</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="navbar-menu" id="mapboxgl-me4nu">
|
<li class="navbar-menu" id="mapboxgl-me4nu">
|
||||||
<a class="center" target="_blank" href="https://cesium.com/learn/cesiumjs/ref-doc/">Cesium API</a>
|
<a class="center" target="_blank" href="https://cesium.com/learn/cesiumjs/ref-doc/">Cesium
|
||||||
|
API</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="navbar-menu" id="mapboxgl-me4nu">
|
<li class="navbar-menu" id="mapboxgl-me4nu">
|
||||||
<a class="center" target="_blank" href=" https://sandcastle.cesium.com/">Cesium Demo</a>
|
<a class="center" target="_blank" href=" https://sandcastle.cesium.com/">Cesium Demo</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!-- <li class="navbar-menu" id="mapboxgl-menu">
|
<!-- <li class="navbar-menu" id="mapboxgl-menu">
|
||||||
<a class="center" target="_self" href="../cesiumGf/examples.html">Cesium GF</a>
|
<a class="center" target="_self" href="../cesiumGf/examples.html">Cesium GF</a>
|
||||||
</li> -->
|
</li> -->
|
||||||
@ -72,7 +81,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$('h1').dblclick(()=>{
|
$('h1').dblclick(() => {
|
||||||
window.open('https://jiawanlong.github.io/Cesium-Examples/code.html')
|
window.open('https://jiawanlong.github.io/Cesium-Examples/code.html')
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -83,10 +92,12 @@
|
|||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
#dcddd{
|
|
||||||
|
#dcddd {
|
||||||
right: 245px !important;
|
right: 245px !important;
|
||||||
}
|
}
|
||||||
.navbar-rightbar{
|
|
||||||
|
.navbar-rightbar {
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user