-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (223 loc) · 27.6 KB
/
index.html
File metadata and controls
223 lines (223 loc) · 27.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html class=min-height-full data-lt-installed=true>
<meta charset=utf-8>
<title>Jaxon's Portfolio</title>
<meta name=description content="iOS, Software, and Backend Developer">
<meta property=og:title content="Jaxon">
<meta property=og:image content="https://avatars.githubusercontent.com/u/68242406?s=96&v=4">
<meta property=og:description content="iOS and Backend Developer">
<meta name=viewport content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="styles.css">
<!--<style>html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}a:active,a:hover{outline-width:0}h1{margin:0.67em 0}img{border-style:none}svg:not(:root){overflow:hidden}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}h1,h2{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}p{margin-top:0}::placeholder{color:#6a737d}.col-6{width:50%}@media (min-width:544px){.col-sm-6{width:50%}}@media (min-width:768px){.col-md-5{width:41.66667%}.col-md-7{width:58.33333%}.col-md-12{width:100%}}@media (min-width:1012px){.col-lg-4{width:33.33333%}.col-lg-6{width:50%}.col-lg-8{width:66.66667%}}@media (min-width:1280px){.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-9{width:75%}}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px!important;padding-left:8px!important}.tooltipped{position:relative}.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#1b1f23;border-radius:3px;opacity:0}.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}@keyframes tooltip-appear{from{opacity:0}to{opacity:1}}.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:ease-in;animation-delay:.4s}.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:6px}.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-up{0%{opacity:0.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0.5;transform:translateY(100%)}}@keyframes grow-x{to{width:100%}}@keyframes shrink-x{to{width:0%}}@keyframes scale-in{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}@keyframes pulse-in{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.1,1.1,1.1)}100%{transform:scale3d(1,1,1)}}.hover-grow{transition:transform 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hover-grow:hover{transform:scale(1.025)}.border{border:1px #e1e4e8 solid!important}.border-gray-light{border-color:#eaecef!important}.border-top{border-top:1px #e1e4e8 solid!important}.rounded-1{border-radius:3px!important}.rounded-2{border-radius:6px!important}@media (min-width:768px){.border-md-top-0{border-top:0!important}}.circle{border-radius:50%!important}.box-shadow{box-shadow:0 1px 1px rgba(27,31,35,0.1)!important}.bg-white{background-color:#fff!important}.bg-gray-dark{background-color:#24292e!important}/*.bg-gray-light{background-color:#fafbfc!important}*/.bg-green{background-color:#28a745!important}.text-gray{color:#586069!important}.text-white{color:#fff!important}.link-gray-dark{color:#24292e!important}.link-gray-dark:hover{color:#0366d6!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-justify-center{justify-content:center!important}.flex-justify-between{justify-content:space-between!important}.flex-items-start{align-items:flex-start!important}.flex-items-center{align-items:center!important}.flex-self-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.position-relative{position:relative!important}.v-align-middle{vertical-align:middle!important}.height-full{height:100%!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mt-1{margin-top:4px!important}.mr-1{margin-right:4px!important}.mb-1{margin-bottom:4px!important}.mr-2{margin-right:8px!important}.mb-2{margin-bottom:8px!important}.mr-3{margin-right:16px!important}.mb-3{margin-bottom:16px!important}.mb-4{margin-bottom:24px!important}.mb-6{margin-bottom:40px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.p-3{padding:16px!important}.px-4{padding-right:24px!important;padding-left:24px!important}.p-5{padding:32px!important}.py-6{padding-top:40px!important;padding-bottom:40px!important}@media (min-width:768px){.px-md-6{padding-right:40px!important;padding-left:40px!important}}.f3{font-size:18px!important}@media (min-width:768px){.f3{font-size:20px!important}}.f4{font-size:16px!important}@media (min-width:768px){.f4{font-size:16px!important}}.f5{font-size:14px!important}.f6{font-size:12px!important}.lh-condensed{line-height:1.25!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.no-underline{text-decoration:none!important}.ws-normal{white-space:normal!important}.d-flex{display:flex!important}.d-inline-block{display:inline-block!important}@media (min-width:544px){.d-sm-flex{display:flex!important}}@media (min-width:768px){.d-md-flex{display:flex!important}}.github-component{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important}.repo-language-color{filter:brightness(125%)!important;border-radius:50%;display:inline-block;height:12px;position:relative;top:2px;width:12px}.min-height-full{min-height:100vh}</style>-->
<link type=image/x-icon rel="shortcut icon" href="data:image/vnd.microsoft.icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAREREeCwsLLgsLCzAICAgwAgIBMAIBATACAQEwAgEBMAIBATABAQEwBQUFMBESETANDQ0wCgoKMAcICCkAAAAOk5iXvYuQjsmLkI/KbnFwyh4aGcoXExLKFxMSyhYSEcoWEhLKFRIRyhcVFcoyMzPKd3t6yoGGhcxpbWyhBwgIKaSpp/+kqqj/paup/2xubv8fGxv/HBcW/xsXFv8bFxb/GhYW/xsWFv8YFhf/HRwc/3p8fP+anp3/fYF/ygkKCTCkqaf/pKqo/5ugn/9BQUH/GxcX/xwYF/8bFxb/GxcW/xsXFv8bFxb/GBYV/xsZGP9kZGT/g4aE/2psa8oICAgwoaak/6Kmo/+Xmpj/NTMz/xsXFv8dGRj/HBgX/xsYF/8cGBf/GxgX/xkWFf8gHBv/eHl3/5ibmP99f3zKCQkJMJ+jn/+go6D/j5CO/y8sLP8dGRj/HhoZ/x4ZGP8dGRj/HBgX/xsYF/8bFxb/JiIg/3t7d/+Sk47/d3h0ygkJCDCtubv/sbzA/6Gqrv80MzP/IBoZ/yAaGf8fGhn/HxoZ/x4ZGP8dGRj/GxcW/zs7Ov+cpKX/pK2u/4WNjsoJCgowtcPI/7XDyf+wvsL/WFtc/yQfHv8gGhn/IBsa/yAbGv8eGRj/HRgX/yQgIP95gIP/sL3B/6+7wP+Qmp7KCwsLMLfFyf+3xcn/uMbK/6q2uv98g4b/UFFS/ygkI/8gGxn/MzEw/1daW/+Ah4v/rrrA/7G+wv+wvMH/kZugygsLCzC5x8r/ucfM/7jHzP+5yM3/vMrQ/6mzuf85Ojv/GxgX/21zdf+4xcv/t8TK/7TBx/+yvsP/sr7C/5OdoMoLDAwwvMjM/7vJzf+7yc3/usnM/7vKzf9vd3z/IB8f/xoYF/9JTE7/sr3C/7jEyP+2wsb/tMDF/7O/w/+UnqLKCwwMML7Kzv++ys7/vcrO/7zKzf+8ys7/W2Bj/xwZGP8cGRf/QEJD/7G8wf+5xcn/t8PH/7XBxf+1wcX/lqCjygsMDDDAzND/v8vP/7/Lz/+/y8//vsrO/15jZf8dGRn/GhgW/1NXWP+5xcn/usbJ/7jEyP+3w8f/tsLG/5ehpMoLDAwwws7S/8LO0f/BzdD/wMzQ/8HN0f+irK//UVRW/01QUf+YoqT/vcnN/7vHyv+5xcn/uMTH/7jEx/+YoqXKCwwMMMTP0v/Dz9H/w8/R/8LO0f/Bzc//ws7Q/7vGyf+6xcj/v8vO/77JzP+8x8v/u8bJ/7rGyP+6xsj/m6SmyQwMDC7F0dP/xNDS/8TQ0v/Dz9H/w8/R/8LO0P/Bzc//wMzO/8DLzf/Aycz/vsjL/73Hyf+8xsf/vMXH/6avsb0SExMeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==">
<style>.sf-hidden{display:none!important}</style>
<link rel=canonical href=https://shaikhjishan.com/>
</head>
<body class="min-height-full" style="/*background-color: #0f172b;*/">
<div class="d-md-flex min-height-full">
<div class="flex-self-stretch col-md-5 col-lg-4 col-xl-3 px-4 px-md-6 px-lg-7 py-6 sidebar bg-gray-dark">
<img src="https://avatars.githubusercontent.com/u/68242406?v=4" class="circle mb-3" style=max-width:150px; title>
<h1 class="text-white mb-2 lh-condensed">Jaxon (loyah)</h1>
<p class="mb-3 f4 text-white">
iOS and Backend Developer
</p>
<a href="https://tks.world" target="_blank">
<p class="mb-3 f4 text-white">
TKS 2024-2025 Innovate Student
</p>
</a>
<div class="f4 mb-6">
<div class="d-flex flex-items-center mb-3">
<svg height=20 class="octicon octicon-mark-github mr-2 v-align-middle" fill=#ffffff aria-label=GitHub viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
<a href=https://github.com/loyahdev class=text-white>
@loyahdev
</a>
</div>
<div class="d-flex flex-items-center mb-3">
<svg height=20 class="octicon octicon-mail mr-2 v-align-middle" fill=#ffffff aria-label=email viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M1.75 2A1.75 1.75 0 000 3.75v.736a.75.75 0 000 .027v7.737C0 13.216.784 14 1.75 14h12.5A1.75 1.75 0 0016 12.25v-8.5A1.75 1.75 0 0014.25 2H1.75zM14.5 4.07v-.32a.25.25 0 00-.25-.25H1.75a.25.25 0 00-.25.25v.32L8 7.88l6.5-3.81zm-13 1.74v6.441c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V5.809L8.38 9.397a.75.75 0 01-.76 0L1.5 5.809z"></path>
</svg>
<a href=mailto:loyahdevapp@icloud.com class=text-white>
loyahdevapp@icloud.com
</a>
</div>
<div class="d-flex flex-items-center mb-3 text-white">
<svg height=20 class="octicon octicon-location mr-2 v-align-middle" fill=#ffffff aria-label=Location viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M11.536 3.464a5 5 0 010 7.072L8 14.07l-3.536-3.535a5 5 0 117.072-7.072v.001zm1.06 8.132a6.5 6.5 0 10-9.192 0l3.535 3.536a1.5 1.5 0 002.122 0l3.535-3.536zM8 9a2 2 0 100-4 2 2 0 000 4z"></path>
</svg>
Canada
</div>
<div class="d-flex flex-items-center mb-3">
<!--<a href="https://www.buymeacoffee.com/loyahdev"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=loyahdev&button_colour=FFDD00&font_colour=000000&font_family=Arial&outline_colour=000000&coffee_colour=ffffff" /></a>-->
</div>
<!--<a href="https://discord.gg/nocturna-team-1144047674614616135" target="_blank" title="Nocturna Team">
<span class="d-inline-block f5 rounded-2 text-white py-1 px-2" style="cursor:pointer; background-image: url('LoyahDev-2.png'); background-size: cover; background-position: center;">
Join the Nocturna Team Discord
</span>
</a>-->
</div>
</div>
<div class="col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7 border-top border-md-top-0 thing1">
<div class=mx-auto style=max-width:900px>
<img src="https://github-readme-stats.vercel.app/api?username=loyahdev&show_icons=true&theme=dark&bg_color=2e363d" alt="GitHub Stats for loyahdev" style="width: 100%; padding-bottom: 10px;">
<h2 class=text-white>Featured Projects</h2>
<br>
<div class="d-sm-flex flex-wrap gutter-condensed mb-6">
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href=https://github.com/loyahdev/certificates>
<svg height=20 class="octicon octicon-repo mr-1 v-align-middle" fill=#586069 aria-label=repo viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
</svg>
certificates
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">The best and most reliable source for the latest iOS Enterprise Development Certificates.</div>
</div>
<div class="d-flex f6">
<span class="repo-language-color ml-0 mr-1" style=background-color:#e34c25></span>
<span class=mr-3 itemprop=programmingLanguage>HTML</span>
<span class="repo-language-color ml-0 mr-1" style=background-color:#f1e05a></span>
<span class=mr-3 itemprop=programmingLanguage>Javascript</span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href="https://samhubsign.xyz" class="d-flex align-items-center">
<svg height="20" class="octicon octicon-globe mr-1" fill="#586069" aria-label="globe" viewBox="0 0 16 16" version="1.1" width="20" role="img" style="margin-right: 5px;">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM5.78 8.75a9.64 9.64 0 0 0 1.363 4.177c.255.426.542.832.857 1.215.245-.296.551-.705.857-1.215A9.64 9.64 0 0 0 10.22 8.75Zm4.44-1.5a9.64 9.64 0 0 0-1.363-4.177c-.307-.51-.612-.919-.857-1.215a9.927 9.927 0 0 0-.857 1.215A9.64 9.64 0 0 0 5.78 7.25Zm-5.944 1.5H1.543a6.507 6.507 0 0 0 4.666 5.5c-.123-.181-.24-.365-.352-.552-.715-1.192-1.437-2.874-1.581-4.948Zm-2.733-1.5h2.733c.144-2.074.866-3.756 1.58-4.948.12-.197.237-.381.353-.552a6.507 6.507 0 0 0-4.666 5.5Zm10.181 1.5c-.144 2.074-.866 3.756-1.58 4.948-.12.197-.237.381-.353.552a6.507 6.507 0 0 0 4.666-5.5Zm2.733-1.5a6.507 6.507 0 0 0-4.666-5.5c.123.181.24.365.353.552.714 1.192 1.436 2.874 1.58 4.948Z"></path>
</svg>
<span style="margin-left: 4px;">SamSign</span>
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">A powerful and fast iOS app signer open to the public.</div>
</div>
<div class="d-flex f6">
<span class="repo-language-color ml-0 mr-1" style="background-color:#e34c25"></span>
<span class="mr-3" itemprop="programmingLanguage">HTML</span>
<span class="repo-language-color ml-0 mr-1" style="background-color:#f1e05a"></span>
<span class="mr-3" itemprop="programmingLanguage">Node.js</span>
<span class="repo-language-color ml-0 mr-1" style="background-color:grey"></span>
<span class="mr-3" itemprop="programmingLanguage">PHP</span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href=https://github.com/loyahdev/loyahdev.github.io>
<svg height=20 class="octicon octicon-repo mr-1 v-align-middle" fill=#586069 aria-label=repo viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
</svg>
loyahdev.github.io
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">My portfolio website that powers everything I make.</div>
</div>
<div class="d-flex f6">
<span class="repo-language-color ml-0 mr-1" style=background-color:#f1e05a></span>
<span class=mr-3 itemprop=programmingLanguage>Javascript</span>
<span class="repo-language-color ml-0 mr-1" style=background-color:#e34c25></span>
<span class=mr-3 itemprop=programmingLanguage>HTML</span>
<span class="repo-language-color ml-0 mr-1" style=background-color:#563d7c></span>
<span class=mr-3 itemprop=programmingLanguage>CSS</span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href=https://github.com/loyahdev/zsign-swift>
<svg height=20 class="octicon octicon-repo mr-1 v-align-middle" fill=#586069 aria-label=repo viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
</svg>
zsign-swift
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">This is an implementation package of zsign to sign apps in an iOS or MacOS environment.</div>
</div>
<div class="d-flex f6">
<span class="repo-language-color ml-0 mr-1" style=background-color:#555555></span>
<span class=mr-3 itemprop=programmingLanguage>C</span>
<span class="repo-language-color ml-0 mr-1" style=background-color:#f34b7d></span>
<span class=mr-3 itemprop=programmingLanguage>C++</span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href=https://github.com/loyahdev/ChatGPTVision>
<svg height=20 class="octicon octicon-repo mr-1 v-align-middle" fill=#586069 aria-label=repo viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
</svg>
ChatGPTVision
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">An iOS app using OpenAI's API to recreate the Vision examples showed in demos for ChatGPT.</div>
</div>
<div class="d-flex f6">
<span class="repo-language-color ml-0 mr-1" style=background-color:#8a0712></span>
<span class=mr-3 itemprop=programmingLanguage>Swift</span>
<span class="repo-language-color ml-0 mr-1" style=background-color:#123d82></span>
<span class=mr-3 itemprop=programmingLanguage>Python</span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href=https://github.com/loyahdev/FaceAI>
<svg height=20 class="octicon octicon-repo mr-1 v-align-middle" fill=#586069 aria-label=repo viewBox="0 0 16 16" version=1.1 width=20 role=img>
<path fill-rule=evenodd d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
</svg>
FaceAI
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">An AI face recognition tool made using FaceAPI.js for a school project.</div>
</div>
<div class="d-flex f6">
<span class="repo-language-color ml-0 mr-1" style=background-color:#e34c25></span>
<span class=mr-3 itemprop=programmingLanguage>HTML</span>
<span class="repo-language-color ml-0 mr-1" style=background-color:#f1e05a></span>
<span class=mr-3 itemprop=programmingLanguage>Javascript</span>
</div>
</div>
</div>
</div>
<h2 class=text-white>About Me</h2>
<!--<h3 class=text-white>i am one of the devs of all time and i am very person, therfore you should hire me. I also have a significant amount of experience in being and doing</h3>-->
<br>
<p class=text-white>Hello! I'm Jaxon, a 14 year old software and web developer from Canada 🇨🇦. I started coding back when I was 8 and have moved to new languages over time such as JS, Swift, Web, and Python. I've learnt a lot in the past 6 years with new projects and fun programs I've went to around my city that have landed me to this point now.</p>
<p class=text-white>If you would like to chat with me or have any questions about my projects I'd be happy to answer! Just message me on Discord at loyah, I'll be sure to reply.</p>
</div>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="loyahdev" data-description="Support me on Buy me a coffee!" data-message="" data-color="#FF5F5F" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</div>
</div>
<div style="padding:0px;margin:3px 3px 20px;background:padding-box padding-box rgb(248,248,255);border:3px solid rgba(242,242,242,0.6);border-radius:2px;box-shadow:rgb(102,102,102) 0px 0px 2px;visibility:visible;display:none;z-index:2147483647;inset:134px auto auto 188px;width:0px;height:0px;position:fixed!important;box-sizing:content-box!important;max-width:none!important;max-height:none!important"></div>
<img alt draggable=false src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="padding:5px;background-clip:padding-box;width:38px;height:38px;z-index:2147483647;display:none;inset:auto;margin:0px;transition:background-color 0.5s ease 0s,opacity 0.2s ease 0s,top 0.15s ease-out 0s,left 0.15s ease-out 0s;border-radius:50%!important;box-shadow:rgb(166,166,166) 0px 0px 5px 1px!important;position:fixed!important;box-sizing:border-box!important;opacity:0">
</body>
</html>