This is a sample page to demonstrate basic Software Engineering Techniques to Students / Mentees of mine
Shoutout to Fernanda, my very first Intern for "Angel's Psychedelia"!
See this Live!
Constant In-Progress. For my Official Pages, check:
- Instagram: cesartalvez / cesartalvezheart
- X / Tiktok / Reddit / LinkedIn: cesartalves
- YT Channels: cesartalvez | cesartalvez-english | cesartalvez-software-engineering
- create a @yourhandle.github.io project
- got to "Settings", "Pages", and activate Github Pages. Select "branch", then "main"
- create an
index.html
file with your content. You can use the code here as a sample - then git commands
git add .
git commit -m "Creating Github Pages"
git push
- go to "
yourpage
.github.io!"