Skip to content

Commit

Permalink
fixed broken avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
femmebot committed Nov 19, 2023
1 parent b247eaa commit 2bcb882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/google-type.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ p { -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
.section-venus-cat h2 { font: 120px/88px'Darumadrop One', sans-serif ; letter-spacing: -.03em; color: #2F2F2F; text-transform: uppercase; }
.section-venus-cat h2 span { font-size: 64px; line-height: 56px; text-transform: lowercase; display: block; margin-left: 80px; margin-top: 12px; color: #6B6A68;}
.section-venus-cat section { display: flex; flex-flow: row; margin-left: 240px; margin-top: -40px;}
.section-venus-cat section p { width: 400px; padding-right: 32px; font: 16px/26px 'Wix Madefor Text', sans-serif; }
.section-venus-cat section p { width: 400px; padding-right: 32px; font: 16px/26px 'Roboto Serif', 'Wix Madefor Text', sans-serif; }


/* Number of columns: 8 */
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link href='https://fonts.googleapis.com/css?family=Megrim|Roboto+Slab:300' rel='stylesheet' type='text/css'>

<!-- Google web fonts for "Venus and the Cat" -->
<link href="https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Wix+Madefor+Text&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Roboto+Serif:opsz,[email protected],300;8..144,400&display=swap" rel="stylesheet">

<!-- Google web fonts for "The Crow and the Pitcher" -->
<link href='https://fonts.googleapis.com/css?family=Questrial|Old+Standard+TT:400,400italic,700' rel='stylesheet' type='text/css'>
Expand Down Expand Up @@ -192,7 +192,7 @@ <h2>The Astronomer</h2>
<div class="container-fluid section-venus-cat" id="venus">
<div class="container">
<div class="caption">
<a href="https://fonts.google.com/specimen/Darumadrop+One" target="_blank">Darumadrop One</a>, <a href="https://fonts.google.com/specimen/Wix+Madefor+Text" target="_blank">Wix Madefor Text</a>
<a href="https://fonts.google.com/specimen/Darumadrop+One" target="_blank">Darumadrop One</a>, <a href="https://fonts.google.com/specimen/Roboto+Serif" target="_blank">Roboto Serif</a>
</div>

<h2>Venus <span>and the</span> Cat</h2>
Expand Down Expand Up @@ -286,7 +286,7 @@ <h2>The Moon<span>And</span>Her Mother</h2>

<div class = "top">
<a href="https://twitter.com/joshmateo" class="avatar" target="_blank" title="joshmateo">
<img src="https://pbs.twimg.com/profile_images/1651440473066840064/BoNdHahi_400x400.jpg" alt="joshmateo">
<img src="https://pbs.twimg.com/profile_images/1676241286276464640/FTAw44vT_400x400.jpg" alt="joshmateo">
</a>
<div class="caption">
<a href="https://www.google.com/fonts/specimen/Quattrocento" target="_blank">Quattrocento</a>, <a href="https://www.google.com/fonts/specimen/Fanwood+Text" target="_blank">Fanwood Text</a>
Expand Down

0 comments on commit 2bcb882

Please sign in to comment.