1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00

Update README and avatar

This commit is contained in:
Steffo 2024-09-15 19:25:33 +02:00
parent 9164f67b69
commit 8ceb64257d
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
4 changed files with 119 additions and 16 deletions

View file

@ -1,21 +1,13 @@
# ![Steffoweb](public/opengraph.png) <div align="center">
My personal website in [React](https://reactjs.org/). <img src="public/avatar.svg" width="128" height="128" alt="" style="border-radius: 100%;">
## Developing # Steffoweb
### Running a local copy </div>
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 My personal website
machine, then run:
```bash ## Links
git clone https://github.com/Steffo99/steffoweb.git
cd "steffoweb"
yarn
yarn run dev
```
### Updating the website [![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.steffo.eu%2F)](https://www.steffo.eu/)
The website will automatically update based on the `next` branch.

View file

@ -2,7 +2,7 @@ import Image from "next/image"
import {default as Link} from "next/link" import {default as Link} from "next/link"
import React, {ReactNode} from "react" import React, {ReactNode} from "react"
import { config as fontawesomeConfig } from '@fortawesome/fontawesome-svg-core' 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/base.root.css'
import '@steffo/bluelib/dist/layouts-center.root.css' import '@steffo/bluelib/dist/layouts-center.root.css'

111
public/avatar.svg Normal file
View file

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
viewBox="0 0 512 512"
id="svg4"
sodipodi:docname="avatar.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview4"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.82324218"
inkscape:cx="218.64769"
inkscape:cy="271.48755"
inkscape:window-width="1920"
inkscape:window-height="1020"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<defs
id="defs4">
<linearGradient
id="background"
x2="512"
y1="512"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#051436"
offset="0"
id="stop1" />
<stop
stop-color="#001553"
offset=".75"
id="stop2" />
<stop
stop-color="#010a4e"
offset="1"
id="stop3" />
</linearGradient>
<filter
id="shadow"
x="-0.13011152"
y="-0.082530949"
width="1.2416357"
height="1.1925722"
color-interpolation-filters="sRGB">
<feFlood
flood-color="rgb(1,8,40)"
in="SourceGraphic"
result="flood"
id="feFlood3" />
<feGaussianBlur
in="SourceGraphic"
result="blur"
stdDeviation="10.000000"
id="feGaussianBlur3" />
<feOffset
dx="-4.000000"
dy="8.000000"
in="blur"
result="offset"
id="feOffset3" />
<feComposite
in="flood"
in2="offset"
operator="in"
result="comp1"
id="feComposite3" />
<feComposite
in="SourceGraphic"
in2="comp1"
result="comp2"
id="feComposite4" />
</filter>
</defs>
<rect
width="512"
height="512"
fill="url(#background)"
id="rect4"
x="0"
y="0"
style="fill:url(#background)" />
<text
x="144.8"
y="394.60001"
fill="#85c4ff"
filter="url(#shadow)"
font-family="'Fira Sans'"
font-size="400px"
font-weight="bold"
stroke-width="1.0016"
xml:space="preserve"
id="text4"><tspan
x="144.8"
y="394.60001"
fill="#85c4ff"
id="tspan4">S</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB