new: Add more emails
This commit is contained in:
parent
2d32e5a8d2
commit
aaa331a143
2 changed files with 9 additions and 6 deletions
11
index.html
11
index.html
|
@ -44,10 +44,12 @@
|
|||
href=https://en.wikipedia.org/wiki/Bengali_phonology>IPA</a>: /ʃɑ.e̯ɔn.t̪ɔn ʃãt.ra/</h3>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="column">Office: PHSC 910</div>
|
||||
<div class="column mail">
|
||||
Email: <a href="mailto:sayantan.santra@ou.edu">sayantan.santra@ou.edu</a>*
|
||||
Email: <a href="mailto:sayantan.santra@ou.edu">sayantan.santra@ou.edu</a> (Academic)*
|
||||
<br />
|
||||
Email: <a href="mailto:mail@sayantansantra.com">mail@sayantansantra.com</a> (Personal)*
|
||||
</div>
|
||||
<div class="column office">Office: PHSC 910</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
@ -71,8 +73,9 @@
|
|||
<a href="https://github.com/SinTan1729">You can check out my GitHub profile here.</a>
|
||||
<hr />
|
||||
|
||||
* You can use the PGP key <a href=https://keys.openpgp.org/vks/v1/by-fingerprint/B7772D9CDFAE54AE8536A390A3319D1C521C0719>A3319D1C521C0719</a>
|
||||
to send me encrypted emails.
|
||||
* You can use the PGP keys to send me encrypted emails:
|
||||
<a href=https://keys.openpgp.org/vks/v1/by-fingerprint/B7772D9CDFAE54AE8536A390A3319D1C521C0719>A3319D1C521C0719</a> (academic),
|
||||
<a href=https://keys.openpgp.org/vks/v1/by-fingerprint/D67BB76BA4D51AA68C99F63EA830DCA45BCE2E08>A830DCA45BCE2E08</a> (personal).
|
||||
<hr />
|
||||
|
||||
<i>This page was last updated on <span id="last-modified"></span>.
|
||||
|
|
|
@ -37,7 +37,7 @@ img {
|
|||
flex: 50%;
|
||||
}
|
||||
|
||||
.column.mail {
|
||||
.column.office {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
@ -51,7 +51,7 @@ img {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.column.mail {
|
||||
.column.office {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue