Update Documentation

- Changed intro based on current usage of bootstrap framework
This commit is contained in:
Sravan Balaji
2020-01-08 22:43:35 -05:00
parent 8e77c5a004
commit 912fa34004

View File

@@ -29,17 +29,22 @@
<h1><a name="introduction">Introduction</a></h1>
</div>
</div>
<div class="row algin-items-center">
<div class="row align-items-center">
<div class="col-md-12">
<p>
My original intention with this page was to simply save useful links so I could refer back to them, but I thought it might be better to
include some of my thoughts on why I made certain decisions (e.g. website hosting) to help anyone else looking to build a website from
scratch. You can follow development of my website and make suggestions on <a href="https://github.com/balajsra/balajsra.github.io" target="_blank">GitHub</a>.
If you have any questions, feel free to <a href="about.html#contact_me">contact me</a>.<br><br>
This website was designed in <abbr title="Hypertext Markup Language">HTML</abbr> with some <abbr title="Cascading Style Sheets">CSS</abbr> for styling. In it's current state, I have not used any component libraries (such as
<a href="https://getbootstrap.com/" target="_blank">bootstrap</a>), but I do have plans to implement more responsive and dynamic features
with mobile support when I find the time.
My idea for this website started simply as a way for me to present my professional portfolio. As I started learning
<abbr title="Hypertext Markup Language">HTML</abbr> and looking at other websites for inspiration, I decided to make
it my own and add in the personal page with some of my recommendations and favorite things. Additionally, I noticed
that very few people had any documentation on how/where they learned web design. While git repos were generally made
public, it was hard for someone to understand what was going on if they weren't already familiar with the framework
or language being used. Thus, I decided to create a documentation page which will hopefully help others who are interested
in making their own website do so using what I have learned from friends I have talked to. It also helps me save
some useful links in a way that others can see and understand the use case for.<br><br>
This website was originally designed in <abbr title="Hypertext Markup Language">HTML</abbr> with some
<abbr title="Cascading Style Sheets">CSS</abbr> for styling. However, I ran into issues with scalability and mobile
browser support. See <a href="#web_design">Web Design</a> below for my current implementation method
and some other cool things that I have discovered through my learning process that you may find interesting.
</p>
</div>
</div>
@@ -59,7 +64,8 @@
<h2>Purchasing a Domain Name</h2>
<p>
Per <a href="https://vesikar.com/" target="_blank">Yash Vesikar</a>'s recommendation, I used
<a href="https://domains.google.com/" target="_blank">Google Domains</a> to purchase the <a href="https://sravanbalaji.com/">sravanbalaji.com</a> domain.
<a href="https://domains.google.com/" target="_blank">Google Domains</a> to purchase the
<a href="https://sravanbalaji.com/">sravanbalaji.com</a> domain for $12 per year.
</p>
</div>
</div>