Skip to content

Commit

Permalink
<div class="top-container">
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Nov 28, 2024
1 parent 80eddde commit e66fadb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<ul></ul>
</nav>

<div class="top-container">
<img src="https://raw.githubusercontent.com/ricoThaka/rashardmro/refs/heads/master/assets/images/nasalogo_whitetext_redwing.svg" alt="The red v-shaped wing represents aeronautics" />
</div>

<img src="https://raw.githubusercontent.com/ricoThaka/rashardmro/refs/heads/master/assets/images/nasalogo_whitetext_redwing.svg" alt="The red v-shaped wing represents aeronautics" />

<!-- wormLOGO
<div class="top-container">
<IMG src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/NASA_Worm_logo.svg/508px-NASA_Worm_logo.svg.png" />
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-11-18-EuropaClipper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: post
layout: covid
title: "EuropaClipper"
published: true
tags: jupiter europa
Expand Down
11 changes: 4 additions & 7 deletions assets/css/covid.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

html {

font: normal 12px/18px "VT323", "Lucida Sans Unicode", verdana, lucida,
sans-serif;

font-family: "VT323","IBM Plex Sans", monospace;
font-size: 1rem;
font-family: "IBM Plex Sans", monospace;


background: url(https://upload.wikimedia.org/wikipedia/commons/9/94/Coronavirus._SARS-CoV-2.png) -237px 30px no-repeat fixed,
Expand All @@ -31,14 +29,13 @@ color:white;

body {
text-shadow: 0 0 5px #ffffff;
font-size: 130%;
color: white;
}

img[src*="nasalogo_whitetext_redwing.svg"] {

display: block;
height: 300px;

margin-auto;
}

Expand All @@ -65,7 +62,7 @@ a {
margin-left: auto;
/* opera does not like 'margin:20px auto' */
/* background: #666; */
width: 50%; /* ie5win fudge begins */

text-align:left;
}

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
mermaid: true
---


<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/6LOWgH9NaSheAz0U4b7uQL?utm_source=generator&theme=0" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>

{% for post in site.posts %}
<article class="paginator">
Expand Down

0 comments on commit e66fadb

Please sign in to comment.