Skip to content

Instantly share code, notes, and snippets.

View lshriver's full-sized avatar
🧭
navigating

Lauren Shriver lshriver

🧭
navigating
View GitHub Profile
@lshriver
lshriver / index.haml
Created October 14, 2024 09:43 — forked from renzoscriber/index.haml
Solar System animation my version
.solar-syst
.sun
.mercury
.venus
.earth
.mars
.jupiter
.saturn
.uranus
.neptune
@lshriver
lshriver / index.html
Created October 14, 2024 09:32 — forked from renzoscriber/index.html
Kepler's Laws (simplified)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kepler's Laws Simulation</title>
<link rel="stylesheet" href="styles.scss">
</head>
<body>
<div id="simulation">