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 14, 2024
1 parent 0cc0869 commit c6941ee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
.contact-info {
text-align: center;
}
.image-credit {
text-wrap: nowrap;
}
.image-header {
display:block
}
</style>
</head>
<body class="w3-light-grey">
Expand Down Expand Up @@ -183,7 +189,8 @@
<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/kg.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 header-image" width="450" height="680">
<p class="image-credit">
Image Credit: <a href="https://astronomy.fas.harvard.edu/people/mark-palmer" class="w3-hover-opacity" style="color: lightblue;">Mark Palmer</a>
</p>
</header>
Expand Down Expand Up @@ -248,6 +255,6 @@ <h2 class="animated-heading">Contact Me</h2>
</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>
</div>

</body>
</html>

0 comments on commit c6941ee

Please sign in to comment.