portfolyou-jekyll-theme 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +17 -0
- data/_includes/404.html +129 -0
- data/_includes/about/skills.html +11 -0
- data/_includes/about/timeline.html +13 -0
- data/_includes/blog/index.html +76 -0
- data/_includes/blog/search.html +25 -0
- data/_includes/blog/tags.html +31 -0
- data/_includes/elements/button.html +9 -0
- data/_includes/elements/carousel.html +40 -0
- data/_includes/elements/figure.html +6 -0
- data/_includes/elements/highlight.html +1 -0
- data/_includes/elements/list.html +19 -0
- data/_includes/elements/video.html +3 -0
- data/_includes/footer.html +16 -0
- data/_includes/head.html +23 -0
- data/_includes/landing.html +15 -0
- data/_includes/navbar.html +67 -0
- data/_includes/projects/index.html +55 -0
- data/_includes/projects/project-card.html +21 -0
- data/_includes/scripts.html +25 -0
- data/_includes/social.html +20 -0
- data/_layouts/default.html +25 -0
- data/_layouts/element.html +141 -0
- data/_layouts/page.html +7 -0
- data/_layouts/post.html +36 -0
- data/_sass/_404.scss +257 -0
- data/_sass/_base.scss +7 -0
- data/_sass/_blog.scss +144 -0
- data/_sass/_footer.scss +21 -0
- data/_sass/_landing.scss +28 -0
- data/_sass/_navbar.scss +35 -0
- data/_sass/_projects.scss +13 -0
- data/_sass/_skills.scss +73 -0
- data/_sass/_timeline.scss +47 -0
- data/_sass/_variables.scss +10 -0
- data/_sass/autumn.scss +67 -0
- data/_sass/portfolYOU.scss +17 -0
- data/assets/css/style.scss +3 -0
- data/assets/favicon.ico +0 -0
- data/assets/js/card-animation.js +11 -0
- data/assets/js/remote-projects.js +26 -0
- metadata +170 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b3484a22d9d06272afb7d3d1c919e03a894be7952b0c4ffb84fc50bd2cd5fdfc
|
4
|
+
data.tar.gz: 7d76a7511b1fedbd81196f6b43451f830e6c4d18590cd490e5610549077ea4a2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 8a879a390950c516ed658bbe4fe7a866b55c99315ea0bde39af2833877162eb3eed548bd2c3e80d59ba2c2aa800614898ae20213415311012fadfcd6c6afca9d
|
7
|
+
data.tar.gz: 266a25439e05a19576cfe8624051559ebc782522cb3387c3592c4bcbc1699b4cba6a3ad9b6bfc47c3fe6b653dea587e67c57bd5f07e1638fd641e85b18f26601
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2019 Youssef Raafat
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
[![portfolYOU][header]](https://youssefraafatnasry.github.io/portfolYOU/)
|
2
|
+
|
3
|
+
<div align="center">
|
4
|
+
<i>A beautiful portfolio Jekyll theme that works with GitHub Pages.</i><br><br>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
[![Preview][preview]](https://youssefraafatnasry.github.io/portfolYOU/)
|
8
|
+
|
9
|
+
<div align="center">
|
10
|
+
<sub><sup>© 2019 portfolYOU, licensed under the <a href="./LICENSE">MIT License</a>.</sup></sub>
|
11
|
+
</div>
|
12
|
+
|
13
|
+
[![Get the theme][button]](https://youssefraafatnasry.github.io/portfolYOU/docs#installation)
|
14
|
+
|
15
|
+
[header]: https://github.com/YoussefRaafatNasry/portfolYOU/blob/master/docs/Logo.png?raw=true
|
16
|
+
[preview]: https://github.com/YoussefRaafatNasry/portfolYOU/blob/master/docs/Preview.gif?raw=true
|
17
|
+
[button]: https://github.com/YoussefRaafatNasry/portfolYOU/blob/master/docs/Button.png?raw=true
|
data/_includes/404.html
ADDED
@@ -0,0 +1,129 @@
|
|
1
|
+
<!-- 404 page by https://codepen.io/gxash/pen/rrJYwm -->
|
2
|
+
|
3
|
+
<div class="wrapper p-5 text-center">
|
4
|
+
|
5
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080">
|
6
|
+
|
7
|
+
<g id="Layer_12 yellow-back-fig" data-name="Layer 12">
|
8
|
+
<path class="cls-1" d="M600.87,872H156a4,4,0,0,0-3.78,4.19h0a4,4,0,0,0,3.78,4.19H600.87a4,4,0,0,0,3.78-4.19h0A4,4,0,0,0,600.87,872Z"/>
|
9
|
+
<rect class="cls-1" x="680.91" y="871.98" width="513.38" height="8.39" rx="4.19" ry="4.19"/>
|
10
|
+
<path class="cls-1" d="M1480,876.17h0c0,2.32,2.37,4.19,5.3,4.19h350.61c2.93,0,5.3-1.88,5.3-4.19h0c0-2.32-2.37-4.19-5.3-4.19H1485.26C1482.33,872,1480,873.86,1480,876.17Z"/>
|
11
|
+
<rect class="cls-1" x="492.21" y="920.64" width="249.8" height="8.39" rx="4.19" ry="4.19"/>
|
12
|
+
<path class="cls-1" d="M1549.14,924.84h0a4.19,4.19,0,0,0-4.19-4.19H1067.46a14.66,14.66,0,0,1,.35,3.21v1A4.19,4.19,0,0,0,1072,929h472.94A4.19,4.19,0,0,0,1549.14,924.84Z"/>
|
13
|
+
<path class="cls-1" d="M865.5,924.84h0a4.19,4.19,0,0,0,4.19,4.19h82.37a12.28,12.28,0,0,1-.19-2v-2.17a4.19,4.19,0,0,0-4.19-4.19h-78A4.19,4.19,0,0,0,865.5,924.84Z"/>
|
14
|
+
<rect class="cls-1" x="915.6" y="981.47" width="54.72" height="8.39" rx="4.19" ry="4.19"/>
|
15
|
+
<path class="cls-1" d="M730.33,985.67h0c0,2.32,4.23,4.19,9.44,4.19h104.3c5.22,0,9.44-1.88,9.44-4.19h0c0-2.32-4.23-4.19-9.44-4.19H739.78C734.56,981.47,730.33,983.35,730.33,985.67Z"/>
|
16
|
+
<rect class="cls-1" x="997.06" y="981.47" width="78.11" height="8.39" rx="4.19" ry="4.19"/>
|
17
|
+
|
18
|
+
<g id="round-conf">
|
19
|
+
<path class="cls-1 circle c1" d="M536.41,155.14a17.77,17.77,0,1,0,17.77,17.77A17.77,17.77,0,0,0,536.41,155.14Zm0,28.68a10.9,10.9,0,1,1,10.9-10.9A10.9,10.9,0,0,1,536.41,183.81Z"/>
|
20
|
+
<path class="cls-1 circle c2" d="M1345.09,82.44a17.77,17.77,0,1,0,17.77,17.77A17.77,17.77,0,0,0,1345.09,82.44Zm0,28.68a10.9,10.9,0,1,1,10.9-10.9A10.9,10.9,0,0,1,1345.09,111.12Z"/>
|
21
|
+
<path class="cls-1 circle c3" d="M70.12,363A17.77,17.77,0,1,0,87.89,380.8,17.77,17.77,0,0,0,70.12,363Zm0,28.68A10.9,10.9,0,1,1,81,380.8,10.9,10.9,0,0,1,70.12,391.7Z"/>
|
22
|
+
<path class="cls-1 circle c4" d="M170.47,751.82a17.77,17.77,0,1,0,17.77,17.77A17.77,17.77,0,0,0,170.47,751.82Zm0,28.68a10.9,10.9,0,1,1,10.9-10.9A10.9,10.9,0,0,1,170.47,780.5Z"/>
|
23
|
+
<path class="cls-1 circle c5" d="M1457.34,762.73a17.77,17.77,0,1,0,17.77,17.77A17.77,17.77,0,0,0,1457.34,762.73Zm0,28.68a10.9,10.9,0,1,1,10.9-10.9A10.9,10.9,0,0,1,1457.34,791.4Z"/>
|
24
|
+
<path class="cls-1 circle c6" d="M1829.15,407.49a17.77,17.77,0,1,0,17.77,17.77A17.77,17.77,0,0,0,1829.15,407.49Zm0,28.68a10.9,10.9,0,1,1,10.9-10.9A10.9,10.9,0,0,1,1829.15,436.17Z"/>
|
25
|
+
</g>
|
26
|
+
</g>
|
27
|
+
|
28
|
+
<g id="fortyfour" data-name="Layer 2">
|
29
|
+
<g class="four a">
|
30
|
+
<rect class="cls-2" x="233.74" y="391.14" width="120.71" height="466.29" rx="57.1" ry="57.1" transform="translate(918.39 330.19) rotate(90)"/>
|
31
|
+
<rect class="cls-3" x="333.83" y="475.1" width="120.71" height="396.88" rx="60.36" ry="60.36"/>
|
32
|
+
<rect class="cls-3" x="197.13" y="122.89" width="120.71" height="604.75" rx="60.36" ry="60.36" transform="translate(290.49 -70.78) rotate(35)"/>
|
33
|
+
</g>
|
34
|
+
<g class="four b">
|
35
|
+
<rect class="cls-2" x="1558.84" y="391.91" width="120.71" height="466.29" rx="57.1" ry="57.1" transform="translate(2244.26 -994.14) rotate(90)"/>
|
36
|
+
<rect class="cls-3" x="1658.92" y="475.87" width="120.71" height="396.88" rx="60.36" ry="60.36"/>
|
37
|
+
<rect class="cls-3" x="1522.22" y="123.66" width="120.71" height="604.75" rx="60.36" ry="60.36" transform="translate(530.57 -830.68) rotate(35)"/>
|
38
|
+
</g>
|
39
|
+
<path class="cls-3" id="ou" d="M956.54,168.2c-194.34,0-351.89,157.55-351.89,351.89S762.19,872,956.54,872s351.89-157.55,351.89-351.89S1150.88,168.2,956.54,168.2Zm0,584.49c-128.46,0-232.6-104.14-232.6-232.6s104.14-232.6,232.6-232.6,232.6,104.14,232.6,232.6S1085,752.69,956.54,752.69Z"/>
|
40
|
+
</g>
|
41
|
+
|
42
|
+
<g id="umbrella" data-name="Layer 3">
|
43
|
+
<g>
|
44
|
+
<circle class="cls-4" cx="1187.53" cy="240.3" r="7.66" transform="translate(236.36 990.8) rotate(-49.71)"/>
|
45
|
+
<g>
|
46
|
+
<path class="cls-5" d="M1219.56,359.67l55,100.52c32.7-48.48-6.87-142.43-91.75-214.38-84.41-71.55-183-95.33-225.81-56l114.21,44.14Z"/>
|
47
|
+
<path class="cls-6" d="M1182.79,245.81c-84.41-71.55-183-95.33-225.81-56l114.21,44.14Z"/>
|
48
|
+
<polygon class="cls-7" points="1182.79 245.81 1071.19 233.91 1219.56 359.67 1182.79 245.81"/>
|
49
|
+
</g>
|
50
|
+
<polygon class="cls-8" points="1180.91 409.02 1274.54 460.19 1219.56 359.67 1071.19 233.91 956.98 189.76 1021.95 274.29 1180.91 409.02"/>
|
51
|
+
<g>
|
52
|
+
<rect class="cls-4" x="997.45" y="358.35" width="175.58" height="5.1" transform="translate(108.21 955.38) rotate(-49.71)"/>
|
53
|
+
<rect class="cls-4" x="1028.09" y="399.36" width="21.46" height="32.27" rx="10.73" ry="10.73" transform="translate(515.04 -573.16) rotate(40.29)"/>
|
54
|
+
</g>
|
55
|
+
</g>
|
56
|
+
</g>
|
57
|
+
|
58
|
+
<g id="pillow" data-name="Layer 4">
|
59
|
+
<path class="cls-1" d="M754,627.07c7,.54,12.92-2.82,13.35-7.59s-4.95-9.24-12-9.87a18.55,18.55,0,0,0-2.17,0l-74.9-81.64c0-.1,0-.19,0-.29,0-7.09-4-12.83-8.8-12.81s-8.75,5.77-8.73,12.87c0,0,0,.09,0,.13l-50.21,46.07h-.09c-7.06-.63-13.14,2.77-13.57,7.59s4.87,9.16,11.85,9.84l76.08,82.92s0,0,0,.06c0,7.09,4,12.83,8.8,12.81s8.65-5.66,8.71-12.65Z"/>
|
60
|
+
<path class="cls-9" d="M669.46,514.82c-4.77-.83-8.75,5.77-8.73,12.87,0,0,0,.09,0,.13l-50.21,46.07h-.09c-7.06-.63-13.14,2.77-13.57,7.59s4.87,9.16,11.85,9.84l76.08,82.92s0,0,0,.06c0,7.09,4,12.83,8.8,12.81s8.65-5.66,8.71-12.65C570.55,573,702.07,520.47,669.46,514.82Z"/>
|
61
|
+
</g>
|
62
|
+
|
63
|
+
<g id="cup" data-name="Layer 7">
|
64
|
+
<polygon class="cls-1" points="1173.69 748.21 1140.52 715.42 1195.79 647.35 1241.13 692.16 1173.69 748.21"/>
|
65
|
+
<polygon class="cls-8" points="1173.69 748.21 1140.52 715.42 1143.93 711.27 1177.81 744.75 1173.69 748.21"/>
|
66
|
+
<polygon class="cls-5" points="1194.68 731.46 1157.04 694.24 1183.8 661.7 1226.91 704.32 1194.68 731.46"/>
|
67
|
+
<g class="cls-10">
|
68
|
+
<path class="cls-8" d="M1176.32,667.78h0a4.19,4.19,0,0,1,4.19,4.19v33.54a0,0,0,0,1,0,0h-8.38a0,0,0,0,1,0,0V672a4.19,4.19,0,0,1,4.19-4.19Z" transform="translate(822.53 -628.67) rotate(44.67)"/>
|
69
|
+
<path class="cls-8" d="M1172.73,709.7l23.58-23.85a4.19,4.19,0,0,1,5.92,0h0a4.19,4.19,0,0,1,0,5.92l-23.58,23.85Z"/>
|
70
|
+
<path class="cls-8" d="M1185.11,722.09l23.58-23.85a4.19,4.19,0,0,1,5.92,0h0a4.19,4.19,0,0,1,0,5.92L1191.06,728Z"/>
|
71
|
+
</g>
|
72
|
+
<path class="cls-5" d="M1197.85,660.5h45.69a5.7,5.7,0,0,1,5.7,5.7v8.32a0,0,0,0,1,0,0h-57.09a0,0,0,0,1,0,0v-8.32A5.7,5.7,0,0,1,1197.85,660.5Z" transform="translate(829.53 -667.66) rotate(45)"/>
|
73
|
+
<path class="cls-8" d="M1191.49,664.74h53.94a5.25,5.25,0,0,1,5.25,5.25v4.79a0,0,0,0,1,0,0h-64.44a0,0,0,0,1,0,0V670a5.25,5.25,0,0,1,5.25-5.25Z" transform="translate(822.83 -663.17) rotate(44.67)"/>
|
74
|
+
</g>
|
75
|
+
|
76
|
+
<g id="clock" data-name="Layer 8">
|
77
|
+
<circle class="cls-5" cx="847.7" cy="247.59" r="74.66" transform="translate(-32.91 314.05) rotate(-20.6)"/>
|
78
|
+
<circle class="cls-1" cx="847.7" cy="247.59" r="63.44" transform="translate(-32.91 314.05) rotate(-20.6)"/>
|
79
|
+
<rect class="cls-3 clock-hand-1" x="845" y="189.5" width="6.04" height="58" rx="3.02" ry="3.02" />
|
80
|
+
<rect class="cls-3 clock-hand-2" x="845" y="209.5" width="6.04" height="38" rx="3.02" ry="3.02" transform="translate(1611.22 -230.4) rotate(130.4)"/>
|
81
|
+
<circle class="cls-3" cx="847.7" cy="247.59" transform="translate(-32.91 314.05) rotate(-20.6)" r="3" />
|
82
|
+
</g>
|
83
|
+
|
84
|
+
<g id="box" data-name="Layer 9">
|
85
|
+
<g id="box-top"><polygon class="cls-8" points="569.71 382.28 653.74 329.39 747.13 320.1 679.2 369.85 569.71 382.28"></polygon>
|
86
|
+
<polygon class="cls-5" points="691.95 367.2 570.87 392.34 565.32 383.35 687.8 357.45 691.95 367.2"></polygon>
|
87
|
+
<polygon class="cls-5" points="661.54 337.48 570.87 392.34 562.42 378.92 652.25 322.38 658.12 321.34 661.54 337.48"></polygon><polygon class="cls-7" points="661.54 337.48 570.87 392.34 562.42 378.92 652.25 322.38 658.12 321.34 661.54 337.48"></polygon><polygon class="cls-5" points="747.13 320.1 661.54 337.48 652.25 322.38 738.4 307.1 747.13 320.1"></polygon>
|
88
|
+
</g>
|
89
|
+
<path class="cls-5" d="M588.28,420.26s3.44,5.2,5.19,8l43.1,68.48,158.81-100-43.1-68.48q-2.63-4.17-5.47-8Z"></path>
|
90
|
+
<path class="cls-7" d="M588.28,420.26s3.44,5.2,5.19,8l43.1,68.48,158.81-100-43.1-68.48q-2.63-4.17-5.47-8Z"></path>
|
91
|
+
<rect class="cls-5" x="693.73" y="335.51" width="83.99" height="90.58" transform="translate(-89.78 450.43) rotate(-32.19)"></rect>
|
92
|
+
</g>
|
93
|
+
|
94
|
+
<g id="rucksack" data-name="Layer 6">
|
95
|
+
<g id="stripe"><path class="cls-12" d="M1200.32,473.91h0a13.74,13.74,0,0,0-18.41,7.44l-55,129.86a14.82,14.82,0,0,0,7.13,19.21h0a13.74,13.74,0,0,0,18.41-7.44l55-129.86A14.82,14.82,0,0,0,1200.32,473.91Z"/>
|
96
|
+
<path class="cls-13" d="M1202.18,606.34h0a14,14,0,0,0-16.18-11.8l-48.83,9c-7.59,1.4-12.66,9-11.31,16.89h0a14,14,0,0,0,16.18,11.8l48.83-9C1198.46,621.82,1203.53,614.26,1202.18,606.34Z"/>
|
97
|
+
</g>
|
98
|
+
<path class="cls-8" d="M1300.86,603l-122.93,22.74-15.44-90.91c-5.75-33.86,15.89-66.17,48.34-72.18l11.58-2.08c32.45-6,57.26,17.66,63,51.51Z"/>
|
99
|
+
<path class="cls-1" d="M1307,601.91l-112.32,20.78-15.9-93.61c-5.5-32.36,15.19-63.25,46.2-69h0c31-5.74,60.62,15.85,66.12,48.21Z"/>
|
100
|
+
<path class="cls-8" d="M1296.76,603.8,1215,618.92l-4.89-28.77c-2.11-12.42,5.83-24.27,17.73-26.47l38.67-7.15c11.9-2.2,23.26,6.08,25.37,18.5Z"/>
|
101
|
+
<path class="cls-5" d="M1296.76,603.8l-73.41,13.58-4.92-29c-2-11.62,5.45-22.72,16.6-24.78l33.07-6.12c11.14-2.06,21.77,5.69,23.75,17.32Z"/>
|
102
|
+
<path class="cls-4" d="M1231.77,469.69l-13.42,2.48a10.25,10.25,0,0,0-8,11.92l2.38,14a9.9,9.9,0,0,0,11.42,8.33l13.42-2.48a10.25,10.25,0,0,0,8-11.92l-2.38-14A9.9,9.9,0,0,0,1231.77,469.69Zm7.17,20.84a6.39,6.39,0,0,1-5,7.43l-8.36,1.55a6.17,6.17,0,0,1-7.12-5.19l-1.48-8.73a6.39,6.39,0,0,1,5-7.43l8.36-1.55a6.17,6.17,0,0,1,7.12,5.19Z"/>
|
103
|
+
<path class="cls-14" d="M1233.74,471.13l-13.42,2.48a10.25,10.25,0,0,0-8,11.92l2.38,14a9.9,9.9,0,0,0,11.42,8.33l13.42-2.48a10.25,10.25,0,0,0,8-11.92l-2.38-14A9.9,9.9,0,0,0,1233.74,471.13Zm7.17,20.84a6.39,6.39,0,0,1-5,7.43l-8.36,1.55a6.17,6.17,0,0,1-7.12-5.19L1219,487a6.39,6.39,0,0,1,5-7.43l8.36-1.55a6.17,6.17,0,0,1,7.12,5.19Z"/>
|
104
|
+
</g>
|
105
|
+
|
106
|
+
<g id="bike" data-name="Layer 5">
|
107
|
+
<path class="cls-8 wheel" d="M1139.82,780.44a76.59,76.59,0,1,0-57.9,91.53A76.59,76.59,0,0,0,1139.82,780.44Zm-28.12,6.33a47.59,47.59,0,0,1,.83,15.8c-30.14-6.28-47.68-21.65-54.39-52.52A47.73,47.73,0,0,1,1111.69,786.77Zm-70.46-30.9c10.35,26.88,10.14,50.4-13.73,70.77a47.67,47.67,0,0,1,13.73-70.77Zm34.35,88a47.55,47.55,0,0,1-34.94-5.62c16.8-20.36,41.71-25.94,67.09-19.46A47.66,47.66,0,0,1,1075.58,843.85Z"/>
|
108
|
+
<path class="cls-8 wheel" d="M864.89,789.69a76.59,76.59,0,1,0-66.13,85.78A76.59,76.59,0,0,0,864.89,789.69Zm-28.59,3.7a47.59,47.59,0,0,1-.64,15.81c-29.43-9-45.47-26-49.3-57.33A47.73,47.73,0,0,1,836.3,793.39ZM769,756.1c7.82,27.72,5.43,51.12-20.22,69.2A47.67,47.67,0,0,1,769,756.1Zm26.06,90.78a47.55,47.55,0,0,1-34.27-8.83c18.61-18.72,43.93-22,68.6-13.16A47.66,47.66,0,0,1,795.06,846.88Z"/>
|
109
|
+
<g>
|
110
|
+
<rect class="cls-1" x="871.39" y="693.37" width="12.87" height="53.21" transform="translate(-165.97 273.38) rotate(-16.19)"/>
|
111
|
+
<path class="cls-5" d="M813.93,679.35c-3.72-5.2,2.24-18.5,9.16-16.13,33.43,11.46,73.85,10.45,73.85,10.45,8.84.15,14.44,10.34,7.27,15.48-14.36,8.79-33.13,17-56.35,9.76C830.17,693.41,819.83,687.6,813.93,679.35Z"/>
|
112
|
+
<path class="cls-7" d="M813.93,679.35c-3.72-5.2,2.24-18.5,9.16-16.13,33.43,11.46,73.85,10.45,73.85,10.45,8.84.15,14.44,10.34,7.27,15.48-14.36,8.79-33.13,17-56.35,9.76C830.17,693.41,819.83,687.6,813.93,679.35Z"/>
|
113
|
+
<path class="cls-5" d="M817.15,680.06c-3.59-5,1.69-16.51,8.37-14.22,32.3,11.09,71.41,7.83,71.41,7.83,8.54.14,17.45,9.94,7.43,15.88-13.87,8.51-32,16.44-54.44,9.44C832.84,693.67,822.85,688,817.15,680.06Z"/>
|
114
|
+
</g>
|
115
|
+
<g>
|
116
|
+
<circle class="cls-9" cx="1022.66" cy="599.55" r="11.57" transform="translate(-4.86 8.38) rotate(-0.47)"/>
|
117
|
+
<path class="cls-1" d="M1069.76,792.37l-34.89-96.74,1.93-.8-1.71-4.15-1.74.72-13.26-36.76,1.27-.42-2.25-6.76,5.94-2-2.57-7.72-9.7,3.22c-11.55-22.55,2-36.33,15-41.86l-5.57-8.81c-23,10.29-29.61,28.75-19.53,54l-9.38,3.12,2.56,7.72,5.47-1.82,2.25,6.76,2.36-.78,13.62,37.76-2.35,1,1.71,4.15,2.16-.89,34.65,96.09a7.47,7.47,0,0,0,9.56,4.49h0A7.47,7.47,0,0,0,1069.76,792.37Z"/>
|
118
|
+
<circle class="cls-11" cx="1027.9" cy="587.94" r="12.99" transform="translate(-4.77 8.42) rotate(-0.47)"/>
|
119
|
+
</g>
|
120
|
+
<path class="cls-5" d="M1021.29,654l-17.73,6.15,1.72,5.59-31.41,82.36c-19.35,32.53-66.3,36.72-75.56,16.68l-7.09-21.5L879,747.1l3.28,10.09-94.65,33.95c-11.49,2.29-11.85,15.79-2.61,17.84,0,0,39.11,3.66,103,9.5a92.75,92.75,0,0,0,40.89-5.29c44.32-16.56,57.73-50.67,57.73-50.67l26.82-67.26a1.37,1.37,0,0,1,2.53,0l1.42,3.33,17.75-7.62Z"/>
|
121
|
+
<path class="cls-7" d="M1021.29,654l-17.73,6.15,1.72,5.59-31.41,82.36c-19.35,32.53-66.3,36.72-75.56,16.68l-7.09-21.5L879,747.1l3.28,10.09-94.65,33.95c-11.49,2.29-11.85,15.79-2.61,17.84,0,0,39.11,3.66,103,9.5a92.75,92.75,0,0,0,40.89-5.29c44.32-16.56,57.73-50.67,57.73-50.67l26.82-67.26a1.37,1.37,0,0,1,2.53,0l1.42,3.33,17.75-7.62Z"/>
|
122
|
+
</g>
|
123
|
+
|
124
|
+
</svg>
|
125
|
+
|
126
|
+
<h3>Page not Found!</h3>
|
127
|
+
<a class="btn btn-outline-primary mt-1" href="{{ site.baseurl }}/">Go Back Home</a>
|
128
|
+
|
129
|
+
</div>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<div class="col-lg">
|
2
|
+
<h2 class="mb-3">{{ include.title }}</h2>
|
3
|
+
{% for skill in include.source %}
|
4
|
+
<div class="skill">
|
5
|
+
<p>{{ skill.name }}</p>
|
6
|
+
<div class="skill-bar skill-bar-{{ skill.color }} skill-{{ skill.percentage }} wow animated slideInLeft" data-wow-delay="{{ forloop.index | divided_by: 20.0 }}">
|
7
|
+
<span>{{ skill.percentage }}%</span>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
{% endfor %}
|
11
|
+
</div>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<div class="col mt-4">
|
2
|
+
<div class="timeline-body">
|
3
|
+
{% for item in site.data.timeline %}
|
4
|
+
<div class="timeline-item">
|
5
|
+
<div class="content">
|
6
|
+
<h2>{{ item.title }}</h2>
|
7
|
+
<h6 class="date">{{ item.from }} — {{ item.to }}</h6>
|
8
|
+
<p>{{ item.description }}</p>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
{% endfor %}
|
12
|
+
</div>
|
13
|
+
</div>
|
@@ -0,0 +1,76 @@
|
|
1
|
+
<div class="card-group mt-2">
|
2
|
+
|
3
|
+
{% for post in paginator.posts %}
|
4
|
+
|
5
|
+
{%- comment -%} Default Styles {%- endcomment -%}
|
6
|
+
{%- assign card_style = '' -%}
|
7
|
+
{%- assign text_style = 'text-dark' -%}
|
8
|
+
{%- assign badge_style = 'badge-dark' -%}
|
9
|
+
|
10
|
+
{%- comment -%} Update Styles {%- endcomment -%}
|
11
|
+
{%- if post.style == 'fill' -%}
|
12
|
+
{%- assign card_style = post.color | prepend: 'bg-' -%}
|
13
|
+
{%- if post.color != 'light' -%}
|
14
|
+
{%- assign text_style = 'text-white' -%}
|
15
|
+
{%- assign badge_style = 'badge-light text-' -%}
|
16
|
+
{%- assign badge_style = badge_style | append: post.color -%}
|
17
|
+
{%- endif -%}
|
18
|
+
{%- else -%}
|
19
|
+
{%- assign card_style = post.color | prepend: 'border border-' -%}
|
20
|
+
{%- if post.color -%}
|
21
|
+
{%- assign badge_style = post.color | prepend: 'badge-' -%}
|
22
|
+
{%- endif -%}
|
23
|
+
{%- endif -%}
|
24
|
+
|
25
|
+
{%- comment -%} Determine Post URL {%- endcomment -%}
|
26
|
+
{%- if post.external_url -%}
|
27
|
+
{%- assign post_url = post.external_url -%}
|
28
|
+
{%- else -%}
|
29
|
+
{%- assign post_url = post.url | relative_url -%}
|
30
|
+
{%- endif -%}
|
31
|
+
|
32
|
+
<div class="col-lg-6 my-3 wow animated fadeIn" data-wow-delay=".15s">
|
33
|
+
<a href="{{ post_url }}" class="post card {{ card_style }}">
|
34
|
+
<div class="card-body {{ text_style }}">
|
35
|
+
<h3 class="card-title">{{ post.title }}</h3>
|
36
|
+
<p class="card-text">
|
37
|
+
{% for tag in post.tags %}
|
38
|
+
<span class="badge {{ badge_style }}">{{ tag }}</span>
|
39
|
+
{% endfor %}
|
40
|
+
</p>
|
41
|
+
<p class="card-text">
|
42
|
+
{%- if post.description -%}
|
43
|
+
{{ post.description }}
|
44
|
+
{%- else -%}
|
45
|
+
{{ post.content | truncatewords: 25, "<small><i> read more...</i></small>" }}
|
46
|
+
{%- endif -%}
|
47
|
+
</p>
|
48
|
+
</div>
|
49
|
+
<div class="card-footer {{ text_style }}">
|
50
|
+
{{ post.date | date_to_long_string }}
|
51
|
+
</div>
|
52
|
+
</a>
|
53
|
+
</div>
|
54
|
+
|
55
|
+
{% endfor %}
|
56
|
+
|
57
|
+
<!-- Pagination links -->
|
58
|
+
<div class="mx-auto my-3">
|
59
|
+
|
60
|
+
{%- if paginator.previous_page -%}
|
61
|
+
<a href="{{ paginator.previous_page_path | relative_url }}" class="badge badge-primary"><</a>
|
62
|
+
{%- else -%}
|
63
|
+
<span class="badge badge-light text-muted"><</span>
|
64
|
+
{%- endif -%}
|
65
|
+
|
66
|
+
<small class="mx-2"> Page <b>{{ paginator.page }}</b> of {{ paginator.total_pages }} </small>
|
67
|
+
|
68
|
+
{%- if paginator.next_page -%}
|
69
|
+
<a href="{{ paginator.next_page_path | relative_url }}" class="badge badge-primary">></a>
|
70
|
+
{%- else -%}
|
71
|
+
<span class="badge badge-light text-muted">></span>
|
72
|
+
{%- endif -%}
|
73
|
+
|
74
|
+
</div>
|
75
|
+
|
76
|
+
</div>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<!-- Simple-Jekyll-Search https://github.com/christian-fei/Simple-Jekyll-Search -->
|
2
|
+
|
3
|
+
<div class="input-group mt-5 px-3">
|
4
|
+
<input id="search-input" type="text" class="form-control search-box" placeholder="Search posts..">
|
5
|
+
<div class="input-group-append">
|
6
|
+
<span class="input-group-text border border-primary bg-primary text-white">
|
7
|
+
<i class="fas fa-search"></i>
|
8
|
+
</span>
|
9
|
+
</div>
|
10
|
+
<button class="btn btn-outline-primary ml-1" onclick="location.href = '{{ '/blog/tags' | relative_url }}';">
|
11
|
+
<i class="fas fa-tags"></i>
|
12
|
+
</button>
|
13
|
+
</div>
|
14
|
+
<ul class="px-3" id="results-container"></ul>
|
15
|
+
|
16
|
+
<script src="https://cdn.rawgit.com/christian-fei/Simple-Jekyll-Search/master/dest/simple-jekyll-search.min.js"></script>
|
17
|
+
<script>
|
18
|
+
var sjs = SimpleJekyllSearch({
|
19
|
+
searchInput: document.getElementById('search-input'),
|
20
|
+
resultsContainer: document.getElementById('results-container'),
|
21
|
+
searchResultTemplate: '<a href="{url}" class="list-group-item list-group-item-action">{title}</a>',
|
22
|
+
noResultsText: '<li class="list-group-item">No results found</li>',
|
23
|
+
json: '{{ '/search.json' | relative_url }}'
|
24
|
+
})
|
25
|
+
</script>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!-- Collect tags from all posts -->
|
2
|
+
{%- assign tags = blank -%}
|
3
|
+
{%- for post in site.posts -%}
|
4
|
+
{%- assign post_tags = post.tags | join:'|' | append:'|' -%}
|
5
|
+
{%- if post_tags != '|' -%}
|
6
|
+
{%- assign tags = tags | append:post_tags -%}
|
7
|
+
{%- endif -%}
|
8
|
+
{%- endfor -%}
|
9
|
+
{%- assign tags = tags | split:'|' | uniq | sort -%}
|
10
|
+
|
11
|
+
<!-- List tags & related posts -->
|
12
|
+
{% for tag in tags %}
|
13
|
+
<div class="py-3">
|
14
|
+
<h4 id="{{ tag | slugify }}">{{ tag }}</h4>
|
15
|
+
<ol>
|
16
|
+
{% for post in site.posts %}
|
17
|
+
{%- if post.tags contains tag -%}
|
18
|
+
{%- if post.external_url -%}
|
19
|
+
{%- assign url = post.external_url -%}
|
20
|
+
{%- else -%}
|
21
|
+
{%- assign url = post.url | relative_url -%}
|
22
|
+
{%- endif -%}
|
23
|
+
<a href="{{ url }}"><li>{{ post.title }}</li></a>
|
24
|
+
<small class="text-muted"> - {{ post.date | date_to_long_string }}</small>
|
25
|
+
<br/>
|
26
|
+
{%- endif -%}
|
27
|
+
{% endfor %}
|
28
|
+
</ol>
|
29
|
+
</div>
|
30
|
+
<hr class="bg-light">
|
31
|
+
{% endfor %}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
{% if include.block %}
|
2
|
+
{%- assign block_style = "btn-block" -%}
|
3
|
+
{%- else -%}
|
4
|
+
{%- assign block_style = "" -%}
|
5
|
+
{%- endif -%}
|
6
|
+
|
7
|
+
<a class="m-1 btn btn-{{ include.style | default: 'outline-primary' }} btn-{{ include.size | default: 'md' }} {{ block_style }}" href="{{ include.link | default: '#' }}">
|
8
|
+
{{ include.text | default: "Button" }}
|
9
|
+
</a>
|
@@ -0,0 +1,40 @@
|
|
1
|
+
{%- assign images = carousel_images | strip | newline_to_br | split: '<br />' -%}
|
2
|
+
|
3
|
+
<div id="carouselExampleIndicators" class="carousel slide" data-ride="false">
|
4
|
+
|
5
|
+
<ol class="carousel-indicators">
|
6
|
+
{% for image in images %}
|
7
|
+
{%- if forloop.first -%}
|
8
|
+
<li data-target="#carouselExampleIndicators" data-slide-to="{{forloop.index0}}" class="active"></li>
|
9
|
+
{%- else -%}
|
10
|
+
<li data-target="#carouselExampleIndicators" data-slide-to="{{forloop.index0}}"></li>
|
11
|
+
{%- endif -%}
|
12
|
+
{% endfor %}
|
13
|
+
</ol>
|
14
|
+
|
15
|
+
<div class="carousel-inner">
|
16
|
+
{% for image in images %}
|
17
|
+
{%- if forloop.first -%}
|
18
|
+
<div class="carousel-item active">
|
19
|
+
<img src="{{ image }}" class="d-block w-100">
|
20
|
+
</div>
|
21
|
+
{%- else -%}
|
22
|
+
<div class="carousel-item">
|
23
|
+
<img src="{{ image }}" class="d-block w-100">
|
24
|
+
</div>
|
25
|
+
{%- endif -%}
|
26
|
+
{% endfor %}
|
27
|
+
</div>
|
28
|
+
|
29
|
+
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
|
30
|
+
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
31
|
+
<span class="sr-only">Previous</span>
|
32
|
+
</a>
|
33
|
+
|
34
|
+
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
|
35
|
+
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
36
|
+
<span class="sr-only">Next</span>
|
37
|
+
</a>
|
38
|
+
|
39
|
+
</div>
|
40
|
+
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<figure class="figure w-100">
|
2
|
+
<img src="{{ include.image }}" class="figure-img img-fluid rounded" alt="{{ include.alt | default: include.caption }}">
|
3
|
+
{%- if include.caption -%}
|
4
|
+
<figcaption class="figure-caption text-center">{{ include.caption }}</figcaption>
|
5
|
+
{%- endif -%}
|
6
|
+
</figure>
|
@@ -0,0 +1 @@
|
|
1
|
+
<mark class="px-2">{{ include.text }}</mark>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{%- assign items = list_items | strip | newline_to_br | split: '<br />' -%}
|
2
|
+
|
3
|
+
<div class="list-group my-3">
|
4
|
+
|
5
|
+
{%- if include.title -%}
|
6
|
+
<a class="list-group-item list-group-item-action active disabled text-white">{{ include.title }}</a>
|
7
|
+
{%- endif -%}
|
8
|
+
|
9
|
+
{% for item in items %}
|
10
|
+
{%- if include.type == "toc" -%}
|
11
|
+
<a class="list-group-item list-group-item-action" href="#{{ item | slugify }}">{{ item }}</a>
|
12
|
+
{%- else -%}
|
13
|
+
{%- assign item_object = item | split: ',' -%}
|
14
|
+
<a class="list-group-item list-group-item-action" href="{{ item_object[1] }}">{{ item_object[0] }}</a>
|
15
|
+
{%- endif -%}
|
16
|
+
{% endfor %}
|
17
|
+
|
18
|
+
</div>
|
19
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<footer class="mt-auto py-3 text-center">
|
2
|
+
|
3
|
+
<small class="text-muted mb-2">
|
4
|
+
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i>
|
5
|
+
by <strong>{{ site.author.name }}</strong>
|
6
|
+
</small>
|
7
|
+
|
8
|
+
{% include social.html %}
|
9
|
+
|
10
|
+
{%- assign theme_name = "portfolYOU" -%}
|
11
|
+
{%- assign theme_repo = "https://github.com/YoussefRaafatNasry/portfolYOU" -%}
|
12
|
+
<small id="attribution">
|
13
|
+
theme <a href="{{ theme_repo }}">{{ theme_name }}</a>
|
14
|
+
</small>
|
15
|
+
|
16
|
+
</footer>
|