add location
This commit is contained in:
parent
a22e442e9d
commit
ef208f80fc
3
vars.pug
3
vars.pug
|
@ -12,10 +12,11 @@
|
||||||
date = (new Date()).toDateString()
|
date = (new Date()).toDateString()
|
||||||
year = (new Date()).getFullYear()
|
year = (new Date()).getFullYear()
|
||||||
var contacts = {
|
var contacts = {
|
||||||
|
'location': 'Dhaka, Bangladesh (GMT+6)',
|
||||||
'email': '<a href="mailto:sammay@sarkar.website">sammay@sarkar.website</a>',
|
'email': '<a href="mailto:sammay@sarkar.website">sammay@sarkar.website</a>',
|
||||||
'pubkey': '<a href="assets/pubkey.asc">0x2F66DAA6F22F092C</a>',
|
'pubkey': '<a href="assets/pubkey.asc">0x2F66DAA6F22F092C</a>',
|
||||||
'linkedin': '<a href="https://www.linkedin.com/in/sammay-sarkar/">sammay-sarkar</a>',
|
'linkedin': '<a href="https://www.linkedin.com/in/sammay-sarkar/">sammay-sarkar</a>',
|
||||||
'cell': '<span id="phone"><a href="tel:+8801622085295">+8801622085295</a> <span id="phone-hint">/* please consider texting first? */</span></span>',
|
'cell': '<span id="phone"><a href="tel:+8801622085295">+8801622085295</a> <span id="phone-hint">/* please consider texting first? */</span></span>'
|
||||||
}
|
}
|
||||||
var links = {
|
var links = {
|
||||||
'blog': '<a href="https://bdeshi.space">bdeshi.space</a>',
|
'blog': '<a href="https://bdeshi.space">bdeshi.space</a>',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user