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">
|
||||
<div class="nav-header">
|
||||
<div class="navcontentfixed">
|
||||
<div class="navbar-header">
|
||||
<div class="navbar-title">
|
||||
<a class="navbar-brand">
|
||||
<h1 style="width: 130px;
|
||||
text-align: center;">贾宛龙</h1>
|
||||
<div class="navbar-header" style=" margin: 0 20px;">
|
||||
<div class="navbar-title" >
|
||||
<!-- 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"> -->
|
||||
</a>
|
||||
</div>
|
||||
@ -21,8 +27,10 @@
|
||||
<a style="color:#fff;" target="_blank" href="https://github.com/jiawanlong">
|
||||
<img src="../img/github.png" alt=""
|
||||
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/forks/jiawanlong/Cesium-Examples.svg?style=social" alt="" srcset="">
|
||||
<img src="https://img.shields.io/github/stars/jiawanlong/Cesium-Examples.svg?" alt=""
|
||||
srcset="">
|
||||
<img src="https://img.shields.io/github/forks/jiawanlong/Cesium-Examples.svg?style=social"
|
||||
alt="" srcset="">
|
||||
|
||||
</span>
|
||||
</li>
|
||||
@ -54,7 +62,8 @@
|
||||
<a class="center" target="_self" href="../webgpuEx/examples.html">WebGPU</a>
|
||||
</li>
|
||||
<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 class="navbar-menu" id="mapboxgl-me4nu">
|
||||
<a class="center" target="_blank" href=" https://sandcastle.cesium.com/">Cesium Demo</a>
|
||||
@ -72,7 +81,7 @@
|
||||
|
||||
<script>
|
||||
|
||||
$('h1').dblclick(()=>{
|
||||
$('h1').dblclick(() => {
|
||||
window.open('https://jiawanlong.github.io/Cesium-Examples/code.html')
|
||||
})
|
||||
|
||||
@ -83,10 +92,12 @@
|
||||
margin: 0 10px;
|
||||
font-size: 20px;
|
||||
}
|
||||
#dcddd{
|
||||
|
||||
#dcddd {
|
||||
right: 245px !important;
|
||||
}
|
||||
.navbar-rightbar{
|
||||
|
||||
.navbar-rightbar {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user