Browse Source

Remove image

restructure
Garrit Franke 3 years ago
parent
commit
81fa93e83f
  1. 1
      components/Profile.js
  2. 5
      pages/posts/[post].js
  3. BIN
      public/me.jpg

1
components/Profile.js

@ -3,7 +3,6 @@ import Link from "next/link";
export default function Profile(props) {
return (
<div className="profile">
<img src="/me.jpg"></img>
<h2>Garrit Franke</h2>
<p>Random tips, tricks and thoughts about software</p>
<Link href="https://lists.sr.ht/~garritfra/public-inbox">

5
pages/posts/[post].js

@ -121,6 +121,11 @@ export default function BlogTemplate(props) {
.blog__footer a svg {
width: 20px;
}
@media (max-width: 768px) {
.blog__footer {
display: none;
}
}
@media (min-width: 768px) {
.blog {
display: flex;

BIN
public/me.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 KiB

Loading…
Cancel
Save