new: Add more emails

This commit is contained in:
Sayantan Santra 2024-12-01 21:53:50 -06:00
parent 2d32e5a8d2
commit aaa331a143
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
2 changed files with 9 additions and 6 deletions

View file

@ -44,10 +44,12 @@
href=https://en.wikipedia.org/wiki/Bengali_phonology>IPA</a>: /ʃɑ.e̯ɔn.t̪ɔn ʃãt.ra/</h3> href=https://en.wikipedia.org/wiki/Bengali_phonology>IPA</a>: /ʃɑ.e̯ɔn.t̪ɔn ʃãt.ra/</h3>
</div> </div>
<div class="row"> <div class="row">
<div class="column">Office: PHSC 910</div>
<div class="column mail"> <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>
<div class="column office">Office: PHSC 910</div>
</div> </div>
<hr /> <hr />
@ -71,8 +73,9 @@
<a href="https://github.com/SinTan1729">You can check out my GitHub profile here.</a> <a href="https://github.com/SinTan1729">You can check out my GitHub profile here.</a>
<hr /> <hr />
* You can use the PGP key <a href=https://keys.openpgp.org/vks/v1/by-fingerprint/B7772D9CDFAE54AE8536A390A3319D1C521C0719>A3319D1C521C0719</a> * You can use the PGP keys to send me encrypted emails:
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 /> <hr />
<i>This page was last updated on <span id="last-modified"></span>. <i>This page was last updated on <span id="last-modified"></span>.

View file

@ -37,7 +37,7 @@ img {
flex: 50%; flex: 50%;
} }
.column.mail { .column.office {
text-align: right; text-align: right;
} }
@ -51,7 +51,7 @@ img {
display: block; display: block;
} }
.column.mail { .column.office {
text-align: left; text-align: left;
} }