-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
247 lines (242 loc) · 13.2 KB
/
index.html
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mike Odnis | Github stats</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is a Progressive Web App (PWA) that displays my Github stats.">
<meta name="author" content="WomB0ComB0">
<meta name="keywords"
content="Progressive Web App, PWA, Github stats, static website, vanilla website, Github pages, web development, personal website, portfolio, Github portfolio, user stats, developer stats, online portfolio">
<link rel="apple-touch-icon" sizes="57x57" href="./public/PWA/ios/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./public/PWA/ios/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./public/PWA/ios/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./public/PWA/ios/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./public/PWA/ios/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./public/PWA/ios/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./public/PWA/ios/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./public/PWA/ios/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./public/PWA/ios/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./public/PWA/android/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./public/PWA/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./public/PWA/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./public/PWA/favicons/favicon-16x16.png">
<link rel="manifest" href="./public/PWA/manifest.json">
<meta name="msapplication-TileColor" content="#d6b3f0">
<meta name="msapplication-TileImage" content="./public/PWA/windows/ms-icon-144x144.png">
<meta name="theme-color" content="#d6b3f0">
<!-- all open graph tags -->
<meta property="og:title" content="Mike Odnis | Github stats" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://womb0comb0.github.io/mikeodnis-page/" />
<meta property="og:image" content="https://womb0comb0.github.io/mikeodnis-page/public/assets/MyLogo.png" />
<!-- Open graph images -->
<meta property="og:description" content="This is a Progressive Web App (PWA) that displays my Github stats." />
<meta property="og:site_name" content="Mike Odnis | Github stats" />
<meta property="og:locale" content="en_US" />
<!-- all twitter card tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@OdnisMike" />
<meta name="twitter:image" content="https://womb0comb0.github.io/mikeodnis-page/public/assets/MyLogo.png" />
<!-- Style sheets -->
<link rel="stylesheet" href="./src/styles/css/pico.min.css">
<link rel="stylesheet" href="./src/styles/index.css">
<link rel="stylesheet" href="./src/styles/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
</head>
<body style=" width: 100dvw; overflow-x: hidden;">
<nav>
<ul>
<li>
<a href="/" rel="noopener norefferer nofollow" target="_self"
style="display: flex;flex-direction: row;align-items: center;gap: 15px;">
<img loading="lazy" src="public/PWA/svgs/MyLogo.svg" alt="Logo" style="width:50px; max-width:100%;">
<span style="font-weight: 600;font-size:larger; color: var(--color3)">
Mike Odnis
</span>
</a>
</li>
</ul>
<ul>
<li>
<a href="https://www.mikeodnis.com" rel="noopener nofollow" target="_blank">
<i class="fa-solid fa-globe" style="color: #7509b7;"></i>
<span style="font-weight: 600;font-size:larger; color: var(--color3)">
Portfolio
</span>
</a>
</li>
<li>
<a href="https://www.main-link-stream.vercel.app" rel="noopener norefferer nofollow" target="_blank">
<i class="fa-solid fa-link" style="color: #7509b7;"></i>
<span style="font-weight: 600;font-size:larger; color: var(--color3)">
Links
</span>
</a>
</li>
<li>
<a href="https://docs.google.com/document/d/1ItV1Ugn87fBE8RvKji7_a5pZ8zbA59eZGVojnCoGiQA/edit?usp=sharing"
rel="noopener norefferer nofollow" target="_blank">
<i class="fa-solid fa-book" style="color: #7509b7;"></i>
<span style="font-weight: 600;font-size:larger; color: var(--color3)">
Resume
</span>
</a>
</li>
</ul>
</nav>
<header style="margin:0;padding:0;" align="center" dir="auto">
<img loading="lazy" src="public/assets/Mikes%20Purple%20bkg%20Complete%20I%20guess.png" align="center"
style="width:100%; max-width:100%; border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;" />
</header>
<main>
<section align="center" dir="auto"
style="padding: 3rem;display: flex; flex-direction: row;gap: 25px;justify-content: center;align-items: center; width: fit-content;align-items: center;margin-inline: auto;margin-bottom: 0;">
<picture>
<img loading="lazy" width="50%"
src="https://cr-ss-service.azurewebsites.net/api/ScreenShot?widget=summary&username=WomB0ComB0&show-avatar=true&badges=2&branding=false&layout=auto&badge-min-width=100&min-width=300&style=--border-radius:50px;--header-bg-color:%23281847;--bg-color:%238432e1;--header-text-color:%239436fc;--prelaoder-color:%23ff00ff" />
<a href="https://spotify-github-profile.vercel.app/api/view?uid=airwolf635&redirect=true" target="_blank"
rel="noopener norefferer nofollow">
<img loading="lazy" width="45%" dir="auto"
src="https://spotify-github-profile.vercel.app/api/view.svg?uid=airwolf635&cover_image=true&theme=natemoo-re&show_offline=true&background_color=281847&interchange=true&bar_color=53b14f&bar_color_cover=true" /></a>
</picture>
</section>
<section style="display: flex;justify-content: center; margin-bottom: 25px;">
<picture style="padding-inline:20px;">
<img
src="https://github-profile-trophy.vercel.app/?username=WomB0ComB0&theme=radical&margin-w=15&no-frame=true&title=Commits,Repositories,PR,Issues&row=2&column=4&no-bg=true&"
height="500px" width="700px" alt="" />
</picture>
</section>
<!-- <section align="center" dir="auto"
style="background-color: #28184770; border-radius: 25px; padding: 3rem; margin-inline: 3rem; height: fit-content; border: 1px solid #9056f6;width: fit-content;margin-inline:auto;">
<h2 style="color: #9436fc; font-size: 2em; font-weight: 600; margin-bottom: 25px;">Repositories/Projects</h2>
<div class="card-container">
<article>
<a href="/~https://github.com/WomB0ComB0/portfolio" class="github-card" data-github="WomB0ComB0/portfolio">
<h3>portfolio</h3>
<p>This is my current portfolio, all of the information is accurate, soon to be revamped and updated.</p>
<span class="github-card__meta" style="color: #3178c6;">
<span class="github-card__language-icon">●</span> TypeScript
</span>
</a>
</article>
<article>
<a href="/~https://github.com/WomB0ComB0/web103-creator-nebula" class="github-card"
data-github="WomB0ComB0/web103-creator-nebula">
<h3>web103-creator-nebula</h3>
<p>Open, crud application, where individuals who hold some importance or meaning ot you can be added.</p>
<span class="github-card__meta" style="color: #f1e05a;">
<span class="github-card__language-icon">●</span> JavaScript
</span>
</a>
</article>
<article>
<a href="/~https://github.com/WomB0ComB0/MainLinkStream" class="github-card"
data-github="WomB0ComB0/MainLinkStream">
<h3>MainLinkStream</h3>
<p>A hub for all of my personal links, for which I can be reached out to or get access to
general
information I wish to disclose. </p>
<span class="github-card__meta" style="color: #3178c6;">
<span class="github-card__language-icon">●</span> TypeScript
</span>
</a>
</article>
<article>
<a href="/~https://github.com/GDSC-FSC/gdsc-farmingdale-links" class="github-card"
data-github="GDSC-FSC/gdsc-farmingdale-links">
<h3>gdsc-farmingdale-links</h3>
<p>Revamped, link-tree clone. This will include upcoming events, and serve as a central hub for all our
domains.</p>
<span class="github-card__meta" style="color: #f1e05a;">
<span class="github-card__language-icon">●</span> JavaScript
</span>
</a>
</article>
<article>
<a href="/~https://github.com/GSDC-FSC/gdsc-farmingdale-website" class="github-card"
data-github="GDSC-FSC/gdsc-farmingdale-website">
<h3>gdsc-farmingdale-website</h3>
<p>The official website of GDSC-Farmingdale. Open to contribution and revision. Public (non-organization)
version soon to come.</p>
<span class="github-card__meta" style="color: #3178c6;">
<span class="github-card__language-icon">●</span> TypeScript
</span>
</a>
</article>
<article>
<a href="/~https://github.com/WomB0ComB0/web103-listicle" class="github-card"
data-github="WomB0ComB0/web103-listicle">
<h3>web103-listicle</h3>
<p>CRUD application, with authentication, ownership. As well as ability to write to perform crud actions to
a public api.</p>
<span class="github-card__meta" style="color: #f1e05a;">
<span class="github-card__language-icon">●</span> JavaScript
</span>
</a>
</article>
</div>
</section> -->
<section align="center" dir="auto"
style="padding: 3rem;display: flex; flex-direction: column;gap: 25px;justify-content: center;align-items: center; width: fit-content;align-items: center;margin-inline: auto; margin-bottom:0;">
<picture>
<img loading="lazy"
src="https://github-readme-activity-graph.vercel.app/graph?username=WomB0ComB0&theme=dracula&bg_color=281847&color=9436fc&line=cd36fc&point=ff00ff&area=true&hide_border=true&custom_title=Contribution"
alt="Contribution Graph, if you're reading this" style="width:100%;max-width:100%; border-radius: 25px;">
</picture>
<section style="display: flex;
justify-content: center;
align-items: center;
height: 100%;">
<picture align="center" dir="auto"
style="margin:0;padding:0; display: flex; flex-direction: row; gap: 20px;margin-inline: auto; justify-content: space-between;flex-wrap: wrap;align-items: center;">
<img loading="lazy"
src="https://github-readme-stats.vercel.app/api?username=WomB0ComB0&show_icons=true&bg_color=90,281847,45297A&title_color=9436fc&text_color=cd36fc&line_height=20&card_width=400&border_radius=25&border_color=9056f6&include_all_commits=true"
alt="Score Card" height="100%" />
<img loading="lazy"
src="https://github-readme-stats.vercel.app/api/top-langs?username=WomB0ComB0&locale=en&layout=compact&bg_color=90,281847,45297A&title_color=9436fc&text_color=cd36fc&card_width=300&border_radius=25&border_color=9056f6&hide=LLVM,java"
alt="Most Used Langauges" height="100%" />
<img loading="lazy"
src="https://streak-stats.demolab.com?user=WomB0ComB0&theme=deuteranopia-friendly-theme&border_radius=25&mode=weekly&ring=8432e1&background=281847&border=9056f6&fire=cd36fc&dates=c159ff&sideNums=cd36fc&currStreakNum=c159ff&stroke=8432df&sideLabels=c034ed&currStreakLabel=c034ed"
href="https://git.io/streak-stats" alt="Git hub Streaks" />
</picture>
</section>
</section>
</main>
<footer style="background-color: #7509b730;backdrop-filter: blur(5px); padding-left: 25px;">
<div>
<p style="color:var(--color3);">Made with
<span> 🩷 </span>
by
<a href='/~https://github.com/WomB0ComB0' target="_blank" rel='noreferrer noopener'>
Mike Odnis
</a>
</p>
</div>
<div>
<p style="color:var(--color3);">
<small>Copywrite © <span id="year"></span> Mike Odnis. All rights reserved</small>
</p>
</div>
</footer>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('/service-worker.js')
.then((registration) => {
console.log('scope is: ', registration.scope)
})
.catch((error) => console.error('Service Worker registration failed:', error));
}
</script>
<!-- My font awesome kit -->
<script src="https://kit.fontawesome.com/a93e9f2175.js" crossorigin="anonymous"></script>
<!-- Footer script -->
<script>
const today = new Date();
const year = today.getFullYear();
document.getElementById("year").innerHTML = year;
</script>
</body>
</html>