Personal portfolio website for Veronika Bobuska, event organizer based in Hünenberg, Switzerland.
Live URL: https://i-bobusky.github.io/veronika/
- Make sure you're in the
veronikarepo on GitHub under thei-bobuskyaccount. - Push this folder's contents to the
main(ormaster) branch:
git init
git add .
git commit -m "Initial portfolio page"
git remote add origin https://github.com/i-bobusky/veronika.git
git push -u origin main- Go to Settings → Pages in the repo, set source to
mainbranch, root/. - The site will be live at
https://i-bobusky.github.io/veronika/within a minute or two.
Place the following images in the images/ folder, then in index.html:
| File | Used in | Recommended aspect ratio |
|---|---|---|
images/veronika.jpg |
Hero background + portrait | Portrait (3:4 or 2:3) |
images/halloween.jpg |
Gallery — left (large) | Landscape (4:3) |
images/ostern.jpg |
Gallery — right (small) | Portrait (3:4) |
For each image, find the corresponding <!-- Replace with actual image --> comment in the HTML, uncomment the <img> tag, and remove the placeholder <div> below it.
veronika/
├── index.html ← single-page site (all CSS/JS inline)
├── images/
│ ├── veronika.jpg
│ ├── halloween.jpg
│ └── ostern.jpg
└── README.md