|
45 | 45 |
|
46 | 46 | <title>Example post 1 | Neural Engineering Research Laboratory</title> |
47 | 47 |
|
48 | | -<link rel="icon" href=""> |
| 48 | +<link rel="icon" href="/images/icon.png"> |
49 | 49 |
|
50 | 50 | <meta name="title" content="Example post 1"> |
51 | 51 | <meta name="description" content="University of Campinas. Merging engineering and neuroscience to understand the motor system and design cutting-edge neurotechnologies."> |
|
66 | 66 |
|
67 | 67 | <meta name="author" content="sarah-johnson"> |
68 | 68 | <meta property="og:type" content="article"> |
69 | | - <meta property="og:updated_time" content="2026-03-08T03:20:20+00:00"> |
| 69 | + <meta property="og:updated_time" content="2026-03-08T03:20:45+00:00"> |
70 | 70 | <meta property="article:published_time" content="2019-01-07T00:00:00+00:00"> |
71 | | - <meta property="article:modified_time" content="2026-03-08T03:20:20+00:00"> |
72 | | - <meta name="revised" content="2026-03-08T03:20:20+00:00"> |
| 71 | + <meta property="article:modified_time" content="2026-03-08T03:20:45+00:00"> |
| 72 | + <meta name="revised" content="2026-03-08T03:20:45+00:00"> |
73 | 73 |
|
74 | 74 |
|
75 | 75 | <script type="application/ld+json"> |
|
79 | 79 | "@type": "BlogPosting", |
80 | 80 | "author": { "@type": "Person", "name": "Example post 1" }, |
81 | 81 | "datePublished": "2019-01-07T00:00:00+00:00", |
82 | | - "dateModified": "2026-03-08T03:20:20+00:00", |
| 82 | + "dateModified": "2026-03-08T03:20:45+00:00", |
83 | 83 |
|
84 | 84 | "name": "Example post 1", |
85 | 85 | "description": "University of Campinas. Merging engineering and neuroscience to understand the motor system and design cutting-edge neurotechnologies.", |
86 | 86 | "headline": "Example post 1", |
87 | 87 | "publisher": { |
88 | 88 | "@type": "Organization", |
89 | | - "logo": { "@type": "ImageObject", "url": "" } |
| 89 | + "logo": { "@type": "ImageObject", "url": "/images/icon.png" } |
90 | 90 | }, |
91 | 91 | "url": "https://nerlab.github.io" |
92 | 92 | } |
|
336 | 336 | <header class="background" style="--image: url('/images/background.jpg')" data-dark="true"> |
337 | 337 | <a href="/" class="home"> |
338 | 338 |
|
| 339 | + <span class="logo"> |
| 340 | + |
| 341 | + <svg xmlns="http://www.w3.org/2000/svg" viewbox="-40 -60 80 100"> |
| 342 | + <style> |
| 343 | + .bubble { |
| 344 | + animation: float 2s ease-out both infinite var(--delay); |
| 345 | + } |
| 346 | + @keyframes float { |
| 347 | + 0% { |
| 348 | + opacity: 0; |
| 349 | + } |
| 350 | + 50% { |
| 351 | + transform: translateY(0); |
| 352 | + opacity: 0; |
| 353 | + } |
| 354 | + 75% { |
| 355 | + opacity: 1; |
| 356 | + } |
| 357 | + 100% { |
| 358 | + opacity: 0; |
| 359 | + transform: translateY(-40px); |
| 360 | + } |
| 361 | + } |
| 362 | + </style> |
| 363 | + <g fill="currentColor" opacity="0.5"> |
| 364 | + <circle class="bubble" cx="0" cy="-10" r="3" style="--delay: 0.1s"></circle> |
| 365 | + <circle class="bubble" cx="0" cy="-10" r="3" style="--delay: 0.4s"></circle> |
| 366 | + <circle class="bubble" cx="0" cy="-10" r="3" style="--delay: 1.1s"></circle> |
| 367 | + </g> |
| 368 | + <path fill="#38bdf8" d=" |
| 369 | + M 0 -22.5 |
| 370 | + L -19.5 -11.25 |
| 371 | + L -19.5 11.25 |
| 372 | + L 0 22.5 |
| 373 | + L 19.5 11.25 |
| 374 | + L 19.5 -11.25 |
| 375 | + z |
| 376 | + "></path> |
| 377 | + <path fill="#bae6fd" d=" |
| 378 | + M 0 -22.5 |
| 379 | + L -19.5 -11.25 |
| 380 | + L 0 0 |
| 381 | + L 19.5 -11.25 |
| 382 | + z |
| 383 | + "></path> |
| 384 | + <path fill="none" stroke="currentColor" stroke-width="5" d=" |
| 385 | + M -18 -53 |
| 386 | + L -10 -53 |
| 387 | + L -10 -29.2 |
| 388 | + L -30.3 -17.5 |
| 389 | + L -30.3 17.5 |
| 390 | + L 0 35 |
| 391 | + L 30.3 17.5 |
| 392 | + L 30.3 -17.5 |
| 393 | + L 10 -29.2 |
| 394 | + L 10 -53 |
| 395 | + L 18 -53 |
| 396 | + "></path> |
| 397 | +</svg> |
| 398 | + |
| 399 | + |
| 400 | + </span> |
| 401 | + |
339 | 402 |
|
340 | 403 | <span class="title-text" data-tooltip="Home"> |
341 | 404 |
|
|
0 commit comments