From 50c9b3bfed145267539837ce83d86259949fbd80 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Sun, 2 Apr 2023 20:31:31 +0000 Subject: [PATCH] Add files via upload --- 404.html | 7 + LICENSE | 21 + README.md | 10 + _config.yml | 25 + _data/tags.yml | 11 + _includes/donate.html | 33 + _includes/topbar.html | 12 + _layouts/default.html | 98 + _layouts/me.html | 5 + _layouts/tag.html | 8 + _posts/2023-03-30-social-media-page.md | 19 + _posts/2023-03-31-projects.md | 45 + _posts/2023-04-01-Founder.md | 13 + _posts/2023-04-01-about-me.md | 22 + _sass/_main.scss | 438 ++++ _sass/_reset.scss | 48 + assets/css/001.scss | 9 + assets/css/002.scss | 12 + assets/css/atom-one-light.css | 96 + assets/css/font-awesome.css | 2337 +++++++++++++++++++++ assets/css/font-awesome.min.css | 4 + assets/fonts/FontAwesome.otf | Bin 0 -> 134808 bytes assets/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes assets/fonts/fontawesome-webfont.svg | 2671 ++++++++++++++++++++++++ assets/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes assets/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes assets/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes assets/img/disk.png | Bin 0 -> 346 bytes assets/img/down.png | Bin 0 -> 80 bytes assets/img/favicon.ico | Bin 0 -> 766 bytes assets/img/file.ico | Bin 0 -> 1078 bytes assets/img/file.png | Bin 0 -> 330 bytes assets/img/folder.ico | Bin 0 -> 318 bytes assets/img/left.png | Bin 0 -> 87 bytes assets/img/mycomputer.png | Bin 0 -> 378 bytes assets/img/pixel-alt.png | Bin 0 -> 14988 bytes assets/img/pixel.png | Bin 0 -> 109 bytes assets/img/right.png | Bin 0 -> 86 bytes assets/img/track.png | Bin 0 -> 15378 bytes assets/img/up.png | Bin 0 -> 83 bytes assets/js/001.js | 36 + assets/js/002.js | 51 + assets/js/highlight.pack.js | 2 + index.html | 8 + me/index.md | 20 + tags/Contact.html | 5 + tags/Creator.html | 5 + tags/Projects.html | 5 + tags/tag2.html | 5 + tags/tag3.html | 5 + 50 files changed, 6086 insertions(+) create mode 100644 404.html create mode 100644 LICENSE create mode 100644 README.md create mode 100644 _config.yml create mode 100644 _data/tags.yml create mode 100644 _includes/donate.html create mode 100644 _includes/topbar.html create mode 100644 _layouts/default.html create mode 100644 _layouts/me.html create mode 100644 _layouts/tag.html create mode 100644 _posts/2023-03-30-social-media-page.md create mode 100644 _posts/2023-03-31-projects.md create mode 100644 _posts/2023-04-01-Founder.md create mode 100644 _posts/2023-04-01-about-me.md create mode 100644 _sass/_main.scss create mode 100644 _sass/_reset.scss create mode 100644 assets/css/001.scss create mode 100644 assets/css/002.scss create mode 100644 assets/css/atom-one-light.css create mode 100644 assets/css/font-awesome.css create mode 100644 assets/css/font-awesome.min.css create mode 100644 assets/fonts/FontAwesome.otf create mode 100644 assets/fonts/fontawesome-webfont.eot create mode 100644 assets/fonts/fontawesome-webfont.svg create mode 100644 assets/fonts/fontawesome-webfont.ttf create mode 100644 assets/fonts/fontawesome-webfont.woff create mode 100644 assets/fonts/fontawesome-webfont.woff2 create mode 100644 assets/img/disk.png create mode 100644 assets/img/down.png create mode 100644 assets/img/favicon.ico create mode 100644 assets/img/file.ico create mode 100644 assets/img/file.png create mode 100644 assets/img/folder.ico create mode 100644 assets/img/left.png create mode 100644 assets/img/mycomputer.png create mode 100644 assets/img/pixel-alt.png create mode 100644 assets/img/pixel.png create mode 100644 assets/img/right.png create mode 100644 assets/img/track.png create mode 100644 assets/img/up.png create mode 100644 assets/js/001.js create mode 100644 assets/js/002.js create mode 100644 assets/js/highlight.pack.js create mode 100644 index.html create mode 100644 me/index.md create mode 100644 tags/Contact.html create mode 100644 tags/Creator.html create mode 100644 tags/Projects.html create mode 100644 tags/tag2.html create mode 100644 tags/tag3.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..063a417 --- /dev/null +++ b/404.html @@ -0,0 +1,7 @@ +--- +layout: default +title: 404... +permalink: /404.html +--- + +
Sorry this page does not exist... :(
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d3769d4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +AS License + +Copyright (c) 2023 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a373c6 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Windows 95 Theme for GitHub + + + +Homepage: [Windows 95](https://win.asadqi.com) + + +Author: [Adil Sadqi](https://github.com/AdilSadqi) + +License: [AS](https://github.com/AdilSadqi) diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..b6d57a1 --- /dev/null +++ b/_config.yml @@ -0,0 +1,25 @@ +permalink: /:year:month:day/:title +url: #https://win.asadqi.com/ +baseurl: /project + +# variables +name: Windows Sadqi +description: This is windows theme using html5 +google_verification: null + + +# File management +include: [".htaccess"] +exclude: ["README.md", "LICENSE"] + +# Sass +sass: + style: :compressed + sass_dir: _sass + +# Markdown +markdown: kramdown +kramdown: + input: GFM + syntax_highlighter_opts: + disable : true diff --git a/_data/tags.yml b/_data/tags.yml new file mode 100644 index 0000000..2eeac9f --- /dev/null +++ b/_data/tags.yml @@ -0,0 +1,11 @@ +tag1: + name: Home + +tag2: + name: About + +tag3: + name: Projects + +tag4: + name: Contact diff --git a/_includes/donate.html b/_includes/donate.html new file mode 100644 index 0000000..1ce78bc --- /dev/null +++ b/_includes/donate.html @@ -0,0 +1,33 @@ + + + +Please feel free to check my social page and contact me if you have anything for me to say😉
+ I'll be happy with that!
Loading IP address...
+Loading location...
+Loading local time...
+J)(lYyQ1kItoa2CREud1?qW}t
zM4Dkg^u(WZ_eR(ZM4m(7XDhLZ?W2K;DP&7Sv38K>`~~8??IrDMDYinNha}2FiOrT>
z8fWDINp)=E?=H;RV^ycIj%P?dzqq-zv{ikudG9{VMbCj6I~)g<*PUTb3Et$Cl1&4S
zF!BbzQPAALhcANgend4zG<$b1djlMPRjCH?SE
zxUM|3v~V+buR}bV$`%F9=jpee08vsxGU&dmkL&kwU4VNL*{Lh%c=D|fAS$aUt*cYf
zJIK_e$vkau$TD*fK(;%`P5gN0I(hyYc}(r@5Cc>|cyDY4;B0o{eVYFY)!cJI9_Igu
z&R`fve7qW#2C#(wl0FFfV0VS&Dttg#;D3c}$nKsPE^(zGf~r6_qAm{(f~Z@U3!ib2
zOUw>Y`U`plwG}KfF6|@k?)e$nakeX>#?-}twJtAejD-@~@U(Tkpxhp^dDFTGX-
lZ#Ybdj*Qf}-&1Z23ys(u1*1@eZXyPs
zQzo4~Zs0`P*DJP8`wsm0-Elk}M;@ZDBDwrB5pAju-L_VvYSfSD*Jo^h>
z)_v3%TO3
#<5k%ms%5K^Q|&Oxjh$St(@22Vv;fqjyxpSR25^PuzM2`o8C-Mqr~?`-IdH1t^iw
zGF0S4P6XHZ1;Z+^nFg|QY09wK^x=85pL#=RK2{alULraf@bqyyLM{IitnOEr%)uJ;
z!X0R>z&5-{lwiIP>C(k_`ItA4rk^Cg$UGhi@>%ZPO8M$o+?CXo4eJiXuqBM9%H&_N
z6^w{VM$XFQt4X3p{$)JYuZmG&Z6bLpROrj#eZlrl+U?a|B*G
zHc1^7C5tpimnI?g11nPU3)2hbLdQ(UECd-t7q}dAiZ(DZfZdE26677MdE^yK&1E37
z3#P!5Eme>&05T=xzgEVQ4@ER;0^o81G)+ctkOHuT-2h!@C>c+Z?{fT-zgX(|F^%R|
zi7M6MMPYK=DsdcOO-OTdwoMXylf9zn>U-Zl>&$YQF?Y=u(HzXP2!r}XM}>=jR()ub
z9Eci{Vha&PnztoXV|47~q6gfxGkv4Y>OtBt0M51kOfuk{>Td1Drc=AmApJLxE@D7#
zJA^t9>L>ql**Wsg8f75q7D(*z%8+;be9mo_rv$}pS*cup_2i-Bhff@I{rb|Wrk1S7
zdB+!3(4JLPQ9M2m>GY!7+NF*1ZOtvW4=NAbsyUUpo4J%5+O$+29IQ#&sysnv{q>j(
zOC#d+6Q67700uWts307!ClPdAqyT{m2aY9N8Z6xfpf->xbc}d_0$@i^T++-~CHjhg
zIsJrxG6(3oF+ikclI~8#|B7fBmf)wvI~yS$3Nh~jHr4CA3ou8W0C0f7oo!v