Small Changes & Fixes
- Add line break between captions and images in about page - Expand welcome section of index page - Fixe YouTube vanced link
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
src="./assets/about/email.png"
|
||||
/>
|
||||
</a>
|
||||
<p><b>Email:</b> balajsra@umich.edu</p>
|
||||
<p><br /><b>Email:</b> balajsra@umich.edu</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-center">
|
||||
<a
|
||||
@@ -149,7 +149,7 @@
|
||||
src="./assets/about/linkedin.png"
|
||||
/>
|
||||
</a>
|
||||
<p><b>LinkedIn:</b> sravan-balaji</p>
|
||||
<p><br /><b>LinkedIn:</b> sravan-balaji</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-center">
|
||||
<a href="https://github.com/balajsra" target="_blank">
|
||||
@@ -159,7 +159,7 @@
|
||||
src="./assets/about/github.png"
|
||||
/>
|
||||
</a>
|
||||
<p><b>GitHub:</b> balajsra</p>
|
||||
<p><br /><b>GitHub:</b> balajsra</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-center">
|
||||
<a
|
||||
@@ -172,7 +172,7 @@
|
||||
src="./assets/about/youtube.png"
|
||||
/>
|
||||
</a>
|
||||
<p><b>YouTube:</b> Sravan Balaji</p>
|
||||
<p><br /><b>YouTube:</b> Sravan Balaji</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -21,12 +21,30 @@
|
||||
<div class="col-md-12">
|
||||
<h1>Welcome!</h1>
|
||||
<p>
|
||||
Welcome to my personal website! For information on how
|
||||
this website was created and hosted, please see the
|
||||
<a href="./documentation.html">documentation</a>
|
||||
page.<br /><br />
|
||||
Welcome to my personal website! This started out as a
|
||||
side project to learn about web development and UI
|
||||
design, but it has since expanded into a professional
|
||||
portfolio and blog (sort of). If you are a fan of dark
|
||||
mode, try out the toggle button in the upper right
|
||||
corner!
|
||||
|
||||
This website is currently a work in progress and updates
|
||||
<br /><br />
|
||||
|
||||
On this website, you can find information about my
|
||||
<a href="./portfolio.html#education">educational</a> and
|
||||
<a href="./portfolio.html#professional_experience"
|
||||
>professional career</a
|
||||
>
|
||||
as well as some of my
|
||||
<a href="./personal.html">personal interests</a>. If you
|
||||
are looking to create your own website and are curious
|
||||
about how I created and hosted this one, please see the
|
||||
<a href="./documentation.html">documentation</a>
|
||||
page.
|
||||
|
||||
<br /><br />
|
||||
|
||||
This website is a constant work in progress and updates
|
||||
will be made as I find time. You can follow development
|
||||
and make suggestions on
|
||||
<a
|
||||
|
@@ -492,7 +492,7 @@
|
||||
</div>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-2">
|
||||
<a href="https://vanced.app/" target="_blank">
|
||||
<a href="https://vancedapp.com/" target="_blank">
|
||||
<img
|
||||
class="img-fluid mx-auto d-block"
|
||||
src="./assets/software/logo-youtube-vanced.png"
|
||||
@@ -503,7 +503,7 @@
|
||||
<h2>
|
||||
<a
|
||||
name="YouTube Vanced"
|
||||
href="https://vanced.app/"
|
||||
href="https://vancedapp.com/"
|
||||
target="_blank"
|
||||
>YouTube Vanced</a
|
||||
>
|
||||
|
Reference in New Issue
Block a user