Skip to content

Commit 7dba5e3

Browse files
save file
1 parent ca42964 commit 7dba5e3

1 file changed

Lines changed: 22 additions & 12 deletions

File tree

index.html

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
.hdr
5353
{ font-family:arial;position:relative;margin-top:0;margin-bottom:20px;background:white;
54-
padding-bottom:10px;border-bottom:3px solid lightblue
54+
padding-bottom:10px;border-bottom:3px solid lightblue;height:50px
5555
}
5656

5757
.hdr-icon
@@ -132,8 +132,6 @@
132132
{margin-bottom:10px;color:blue}
133133

134134

135-
.ftr
136-
{background:rgb(238, 232, 170);height:50px;margin-top:20px}
137135

138136

139137
.no-underline
@@ -157,6 +155,18 @@
157155
{flex:1}
158156

159157

158+
159+
.ftr
160+
{background:darkblue;height:50px;margin-top:20px;color:white}
161+
.ftr a
162+
{color:white !important}
163+
164+
165+
#ftr
166+
{}
167+
168+
169+
160170
</style>
161171

162172
</head>
@@ -165,14 +175,7 @@
165175
<body>
166176

167177
<div class=hdr>
168-
<a id=github class=hdr-icon href='https://github.com/javascript-2020?tab=repositories'>
169-
<img class=hdr-icon-img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAbFJREFUOE/l1E2IT2EUx/HPIFI2lJfGwmYsxFZKEUWjKWM3pZSpKcqeBcpLZsNeUeNlZWdBSVFmkAXbmRWbWRCRjYW8jv+pc/V4utff3q3bvfc5z/k+557zO2dA97UHy7ERx3LbZbzEZzxscx3o4L3GWizusP/AO6yv7TXwAo5g9V8iL03vcRWnm8USeBHH/xFUb7uEE7HYAOMZeVmGm7iN61jVccBHjOMQxvAl870QoIDMZ87CfxR3E7QDTyroTjzOtf24k++R0w0BHMY9LEpDCeyXgRL4EyMBjEKcSs+o3r4uSbTQQ1r3CzVMBnCh2PimTQp9wgyJDZZV/g+Bz7E1c/AdezHdr7xp34UHvcIuye8XUZSy9A1nDT5UBSvPCL9oz9BeeY2GYR3msBIHsi834WlPTt9yrXQKIUdEIfoVhSG6Z3PTejdwGG+xDc9SPud7UZ6popjEyZaURMuOl8NhKvtzpKf4yGvMwk95l/5xwNkKeA0T5XCI96EcRbsLh5mWAtXARznyXtXA5tD4/YNYmuBzVTQN8Ctu5V/93tI1sbdjS463KxXwaFZ/NnP9h/kXPcNYElddRc0AAAAASUVORK5CYII='>
170-
<div class=hdr-icon-label>
171-
github
172-
</div>
173-
</a>
174178
<img class=hdr-title src='images/javascript-2020.png' style='height:80px;top:-15px'>
175-
176179
<time class=hdr-date datetime=2026-04-17>
177180
17 Apr 2026
178181
</time>
@@ -1593,14 +1596,21 @@ <h3 class=heading>
15931596

15941597
</div center>
15951598

1596-
<div>
15971599

1600+
1601+
<div class=ftr>
1602+
1603+
title design at
1604+
<br>
15981605
<a href='https://www.textstudio.com/'>
1599-
title design at https://www.textstudio.com/
1606+
1607+
https://www.textstudio.com/
16001608
</a>
16011609

16021610
</div>
16031611

1612+
1613+
16041614
</div scroll>
16051615

16061616

0 commit comments

Comments
 (0)