1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Add support for Medium, Stack Exchange and Steam

This commit is contained in:
Kaustubh Ladiya 2020-02-11 22:12:25 +05:30
parent 22541b9b3a
commit fc03761011
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
7 changed files with 58 additions and 7 deletions

View file

@ -162,6 +162,14 @@
name="keybase"
/>
<br />
<input
type="text"
class="input h-weight-bold"
placeholder="medium username"
id="medium"
name="medium"
/>
<br />
<input
type="text"
class="input h-weight-bold"
@ -170,6 +178,22 @@
name="reddit"
/>
<br />
<input
type="text"
class="input h-weight-bold"
placeholder="stackexchange username"
id="stackexchange"
name="stackexchange"
/>
<br />
<input
type="text"
class="input h-weight-bold"
placeholder="steam username"
id="steam"
name="steam"
/>
<br />
<input
type="text"
class="input h-weight-bold"