PortfolioPage/PortfolioPage/Pages/Index.razor

12 lines
365 B
Plaintext

@page "/"
<PhotoBanner photoUrl="..\..\Media\2020_0722.jpeg" title="Home"></PhotoBanner>
<div class="page-layout">
<h1>Hello, world!</h1>
<h5>Welcome to my corner of the internet! My name is Kira Jiroux. I am a graduate of Oregon State University, with a Bachelor of Science in Computer Science, with an emphasis on VR/AR and Computer Graphics.</h5>
</div>