Skip to content

Commit

Permalink
image and utf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats Zaunders authored and Mats Zaunders committed Sep 26, 2024
1 parent aea7190 commit 8204d55
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file added bear_circular.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 guillem_circular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/>
<link rel="stylesheet" href="style.css" />
<title>darksoil studio</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<!--a.class links-->
Expand Down Expand Up @@ -397,7 +398,7 @@ <h2 id="people" link-text="people" class="area-headline">
<rocket-columns>
<rocket-card>
<h4 slot="title">Viktor Zaunders</h4>
<img src="viktor.jpg" class="photo" />
<img src="viktor_circular.png" class="photo" />
<p>
Viktor translates real world needs into application architectures.
<br /><br />
Expand All @@ -413,7 +414,7 @@ <h4 slot="title">Viktor Zaunders</h4>

<rocket-card>
<h4 slot="title">Guillem Córdoba</h4>
<img src="guillem.jpg" class="photo" />
<img src="guillem_circular.png" class="photo" />
<p>
Guillem writes exquisite code for our darksoil applications.
<br /><br />
Expand All @@ -434,7 +435,7 @@ <h4 slot="title">Guillem Córdoba</h4>
<rocket-columns>
<rocket-card>
<h4 slot="title">Eric Bear</h4>
<img src="bear.jpg" class="photo" />
<img src="bear_circular.png" class="photo" />
<p>
Bear develops our team and business.
<br /><br />
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,12 @@ rocket-columns rocket-card {

.photo {
text-align: center;
width: 64%;
width: 70%;
align-self: center;
border-radius: 50%;
padding-top: 8px;
object-fit: contain;

}

footer {
Expand Down
Binary file added viktor_circular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8204d55

Please sign in to comment.