Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranjyot authored Aug 2, 2024
1 parent d6f6e0b commit 5259fce
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
.section.research {
padding-top: 16px;
}

/* Center contact information */
.contact-info {
text-align: center;
}
</style>
</head>
<body class="w3-light-grey">
Expand Down Expand Up @@ -178,21 +183,21 @@
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="animated-text"><span class="w3-xxxlarge">Kiranjyot Gill</span></h1>
<h2 class="w3-xlarge">Harvard Astrophysicist</h2>
<img src="https://raw.githubusercontent.com/kiranjyot/kiranjyot.github.io/main/images/inside.JPG" alt="Kiranjyot" class="w3-image" width="450" height="680">
<img src="https://raw.githubusercontent.com/kiranjyot/kg.github.io/main/images/inside.JPG" alt="Kiranjyot" class="w3-image" width="450" height="680">
</header>

<!-- About Section -->
<div class="w3-content w3-justify w3-text-white w3-padding-64 section about" id="about">
<h2 class="animated-heading">About Me</h2>
<hr class="section-divider">
<p>
I am a first-generation astrophysicist at the Center for Astrophysics | Harvard & Smithsonian, with a decade of dedication to gravitational-wave (GW) astrophysics. In January 2025, I will be the inaugural Sikh to graduate with a PhD in Astronomy & Astrophysics from Harvard. I was also the youngest member of the <a href="https://www.ligo.caltech.edu/">International Gravitational Wave Network (IGWN)</a> that discovered GWs from <a href="https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.116.061102">two merging binary black holes</a>. This singular discovery earned our global team numerous accolades, including the Nobel Prize in Physics, the UK Royal Astronomical Society Group Achievement Award in Astronomy, the Princess of Asturias Award from His Majesty the King of Spain, the Bruno Rossi Prize in High Energy Astrophysics from the American Astronomical Society in 2017, and the Special Breakthrough Prize in Fundamental Physics in 2018. Additionally, I have co-authored 100 scientific publications with more than 10,000 citations and have delivered numerous invited talks at universities, government summits, and media events.
I am a first-generation astrophysicist at the Center for Astrophysics | Harvard & Smithsonian, with a decade of dedication to gravitational-wave (GW) astrophysics. In January 2025, I will be the inaugural Sikh to graduate with a PhD in Astronomy & Astrophysics from Harvard. I was also the youngest member of the <a href="https://www.ligo.caltech.edu/">International Gravitational Wave Network (IGWN)</a> that discovered GWs from <a href="https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.116.061102">two merging binary black holes</a>. This singular discovery earned our global team numerous accolades, including the 2017 Nobel Prize in Physics, the UK Royal Astronomical Society Group Achievement Award in Astronomy, the Princess of Asturias Award from His Majesty the King of Spain, the Bruno Rossi Prize in High Energy Astrophysics from the American Astronomical Society in 2017, and the Special Breakthrough Prize in Fundamental Physics in 2018. Additionally, I have co-authored 100 scientific publications with more than 10,000 citations and have delivered numerous invited talks at universities, government summits, and media events.
</p>
<p>
Publications: <a href="https://orcid.org/0000-0003-4341-9824" target="_blank">ORCiD Profile</a>
</p>
<p>
<a href="https://raw.githubusercontent.com/kiranjyot/kiranjyot.github.io/main/docs/CV.pdf" target="_blank">Curriculum Vitae</a>
<a href="https://raw.githubusercontent.com/kiranjyot/kg.github.io/main/docs/CV.pdf" target="_blank">Curriculum Vitae</a>
</p>
</div>

Expand All @@ -214,7 +219,7 @@ <h2 class="animated-heading">My Outreach</h2>
<div class="w3-padding-64 w3-content w3-text-white section" id="contact">
<h2 class="animated-heading">Contact Me</h2>
<hr class="section-divider">
<div class="w3-section">
<div class="w3-section contact-info">
<p><i class="fa fa-globe fa-fw w3-text-white w3-xlarge w3-margin-left"></i> 60 Garden St, Cambridge, MA, USA</p>
<p><i class="fa fa-phone fa-fw w3-text-white w3-xlarge w3-margin-left"></i> Phone: +1 (617) 496-5988</p>
<p><i class="fa fa-envelope fa-fw w3-text-white w3-xlarge w3-margin-left"></i> Email: jasmine.gill@cfa.harvard.edu</p>
Expand All @@ -234,8 +239,9 @@ <h2 class="animated-heading">Contact Me</h2>
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://www.facebook.com/profile.php?id=100004222485280" class="w3-button w3-black"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/astronuuuuut/" class="w3-button w3-black"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/profile.php?id=100004222485280" class="w3-button w3-blue"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/astronuuuuut/" class="w3-button w3-blue"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/kiranjyot" class="w3-button w3-blue"><i class="fab fa-github"></i></a>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
Expand Down

0 comments on commit 5259fce

Please sign in to comment.