diff --git a/README.md b/README.md index 7a7a1ec..8de356c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,13 @@ -# ![Steffoweb](public/opengraph.png) +
-My personal website in [React](https://reactjs.org/). + -## Developing +# Steffoweb -### Running a local copy +
-If for whatever reason you want to run a local copy of the website, ensure [the latest `nodejs`](https://nodejs.org/it/) and `yarn` are installed on your -machine, then run: +My personal website -```bash -git clone https://github.com/Steffo99/steffoweb.git -cd "steffoweb" -yarn -yarn run dev -``` +## Links -### Updating the website - -The website will automatically update based on the `next` branch. +[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.steffo.eu%2F)](https://www.steffo.eu/) diff --git a/app/layout.tsx b/app/layout.tsx index f4eb119..9e93461 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,7 +2,7 @@ import Image from "next/image" import {default as Link} from "next/link" import React, {ReactNode} from "react" import { config as fontawesomeConfig } from '@fortawesome/fontawesome-svg-core' -import {default as imgSRound} from "../public/s-round.png" +import {default as imgSRound} from "../public/avatar.svg" import '@steffo/bluelib/dist/base.root.css' import '@steffo/bluelib/dist/layouts-center.root.css' diff --git a/public/avatar.svg b/public/avatar.svg new file mode 100644 index 0000000..0f9cc83 --- /dev/null +++ b/public/avatar.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + S + diff --git a/public/s-round.png b/public/s-round.png deleted file mode 100644 index cf4129b..0000000 Binary files a/public/s-round.png and /dev/null differ