Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
geographyclub committed Jul 22, 2024
1 parent bcd1f3f commit 929afdd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>WEB DEVELOPMENT</h2><hr>
</div>

<div class="box-wide-title">
<h2>DATA WORK</h2><hr>
<h2>DATA SCIENCE</h2><hr>
</div>

<div class="box-wide">
Expand All @@ -106,6 +106,17 @@ <h2>DATA WORK</h2><hr>
<p><a href="https://github.com/geographyclub/american-geography" target="_blank">American Geography</a>: Wrangling <i>US Census</i> data from database to the web</p>
</div>

<div class="box-wide-title">
<h2>SOFTWARE</h2><hr>
</div>

<div class="box-wide">
<p>• Web: HTML/CSS/JS, Leaflet, MapLibre</p>
<p>• Data: R, SQL, BASH</p>
<p>• GIS: QGIS, GRASS GIS, PostGIS</p>
<p>• Image: Inkscape, GIMP, ImageMagick</p>
</div>

<div class="box-wide-title">
<h2>EDUCATION</h2><hr>
</div>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
h1 {font-family:'Montserrat'; font-size:35px; font-weight:900; line-height:0.8; margin:0; padding:0; letter-spacing:-2px;}
h2 {font-family:'Montserrat'; font-size:11px; font-weight:600; line-height:1; margin:0; padding:0;}
h3 {font-family:'Libre Baskerville'; font-size:25px; font-weight:400; line-height:1.4; margin:0; padding:0; letter-spacing:-1px;}
h3 {font-family:'Libre Baskerville'; font-size:22px; font-weight:400; line-height:1.4; margin:0; padding:0; letter-spacing:-1px;}
h4 {font-family:'Libre Baskerville'; font-size:16px; font-weight:400; line-height:1.4; margin:0; padding:0;}
p {font-family:'Montserrat'; font-size:16px; font-weight:400; line-height:1.7; margin:0; padding:0;}
a {color:#333; text-decoration:underline; text-decoration-thickness:1px;}
hr {border:none; height:1px; background-color:#333; width:100%; margin:5px 0 0 0; padding:0;}
.pacifico {font-family:Pacifico; font-size:50px; font-weight:400; letter-spacing:0; margin:-10px 0 5px 0;}
.gowun{font-family:'Gowun Batang'; font-weight:400; font-size:25px; letter-spacing:0;}
.gowun{font-family:'Gowun Batang'; font-weight:400; font-size:22px; letter-spacing:0;}

.black a{color:#333;}
.black h1{color:#333;}
Expand Down

0 comments on commit 929afdd

Please sign in to comment.