Skip to content

Commit

Permalink
add speed of light images
Browse files Browse the repository at this point in the history
  • Loading branch information
soulsdevyer committed Oct 24, 2024
1 parent 8aa0591 commit 6af5d1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file added public/assets/speedOfLight/Fizeau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/speedOfLight/OleRomer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/speedOfLight/huygensVSnewton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions src/pages/speedOfLight.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { ImageGallery } from "../types/types";
const introText: Heading1 = {
title: "Historia de la Velocidad de la Luz",
sub: "Un viaje desde las primeras hipótesis hasta la física moderna",
sub: "Todo un viaje!",
};
const firstHypothesisTitle: Heading1 = {
Expand Down Expand Up @@ -63,9 +63,9 @@ const conclusionsCurrentChallenges = `Hoy en día, la velocidad de la luz es uno
El estudio de la velocidad de la luz no ha terminado, y sigue siendo un área activa de investigación. A medida que avanzamos hacia nuevos horizontes, como la teoría cuántica de la gravedad o la búsqueda de formas más rápidas de comunicación a través de la tecnología, la comprensión de este fenómeno seguirá siendo clave para el progreso científico y tecnológico.`;
const slider: ImageGallery = {
img: "../../assets/light/newton-huygens.png",
img1: "../../assets/light/roemer-experiment.jpg",
img2: "../../assets/light/fizeau.jpg",
img: "../../assets/speedOfLight/huygensVSnewton.png",
img1: "../../assets/speedOfLight/OleRomer.jpg",
img2: "../../assets/speedOfLight/Fizeau.jpg",
cap: "Newton vs Huygens: La disputa sobre la naturaleza de la luz",
cap1: "Ole Rømer: Observaciones de Ío para medir la velocidad de la luz",
Expand All @@ -89,7 +89,9 @@ const relativityText: string =
<!-- First Row: Video and Introduction -->
<section class="row">
<!-- Video Section -->
<EmbedVideo url="https://www.youtube.com/embed/dQw4w9WgXcQ" />
<EmbedVideo
url="https://www.youtube.com/embed/bMo0wGmrvBM?si=mMRLsmAiqIJwdSBH"
/>

<!-- Introduction Text -->
<div class="intro-text">
Expand Down

0 comments on commit 6af5d1c

Please sign in to comment.