Skip to content

Commit

Permalink
Add README for the project :)
Browse files Browse the repository at this point in the history
Basic social Links, explanation of the purpose of the Page, etc!
  • Loading branch information
cesartalves committed Nov 22, 2024
1 parent 01b6218 commit 4668106
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Github Pages Sample!

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"](https://patreon.com/cesartalvez)!

See this [Live!](https://cesartalves.github.io)

_Constant In-Progress. For my Official Pages, check:_

- Instagram: _cesartalvez_ / *cesartalvezheart*
- X / Tiktok / Reddit / LinkedIn: cesartalves
- YT Channels: [cesartalvez](https://youtube.com/@cesartalves) | [cesartalvez-english](https://youtube.com/@cesartalvez-english) | [cesartalvez-software-engineering](https://youtube.com/@cesartalvez-software-dev)

## Basic Instructions to create your own Page!

- 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
git add .
git commit -m "Creating Github Pages"
git push
```
- go to "`yourpage`.github.io!"

0 comments on commit 4668106

Please sign in to comment.