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"
|
src="./assets/about/email.png"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<p><b>Email:</b> balajsra@umich.edu</p>
|
<p><br /><b>Email:</b> balajsra@umich.edu</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 text-center">
|
<div class="col-md-3 text-center">
|
||||||
<a
|
<a
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
src="./assets/about/linkedin.png"
|
src="./assets/about/linkedin.png"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<p><b>LinkedIn:</b> sravan-balaji</p>
|
<p><br /><b>LinkedIn:</b> sravan-balaji</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 text-center">
|
<div class="col-md-3 text-center">
|
||||||
<a href="https://github.com/balajsra" target="_blank">
|
<a href="https://github.com/balajsra" target="_blank">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
src="./assets/about/github.png"
|
src="./assets/about/github.png"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<p><b>GitHub:</b> balajsra</p>
|
<p><br /><b>GitHub:</b> balajsra</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 text-center">
|
<div class="col-md-3 text-center">
|
||||||
<a
|
<a
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
src="./assets/about/youtube.png"
|
src="./assets/about/youtube.png"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<p><b>YouTube:</b> Sravan Balaji</p>
|
<p><br /><b>YouTube:</b> Sravan Balaji</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -21,12 +21,30 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h1>Welcome!</h1>
|
<h1>Welcome!</h1>
|
||||||
<p>
|
<p>
|
||||||
Welcome to my personal website! For information on how
|
Welcome to my personal website! This started out as a
|
||||||
this website was created and hosted, please see the
|
side project to learn about web development and UI
|
||||||
<a href="./documentation.html">documentation</a>
|
design, but it has since expanded into a professional
|
||||||
page.<br /><br />
|
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
|
will be made as I find time. You can follow development
|
||||||
and make suggestions on
|
and make suggestions on
|
||||||
<a
|
<a
|
||||||
|
@@ -492,7 +492,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<a href="https://vanced.app/" target="_blank">
|
<a href="https://vancedapp.com/" target="_blank">
|
||||||
<img
|
<img
|
||||||
class="img-fluid mx-auto d-block"
|
class="img-fluid mx-auto d-block"
|
||||||
src="./assets/software/logo-youtube-vanced.png"
|
src="./assets/software/logo-youtube-vanced.png"
|
||||||
@@ -503,7 +503,7 @@
|
|||||||
<h2>
|
<h2>
|
||||||
<a
|
<a
|
||||||
name="YouTube Vanced"
|
name="YouTube Vanced"
|
||||||
href="https://vanced.app/"
|
href="https://vancedapp.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>YouTube Vanced</a
|
>YouTube Vanced</a
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user