Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
geographyclub committed Mar 26, 2024
1 parent 6c28298 commit a14ab1d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
Binary file added img/brooklyn.png
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 img/chicago.png
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 img/frame_000027.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/newyork_cartoon.png
Binary file not shown.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="twitter:image" content="img/ascii_space.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,600,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=DM+Serif+Display" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Steve's Geography Works</title>
</head>
Expand Down Expand Up @@ -60,7 +61,7 @@ <h3 style="padding-bottom:3px; width:70%; margin:0 auto;">Geography Works</h3>

<div class="box">
<div class="image-container">
<img class="image" src="img/block_us_levels.png" alt="block_us.png">
<img class="image" src="img/chicago.png" alt="">
<div class="text-overlay-left">
<div class="text-background-black"><a href="https://github.com/geographyclub/postgis-cookbook" target="_blank"><h1>POSTGIS</h1><h1>COOKBOOK</h1><p>COOKING WITH SPATIAL SQL</p></a></div>
</div>
Expand All @@ -69,7 +70,7 @@ <h3 style="padding-bottom:3px; width:70%; margin:0 auto;">Geography Works</h3>

<div class="box">
<div class="image-container">
<img class="image" src="img/shift_primemeridian.png" alt="shift_primemeridian.png">
<img class="image" src="img/frame_000027.png" alt="">
<div class="text-overlay-left">
<div class="text-background-black"><a href="https://github.com/geographyclub/weather-to-video" target="_blank"><h1>WEATHER-TO-VIDEO</h1><p>SCRIPT YOUR OWN WEATHER VISUALIZER</p></a></div>
</div>
Expand All @@ -78,18 +79,18 @@ <h3 style="padding-bottom:3px; width:70%; margin:0 auto;">Geography Works</h3>

<div class="box">
<div class="image-container">
<img class="image" src="img/newyork_satellite.png" alt="newyork_satellite.png">
<img class="image" src="img/brooklyn.png" alt="">
<div class="text-overlay-left">
<div class="text-background-black"><a href="https://github.com/geographyclub/imagemagick-for-mapmakers" target="_blank"><h1>IMAGEMAGICK</h1><h1>FOR MAPMAKERS</h1><p>IMAGE PROCESSING BY THE POWER OF MAGICK</p></a></div>
<div class="text-background-black"><a href="https://github.com/geographyclub/american-geography" target="_blank"><h1>AMERICAN</h1><h1>GEOGRAPHY</h1><p>WRANGLING US CENSUS DATA</p></a></div>
</div>
</div>
</div>

<div class="box">
<div class="image-container">
<img class="image" src="img/newyork_cartoon.png" alt="">
<img class="image" src="img/newyork_satellite.png" alt="newyork_satellite.png">
<div class="text-overlay-left">
<div class="text-background-black"><a href="https://github.com/geographyclub/american-geography" target="_blank"><h1>AMERICAN</h1><h1>GEOGRAPHY</h1><p>WRANGLING US CENSUS DATA</p></a></div>
<div class="text-background-black"><a href="https://github.com/geographyclub/imagemagick-for-mapmakers" target="_blank"><h1>IMAGEMAGICK</h1><h1>FOR MAPMAKERS</h1><p>IMAGE PROCESSING BY THE POWER OF MAGICK</p></a></div>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
h1 {font-family:'Montserrat'; font-size:24px; font-weight:900; line-height:0.9; margin:0; padding:0; letter-spacing:-1px;}
h1 {font-family:'Montserrat'; font-size:20px; font-weight:900; line-height:0.9; margin:0; padding:0; letter-spacing:-1px;}
h2 {font-family:'Montserrat'; font-size:14px; font-weight:600; line-height:1; margin:0; padding:0;}
h3 {font-family:'DM Serif Display'; font-size:30px; font-weight:900; line-height:0.8; margin:0; padding:0;}
h4 {font-family:'DM Serif Display'; font-size:14px; font-weight:900; line-height:0.8; margin:0; padding:0;}
p {font-family:'Montserrat'; font-size:12px; font-weight:600; line-height:1; margin:0; padding:0;}
p {font-family:'Montserrat'; font-size:12px; font-weight:600; line-height:1.2; margin:0; padding:0;}
a {color:#fff; text-decoration:none;}
hr {border:none; height:1px; background-color:#fff; width:50%;}

Expand Down Expand Up @@ -51,5 +51,5 @@ nav p {color:#333; margin:10px; font-size:10px;}

.footer {background-color:#ddd; color:#333; max-width:1920px; padding:15px 15px 30px 15px;}
.footer a{color:#333; text-decoration:underline;}
.footer h1{font-size:18px; font-weight:600; line-height:1.2;}
.footer p{font-size:10px; color:#999; padding-top:10px; }
.footer h1{font-family:'Noto Sans'; font-size:16px; font-weight:400; line-height:1.2; letter-spacing:0;}
.footer p{font-family:'Noto Sans'; font-size:10px; color:#999; padding-top:10px; }

0 comments on commit a14ab1d

Please sign in to comment.