forked from alexewerlof/badge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (237 loc) · 12 KB
/
index.html
File metadata and controls
253 lines (237 loc) · 12 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techlahoma Profile Badge Creator - Create Techlahoma badges for your profile picture</title>
<link rel="stylesheet" href="overlay.css">
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/png" href="example.png">
<meta name="description" content="Enhance your LinkedIn profile with our easy-to-use web app. Personalize your profile picture with custom badges. Simple, privacy-focused, and free. Try it now!">
<meta name="keywords" content="LinkedIn, profile badge, web app, custom badge, profile customization">
<meta property="og:url" content="https://badge.techlahoma.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Profile Badge Creator - Create custom badges for your profile picture" />
<meta property="og:description" content="Create a custom badge for your LinkedIn profile for free" />
<meta property="og:image" content="https://badge.techlahoma.com/example.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@techlahoma" />
<meta name="twitter:title" content="Profile Badge Creator - Create custom badges for your profile picture" />
<meta name="twitter:description" content="Create a custom badge for your LinkedIn profile for free" />
<meta name="twitter:image" content="https://badge.techlahoma.com/example.png" />
</head>
<body>
<div id="app">
<header>
<h1>Techlahoma Badge Creator</h1>
<p>
Stand out on LinkedIn with a Techlahoma badge on your profile picture.
</p>
</header>
<main>
<label for="portrait-image-upload"><h2>1. Choose Portrait</h2></label>
<p>
Upload any portrait photo. Use scroll to zoom and drag to pan.
</p>
<p>
The photo will not leave your browser.
All processing is done locally.
No data is collected.
</p>
<button id="upload-button" type="button">↥ Upload</button>
<input type="file" id="portrait-image-upload" accept="image/*" hidden>
<div id="image-preview">
<img title="Example of custom LinkedIn profile image" id="portrait-image" src="placeholder.jpg" alt="Example of custom LinkedIn badge created with our web app">
<svg
id="overlay-svg"
width="200"
height="200"
viewBox="0 0 132.29167 132.29169"
version="1.1"
id="svg5"
xml:space="preserve"
sodipodi:docname="linkedin profile.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs id="defs2">
<linearGradient id="overlay-circle-gradient">
<stop
style="stop-color:#fed602;stop-opacity:1;"
offset="0"
id="left-bottom-stop" />
<stop
style="stop-color:#fed602;stop-opacity:0;"
offset="1"
id="right-top-stop" />
</linearGradient>
<linearGradient
xlink:href="#overlay-circle-gradient"
id="linearGradient5958"
x1="34.373016"
y1="97.87925"
x2="58.266445"
y2="71.889893"
gradientUnits="userSpaceOnUse" />
</defs>
<g>
<path
id="overlay-text-bg"
d="M 0,0 V 132.29167 H 132.29167 V 0 Z M 66.145833,21.083468 A 45.06218,45.06218 0 0 1 111.2082,66.145833 45.06218,45.06218 0 0 1 66.145833,111.2082 45.06218,45.06218 0 0 1 21.083468,66.145833 45.06218,45.06218 0 0 1 66.145833,21.083468 Z" />
<path
id="text-circle-path"
d="M 76.595273,127.28886 A 62.02951,62.02951 0 0 0 127.28886,55.696389 62.02951,62.02951 0 0 0 55.696387,5.0028092 62.02951,62.02951 0 0 0 5.0028029,76.59527 62.02951,62.02951 0 0 0 76.595273,127.28886 Z" />
<text
xml:space="preserve"
id="overlay-text">
<textPath
xlink:href="#text-circle-path"
startOffset="85%"
style="fill: #000; text-anchor: middle; font-weight: bold;"
id="overlay-text-path">🦬T8A</textPath>
</text>
</g>
</svg>
</div>
<label for="badge-text-input"><h2>2. Configure</h2></label>
<input type="text" id="badge-text-input" maxlength="20" value="T8A">
<div id="preset-badges">
<h3>Techlahoma Groups</h3>
<div class="badge-group">
<button type="button">LUGNUTS</button>
<button type="button">OSH OKC</button>
<button type="button">OKC JAVA</button>
<button type="button">SHECODES</button>
<button type="button">OKLAHOMAI</button>
<button type="button">TWD</button>
<button type="button">TULSA WP</button>
<button type="button">GAMEDEVS</button>
<button type="button">TULSA AWS</button>
<button type="button">TULSA UX</button>
<button type="button">AGILE TUL</button>
</div>
<h3>Languages</h3>
<div class="badge-group">
<button type="button">JS</button>
<button type="button">TS</button>
<button type="button">PYTHON</button>
<button type="button">JAVA</button>
<button type="button">C#</button>
<button type="button">GO</button>
<button type="button">RUST</button>
<button type="button">RUBY</button>
<button type="button">PHP</button>
<button type="button">SQL</button>
<button type="button">HTML/CSS</button>
<button type="button">KOTLIN</button>
<button type="button">SWIFT</button>
<button type="button">ELIXIR</button>
</div>
<h3>Web Frameworks</h3>
<div class="badge-group">
<button type="button">.NET</button>
<button type="button">DJANGO</button>
<button type="button">REACT</button>
<button type="button">VUE</button>
<button type="button">ANGULAR</button>
<button type="button">NEXTJS</button>
<button type="button">NUXT</button>
<button type="button">SVELTE</button>
<button type="button">HTMX</button>
<button type="button">NODE</button>
<button type="button">EXPRESS</button>
<button type="button">FLASK</button>
<button type="button">FASTAPI</button>
<button type="button">RAILS</button>
<button type="button">LARAVEL</button>
<button type="button">SPRING</button>
<button type="button">BLAZOR</button>
<button type="button">EXPO</button>
<button type="button">RN</button>
</div>
<h3>Cloud & Infra</h3>
<div class="badge-group">
<button type="button">AWS</button>
<button type="button">AZURE</button>
<button type="button">GCP</button>
<button type="button">DOCKER</button>
<button type="button">K8S</button>
<button type="button">TERRAFORM</button>
<button type="button">CI/CD</button>
<button type="button">GITOPS</button>
<button type="button">LINUX</button>
</div>
<h3>Data & AI</h3>
<div class="badge-group">
<button type="button">DATA</button>
<button type="button">ANALYTICS</button>
<button type="button">DBT</button>
<button type="button">ML</button>
<button type="button">AI</button>
<button type="button">LLM</button>
<button type="button">NLP</button>
<button type="button">MLOPS</button>
</div>
<h3>Security</h3>
<div class="badge-group">
<button type="button">SECURITY</button>
<button type="button">APPSEC</button>
<button type="button">DEVSECOPS</button>
<button type="button">BLUETEAM</button>
<button type="button">REDTEAM</button>
<button type="button">GRC</button>
<button type="button">CYBER</button>
<button type="button">SRE</button>
</div>
<h3>Process</h3>
<div class="badge-group">
<button type="button">AGILE</button>
<button type="button">SCRUM</button>
<button type="button">KANBAN</button>
<button type="button">TDD</button>
<button type="button">BDD</button>
<button type="button">XP</button>
<button type="button">LEAN</button>
<button type="button">OKRS</button>
<button type="button">UX</button>
</div>
</div>
<p>
You can drag your mouse on the color selector for a live preview of the colors.
</p>
<p>
<input type="color" id="badge-bg-color-input" value="#fed602">
<label for="badge-bg-color-input">Background</label>
</p>
<p>
<input type="color" id="badge-text-color-input" value="#EDF9EB">
<label for="badge-text-color-input">Text</label>
</p>
<h2>3. Save the file</h2>
<button id="download-button" type="button">↧ Download</button>
<h2>4. Update your profile</h2>
<p>
🔗
<a href="https://www.linkedin.com/help/linkedin/answer/a541850/add-change-edit-or-delete-your-linkedin-profile-photo" target="_blank">
How to change your LinkedIn profile
</a>
</p>
</main>
</div>
<div>
<canvas id="canvas-image" height="500" width="500"></canvas>
</div>
<footer>
<p>
This app is completely free and
<a href="https://github.com/techlahoma/badge" target="_blank">open source</a>.
</p>
<p>
Originally made by <a href="https://alexewerlof.com/" target="_blank">Alex Ewerlöf</a>
</p>
</footer>
<script src="index.js"></script>
</body>
</html>