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:
parent
22541b9b3a
commit
fc03761011
7 changed files with 58 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue