Skip to content

Commit 2b925b5

Browse files
committed
animated flogo
1 parent 3685d7d commit 2b925b5

File tree

4 files changed

+65
-12
lines changed

4 files changed

+65
-12
lines changed

index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,8 @@
1414
<div id="app">
1515
<div class="nav" @mouseenter="animbck" @mouseleave="animfwd">
1616
<div id="extlinks">
17-
<a id="title" href="https://logcreative.github.io/LaTeXSparkle/" target="_blank" class="logo">
18-
<svg style="fill: black; font-family: Times,'宋体'" width="144" height="35">
19-
<text x="0" y="28" style="font-size: x-large"></text>
20-
<text x="21" y="23" style="font-size:large"></text>
21-
<text x="36" y="33" style="font-size: x-large"></text>
22-
<text x="56" y="28" style="font-size:x-large"></text>
23-
<text x="85" y="28" style="font-size:x-large">L</text>
24-
<text x="92" y="23" style="font-size:large">A</text>
25-
<text x="102" y="28" style="font-size:x-large">T</text>
26-
<text x="114" y="33" style="font-size:x-large">E</text>
27-
<text x="126" y="28" style="font-size:x-large">X</text>
28-
</svg>
17+
<a id="title" href="https://logcreative.github.io/LaTeXSparkle/" target="_blank" >
18+
<embed src="res/logo/cnflogo.svg" class="flogo">
2919
</a>
3020
<div id="poweredby" class="accordion">
3121
<a class="acckey" @click="changelang" target="_blank" style="cursor: pointer;" :title="$t('nav.lang_title')"><div class="icon" style="display: inline; font-weight: bold;">{{$t('nav.lang_icon')}} </div><div class="value">{{$t('nav.lang')}}</div></a>

main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ a{
4242
height: 72px;
4343
}
4444

45+
#flogo{
46+
width: auto;
47+
}
48+
4549
#extlinks{
4650
float: right;
4751
text-align: right;

res/logo/cnflogo.svg

Lines changed: 59 additions & 0 deletions
Loading

res/logo/cnlogo.svg

Whitespace-only changes.

0 commit comments

Comments
 (0)