forked from yousinix/portfolYOU
-
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.
- Loading branch information
Showing
8 changed files
with
153 additions
and
5 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 |
---|---|---|
@@ -1,3 +1,79 @@ | ||
# portfolYOU | ||
[![portfolYOU](./docs/header.png)](https://youssefraafatnasry.github.io/portfolYOU/) | ||
|
||
A beautiful portfolio Jekyll theme that works with GitHub Pages. | ||
<div align="center"> | ||
<i>A beautiful portfolio Jekyll theme that works with GitHub Pages.</i><br><br> | ||
</div> | ||
|
||
[![screenshots](./docs/portfolYOU.gif)](https://youssefraafatnasry.github.io/portfolYOU/) | ||
|
||
<div align="center"> | ||
<sub><sup>© 2019 portfolYOU, licensed under the <a href="./LICENSE">MIT License</a>.</sup></sub> | ||
</div> | ||
|
||
## Download & Usage | ||
|
||
1. Clone or [Download][download] this repo. | ||
1. Delete unnecessary files and folders: | ||
- README.md | ||
- LICENSE | ||
- docs/ | ||
1. Change the configuration options in `_config.yml` depending on your needs. | ||
1. Modify `pages/projects.html`'s [front matter][front-matter] to add projects. | ||
1. Add `YYYY-MM-DD-article-name.md` to `_posts` directory to add a new article. | ||
1. Modify `pages/about.html`'s [front matter][front-matter] to add skills or items to the timeline, modify the markdown body to write your bio. | ||
1. Set up portfolYOU [locally] or publish it to [GitHub Pages][gh-pages]. | ||
|
||
[download]: https://github.com/YoussefRaafatNasry/portfolYOU/archive/master.zip | ||
[front-matter]: https://jekyllrb.com/docs/front-matter/ | ||
[gh-pages]: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ | ||
[locally]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ | ||
|
||
## Sections | ||
|
||
portfolYOU's sections are **independent**, you can remove any section upon your needs. Here's a list of the files and folders needed by each section: | ||
|
||
| Projects | Articles | About | | ||
| :--------- | :--------- | :--------- | | ||
| pages/projects.html ¹ | pages/articles.html ¹ | pages/about.md ¹ | | ||
| _sass/projects.scss ² | _sass/_articles.scss ² | _sass/_skills.scss ² | | ||
| assets/js/card_animation.js ³ | _layouts/post.html | _sass/_timeline.scss ² | | ||
| | _posts* | _layouts/about.html | | ||
| | | _includes/skills-others.html | | ||
| | | _includes/skills-programming.html | | ||
| | | _includes/timeline.html | | ||
|
||
<small> | ||
<b>If you are deleting any section, please consider the following:</b><br> | ||
¹ remove reference from <code> _includes/navbar.html </code><br> | ||
² remove reference from <code> assets/css/custom.scss </code><br> | ||
³ remove reference from <code> _includes/scripts.html </code><br> | ||
* remove permalink from <code> _config.yml </code> | ||
</small> | ||
|
||
## Dependencies | ||
|
||
| Dependency | Version | | ||
| :-------------------------- |:-------:| | ||
| [Animate.css][animate] | v3.7.0 | | ||
| [Bootstrap][bootstrap] | v4.2.1 | | ||
| [FontAwesome][font-awesome] | v5.6.3 | | ||
| [jQuery][jquery] | v3.3.1 | | ||
| [Popper.js][popper] | v1.14.6 | | ||
| [wow.js][wow] | v1.1.2 | | ||
|
||
[animate]: https://daneden.github.io/animate.css/ | ||
[bootstrap]: https://getbootstrap.com/ | ||
[font-awesome]: https://fontawesome.com/ | ||
[jquery]: https://jquery.com/ | ||
[popper]: https://popper.js.org/ | ||
[wow]: https://wowjs.uk/ | ||
|
||
## Credits & Inspiration | ||
|
||
1. [CSS3 Animated Skill Progress bar][skills-progress-bar] _A pen by Shah Zobayer Ahmed._ | ||
1. [How to Create Bootstrap Card Hover Effect (jQuery)][cards-hover] _A video by Daily Tuition._ | ||
1. [Vertical Timeline (HTML-SCSS-CSS)][vertical-timeline] _A video by DevPen._ | ||
|
||
[skills-progress-bar]: https://codepen.io/speeedsam/pen/VeOGEq | ||
[cards-hover]: https://www.youtube.com/watch?v=2qQxwT-Qm5E | ||
[vertical-timeline]: https://www.youtube.com/watch?v=TP4THzsAa3M&t=2s |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.