mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Add support for Codepen, Dev.to and Instagram
This commit is contained in:
parent
efe64030d5
commit
0e1b7ba9af
7 changed files with 44 additions and 2 deletions
|
@ -116,6 +116,16 @@
|
|||
</label>
|
||||
<div style="display: none"
|
||||
id="input_for_socials">
|
||||
<input type="text"
|
||||
class="input h-weight-bold"
|
||||
placeholder="codepen username"
|
||||
id="codepen"
|
||||
name="codepen" /><br />
|
||||
<input type="text"
|
||||
class="input h-weight-bold"
|
||||
placeholder="dev username"
|
||||
id="dev"
|
||||
name="dev" /><br />
|
||||
<input type="text"
|
||||
class="input h-weight-bold"
|
||||
placeholder="dribbble username"
|
||||
|
@ -126,6 +136,11 @@
|
|||
placeholder="email address"
|
||||
id="email"
|
||||
name="email" /><br />
|
||||
<input type="text"
|
||||
class="input h-weight-bold"
|
||||
placeholder="instagram username"
|
||||
id="instagram"
|
||||
name="instagram" />
|
||||
<input type="text"
|
||||
class="input h-weight-bold"
|
||||
placeholder="twitter username"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue