This project functions as a jumping off point to explore some of the work Tyler has begun in the realm of web development and software engineering
- Created October 16, 2020
- Last major revision October 16, 2020
- Hopes to flex some just-learned skills touched on in the first week of Epicodus's October 2020 cohort:
- a cohort which runs from October 12, 2020 through April 30, 2021
- the Epicodus program includes the following modules (with start dates):
- initially created in response to a project prompt to be ginned up completely solo and completely within a nine hour window on "created date"
Software that this project requires:
- a web browser
- a plain text editor, such as
Basic Text Editor
available for Windows devices, or developer-go-to text editors such as Sublime Text, Atom, VIM, or Visual Studio Code - a command line (or "Terminal.app" on a Mac) program for entering git prompts as they are offered/suggested to be used verbatim from this README.md
- No additional code libraries or dependencies need to be installed locally for you to experience this project in all its splendor. 4a. Perhaps one should make sure that git is installed on one's machine, so as to be able to follow the git prompts for the command line interface below
Most straightforward way to just see the rendered page:
- click this link to load the site as it is currently hosted by GitHub Pages
- Should this link fail you in any way, you could alternatively copy and paste the full address below into a web browser's address bar:
Let's Call This: "To Take the git
Route"
- Launch your terminal application (Terminal.app comes installed as default in the Mac OS since... I'm not sure when.)
- Navigate to (or even first create) the directory to which you would like to copy the project's files to your machine. AN EXAMPLE:
2a.
$ pwd
-
{Users}\{YOUR_USER_NAME}\
2b.$ mkdir thisPersonsPortfolioPage
2c.$ cd thisPersonsPortfolioPage
-
{Users}\{YOUR_USER_NAME}\thisPersonsPortfolioPage
-
- Now that you are in the destination directory, pull the files down to your machine from this README's GitHub repository. A suggested series of command line prompts follows by which one might do this:
3a.
$~ pwd
-
{Users}\{YOUR_USER_NAME}\thisPersonsPortfolioPage
3b.$~ git clone {the_URL_of_my_GitHub_repository_pasted_from_your_clipboard}
1 Something like this will then be printed to your console: Cloning into 'live-share'... remote: Enumerating objects: 72, done. remote: Counting objects: 100% (72/72), done. remote: Compressing objects: 100% (58/58), done. remote: Total 6989 (delta 24), reused 39 (delta 14), pack-reused 6917 Receiving objects: 100% (6989/6989), 51.25 MiB | 9.65 MiB/s, done. Resolving deltas: 100% (4274/4274), done.
-
- Now you've got somebody's project (mine, in this case) in that local directory. Happy perusing!
- A perusal suggestion Use that command line, now that you're in the root folder for this project anyway, to launch your editor of choice (example, Visual Studio Code):
code .
this should launch a new window in VS Code open to the root folder of the directory. Of course some unique system or user profile settings may be pointint you to an error message at this point. For help on this, Stick with it! We're almost there! please check out the documentation appropriate to this error/your text editor of choice's command prompts.
I am sure that some of the hypertext links will break within days if not hours Other than that, I just have reservations about how a few things are spaced around the page...
Please let me know if you would like to share suggestions for the page. I can be most easily reached by email. [email protected]
html css and a few drops of Bootstrap for styling
MIT 2.0
Copyright (c) 2020 Tyler Sinks
Footnotes
-
If you're having trouble finding that nice green "Code" button:
- a .png of it at time of README writing is this:
- Alternatively — should you not be able to use this button to load this project's URL to your clipboard — I give the URL to you here as well: https://github.com/sinkstyt/portfolio-index.git