-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic social Links, explanation of the purpose of the Page, etc!
- Loading branch information
1 parent
01b6218
commit 4668106
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!" |