Bootstrap Migration
- Migrate all pages to bootstrap framework design - Add video game platform logos - Update stylesheet - Update README To Do List and Page Structure - Add embedded resume - Change coursework table to accordion - Change spotify widget width
This commit is contained in:
BIN
Assets/Video Games/logo-nintendo-switch.png
Normal file
BIN
Assets/Video Games/logo-nintendo-switch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
BIN
Assets/Video Games/logo-pc.jpeg
Normal file
BIN
Assets/Video Games/logo-pc.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
Assets/Video Games/logo-ps4.jpg
Normal file
BIN
Assets/Video Games/logo-ps4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
32
README.md
32
README.md
@@ -7,15 +7,15 @@ This is the repository for my personal website. This includes all linked files a
|
|||||||
- [x] About
|
- [x] About
|
||||||
- [x] Short Bio
|
- [x] Short Bio
|
||||||
- [x] Contact Info
|
- [x] Contact Info
|
||||||
- [ ] Resume
|
- [ ] Portfolio
|
||||||
- [x] Link to PDF on GitHub
|
- [x] Link to Resume PDF on GitHub
|
||||||
- [x] Link to LinkedIn Page
|
|
||||||
- [ ] Education
|
- [ ] Education
|
||||||
|
- [ ] Degrees
|
||||||
|
- [x] Coursework
|
||||||
- [ ] Professional Experience
|
- [ ] Professional Experience
|
||||||
- [ ] Research
|
- [ ] Research
|
||||||
- [ ] Projects
|
- [ ] Projects
|
||||||
- [x] Coursework
|
- [ ] Personal
|
||||||
- [ ] Personal Recommendations
|
|
||||||
- [x] Software
|
- [x] Software
|
||||||
- [x] Link
|
- [x] Link
|
||||||
- [x] Platform(s)
|
- [x] Platform(s)
|
||||||
@@ -26,7 +26,7 @@ This is the repository for my personal website. This includes all linked files a
|
|||||||
- [x] Specs
|
- [x] Specs
|
||||||
- [x] Discussion
|
- [x] Discussion
|
||||||
- [x] Images
|
- [x] Images
|
||||||
- [ ] Favorite Games
|
- [ ] Video Games
|
||||||
- [x] List
|
- [x] List
|
||||||
- [ ] Images
|
- [ ] Images
|
||||||
- [ ] Discussion
|
- [ ] Discussion
|
||||||
@@ -37,35 +37,37 @@ This is the repository for my personal website. This includes all linked files a
|
|||||||
- [x] Discussion
|
- [x] Discussion
|
||||||
- [x] Music
|
- [x] Music
|
||||||
- [x] Spotify Playlist
|
- [x] Spotify Playlist
|
||||||
- [ ] Website Documentation
|
|
||||||
- [x] High-level introduction
|
|
||||||
- [ ] In-Depth Guide
|
|
||||||
- [ ] Blog Posts / Articles / Guides
|
- [ ] Blog Posts / Articles / Guides
|
||||||
- [ ] Time Management / Handling Workload
|
- [ ] Time Management / Handling Workload
|
||||||
- [ ] Quality of Life
|
- [ ] Quality of Life
|
||||||
- [ ] Interviews / Networking
|
- [ ] Interviews / Networking
|
||||||
- [ ] Undergrad / Grad Applications
|
- [ ] Undergrad / Grad Applications
|
||||||
|
- [x] Documentation
|
||||||
- [x] Page Restructure
|
- [x] Page Restructure
|
||||||
- [x] Add Styling w/ CSS
|
- [x] Add Styling w/ CSS
|
||||||
- [x] Favicon
|
- [x] Favicon
|
||||||
- [x] Logo w/ Link to Home Page
|
- [x] Logo w/ Link to Home Page
|
||||||
- [ ] Use a component library to fix formatting issues (especially on phone)
|
- [x] Migrate to [Bootstrap](https://getbootstrap.com/)
|
||||||
- https://getbootstrap.com/
|
- [x] Add padding to sides
|
||||||
|
|
||||||
## Web Page Structure (WIP)
|
## Web Page Structure (WIP)
|
||||||
- Home
|
- Home
|
||||||
- About
|
- About
|
||||||
- Bio
|
- Bio
|
||||||
- Contact Me
|
- Contact Me
|
||||||
- Resume
|
- Portfolio
|
||||||
|
- Resume
|
||||||
|
- Education
|
||||||
- Professional Experience
|
- Professional Experience
|
||||||
- Research
|
- Research
|
||||||
- Projects
|
- Projects
|
||||||
- Coursework
|
- Personal
|
||||||
- Personal Recommendations
|
|
||||||
- Software
|
- Software
|
||||||
- Hardware
|
- Hardware
|
||||||
- Video Games
|
- Video Games
|
||||||
- Favorite List
|
- Favorite List
|
||||||
- Upcoming Games
|
- Upcoming Games
|
||||||
- Blogs / Articles / Guides
|
- Podcasts
|
||||||
|
- Music
|
||||||
|
- Blogs / Articles / Guides
|
||||||
|
- Documentation
|
@@ -1,115 +1,113 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
<script language="javascript" type="text/javascript" src="Common/header.txt"></script>
|
||||||
|
<title>About</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table#bio_table td {
|
.bio img {
|
||||||
padding: 10px;
|
max-height: 500px;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table#bio_table img {
|
.contact_me img {
|
||||||
width: 250px;
|
max-height: 100px;
|
||||||
}
|
|
||||||
|
|
||||||
table#contact_table td {
|
|
||||||
padding: 10px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#contact_table img {
|
|
||||||
width: 200px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<title>About</title>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<script language="javascript" type="text/javascript" src="Common/navbar.txt"></script>
|
||||||
<div class="navbar">
|
|
||||||
<a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn-active"><b>About ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="about.html#bio">Bio</a>
|
|
||||||
<a href="about.html#contact_me">Contact Me</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Resume ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="resume.html#professional_experience">Professional Experience</a>
|
|
||||||
<a href="resume.html#research">Research</a>
|
|
||||||
<a href="resume.html#projects">Projects</a>
|
|
||||||
<a href="resume.html#coursework">Coursework</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Personal Recommendations ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="personal_recommendations.html#software">Software</a>
|
|
||||||
<a href="personal_recommendations.html#hardware">Hardware</a>
|
|
||||||
<a href="personal_recommendations.html#video_games">Video Games</a>
|
|
||||||
<a href="personal_recommendations.html#podcasts">Podcasts</a>
|
|
||||||
<a href="personal_recommendations.html#music">Music</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="documentation.html"><b>Documentation</b></a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="main_content">
|
<div class="container-fluid px-md-6">
|
||||||
<h1><a name="bio">Bio</a></h1>
|
<!---------------------------------
|
||||||
<table id="bio_table">
|
BIO
|
||||||
<tr>
|
----------------------------------->
|
||||||
<td><img src="../Assets/About/Profile Picture.jpg"></td>
|
<div class="bio">
|
||||||
<td>
|
<div class="row align-items-center">
|
||||||
I'm a Senior at the <a href="https://umich.edu" target="_blank">University of Michigan</a> pursuing dual B.S.E's in
|
<div class="col-md-12">
|
||||||
<a href="https://me.engin.umich.edu/" target="_blank">Mechanical Engineering</a> and
|
<h1><a name="bio">Bio</a></h1>
|
||||||
<a href="https://cse.engin.umich.edu/" target="_blank">Computer Science</a>. I expect to graduate with both
|
</div>
|
||||||
Bachelor's degrees in December 2020 and plan on continuing my education with a Master's in Robotics.<br><br>
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-3">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/About/Profile Picture.jpg">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
|
<p>
|
||||||
|
I'm a Senior at the <a href="https://umich.edu" target="_blank">University of Michigan</a> pursuing dual B.S.E's in
|
||||||
|
<a href="https://me.engin.umich.edu/" target="_blank">Mechanical Engineering</a> and
|
||||||
|
<a href="https://cse.engin.umich.edu/" target="_blank">Computer Science</a>. I expect to graduate with both
|
||||||
|
Bachelor's degrees in December 2020 and plan on continuing my education with a Master's in Robotics.<br><br>
|
||||||
|
|
||||||
My professional and academic interests are in robotics, mechatronics, autonomous systems, and controls. I am currently
|
My professional and academic interests are in robotics, mechatronics, autonomous systems, and controls. I am currently
|
||||||
looking for robotics related internships for the Summer of 2020.<br><br>
|
looking for robotics related internships for the Summer (May - August) of 2020.<br><br>
|
||||||
|
|
||||||
My personal interests include video games, podcasts, music, cooking, football, soccer, and personal / project management software. You can
|
My personal interests include video games, podcasts, music, cooking, football, soccer, and personal / project management software. You can
|
||||||
check out some of my favorite <a href="personal_recommendations.html#video_games">video games</a>, <a href="personal_recommendations.html#podcasts">podcasts</a>,
|
check out some of my favorite <a href="personal.html#video_games">video games</a>, <a href="personal.html#podcasts">podcasts</a>,
|
||||||
<a href="personal_recommendations.html#music">music</a>, and <a href="personal_recommendations.html#software">software</a> on the <a href="personal_recommendations.html">Personal Recommendations page</a>.<br><br>
|
<a href="personal.html#music">music</a>, and <a href="personal.html#software">software</a> on the <a href="personal.html">Personal</a> page.<br><br>
|
||||||
|
|
||||||
My favorite sports teams, in ranked order, are:
|
My favorite sports teams, in ranked order, are:
|
||||||
<ol>
|
<ol>
|
||||||
<li>University of Michigan Sports</li>
|
<li>University of Michigan Sports</li>
|
||||||
<li>Arsenal F.C. (Premier League)</li>
|
<li>Arsenal F.C. (Premier League)</li>
|
||||||
<li>New England Patriots (NFL)</li>
|
<li>New England Patriots (NFL)</li>
|
||||||
<li>Detroit Sports Teams</li>
|
<li>Detroit Sports Teams</li>
|
||||||
</ol>
|
</ol>
|
||||||
</td>
|
</p>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="contact_me">Contact Me</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<p>
|
||||||
|
Feel free to reach out to me via email if you have any questions about my website, college education, professional experience, or anything else.
|
||||||
|
If you have suggestions for the website or would like to see the source files, check out my <a href="https://github.com/balajsra/balajsra.github.io" target="_blank">
|
||||||
|
GitHub repository</a>. If you would like to connect with me on LinkedIn, use the link below. I will do my best to respond to any communication
|
||||||
|
in a timely manner.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h1><a name="contact_me">Contact Me</a></h1>
|
<!---------------------------------
|
||||||
<p>
|
CONTACT ME
|
||||||
Feel free to reach out to me via email if you have any questions about my website, college education, professional experience, or anything else.
|
----------------------------------->
|
||||||
If you have suggestions for the website or would like to see the source files, check out my GitHub repository. If you would like to connect with
|
<div class="contact_me">
|
||||||
me on LinkedIn, use the link below. I will do my best to respond to any
|
<div class="row align-items-center">
|
||||||
communication in a timely manner.
|
<div class="col-md-4 text-center">
|
||||||
</p>
|
<a href="mailto:balajsra@umich.edu" target="_blank">
|
||||||
<table id="contact_table">
|
<img class="img-fluid mx-auto d-block" alt="Email" src="../Assets/About/email.png">
|
||||||
<tr>
|
</a>
|
||||||
<td><a href="mailto:balajsra@umich.edu" target="_blank"><img alt="Email" src="../Assets/About/email.png"></a></td>
|
<p>
|
||||||
<td><a href="https://www.linkedin.com/in/sravan-balaji/" target="_blank"><img alt="LinkedIn" src="../Assets/About/linkedin.png"></a></td>
|
<b>Email:</b> balajsra@umich.edu
|
||||||
<td><a href="https://github.com/balajsra" target="_blank"><img alt="GitHub" src="../Assets/About/github.png"></a></td>
|
</p>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="col-md-4 text-center">
|
||||||
<td><b>Email:</b> balajsra@umich.edu</td>
|
<a href="https://www.linkedin.com/in/sravan-balaji/" target="_blank">
|
||||||
<td><b>LinkedIn:</b> sravan-balaji</td>
|
<img class="img-fluid mx-auto d-block" alt="LinkedIn" src="../Assets/About/linkedin.png">
|
||||||
<td><b>GitHub:</b> balajsra</td>
|
</a>
|
||||||
</tr>
|
<p>
|
||||||
</table>
|
<b>LinkedIn:</b> sravan-balaji
|
||||||
|
</p>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/footer.txt"></script>
|
</div>
|
||||||
|
<div class="col-md-4 text-center">
|
||||||
|
<a href="https://github.com/balajsra" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" alt="GitHub" src="../Assets/About/github.png">
|
||||||
|
</a>
|
||||||
|
<p>
|
||||||
|
<b>GitHub:</b> balajsra
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/footer.txt"></script>
|
||||||
|
</footer>
|
||||||
</html>
|
</html>
|
@@ -1,7 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
<script language="javascript" type="text/javascript" src="Common/header.txt"></script>
|
||||||
|
<title>Documentation</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table td {
|
table td {
|
||||||
@@ -13,124 +14,188 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<title>Documentation</title>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<script language="javascript" type="text/javascript" src="Common/navbar.txt"></script>
|
||||||
<div class="navbar">
|
|
||||||
<a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>About ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="about.html#bio">Bio</a>
|
|
||||||
<a href="about.html#contact_me">Contact Me</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Resume ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="resume.html#professional_experience">Professional Experience</a>
|
|
||||||
<a href="resume.html#research">Research</a>
|
|
||||||
<a href="resume.html#projects">Projects</a>
|
|
||||||
<a href="resume.html#coursework">Coursework</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Personal Recommendations ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="personal_recommendations.html#software">Software</a>
|
|
||||||
<a href="personal_recommendations.html#hardware">Hardware</a>
|
|
||||||
<a href="personal_recommendations.html#video_games">Video Games</a>
|
|
||||||
<a href="personal_recommendations.html#podcasts">Podcasts</a>
|
|
||||||
<a href="personal_recommendations.html#music">Music</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a class="active" href="documentation.html"><b>Documentation</b></a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="main_content">
|
<div class="container-fluid px-md-6">
|
||||||
<h1>Introduction</h1>
|
<!---------------------------------
|
||||||
<p>
|
INTRODUCTION
|
||||||
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
|
<div class="introduction">
|
||||||
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>.
|
<div class="row align-items-center">
|
||||||
If you have any questions, feel free to <a href="about.html#contact_me">contact me</a>.<br><br>
|
<div class="col-md-12">
|
||||||
|
<h1><a name="introduction">Introduction</a></h1>
|
||||||
This website was designed in HTML with some CSS for styling. In it's current state, I have not used any component libraries (such as
|
</div>
|
||||||
<a href="https://getbootstrap.com/" target="_blank">bootstrap</a>), but I do have plans to implement more responsive and dynamic features
|
</div>
|
||||||
with mobile support when I find the time.
|
<div class="row algin-items-center">
|
||||||
</p>
|
<div class="col-md-12">
|
||||||
|
<p>
|
||||||
<h1>Website Hosting</h1>
|
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
|
||||||
<h2>Purchasing a Domain Name</h2>
|
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
|
||||||
<p>
|
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>.
|
||||||
Per <a href="https://vesikar.com/" target="_blank">Yash Vesikar</a>'s recommendation, I used
|
If you have any questions, feel free to <a href="about.html#contact_me">contact me</a>.<br><br>
|
||||||
<a href="https://domains.google.com/" target="_blank">Google Domains</a> to purchase the <a href="https://sravanbalaji.com/">sravanbalaji.com</a> domain.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Hosting Website</h2>
|
|
||||||
<p>
|
|
||||||
There are a couple of options I have found for hosting my website (for free). As a U of M student, I am able to create my own UM Web Page hosted on U of M Servers
|
|
||||||
or create a personal site hosted by Google through the <a href="http://google.umich.edu/" target="_blank">U-M Google collaboration</a>. I have not looked into
|
|
||||||
the Google Sites option, but there is <a href="https://support.google.com/sites/" target="_blank">documentation</a> available if you are interested.
|
|
||||||
I originally opted to create my own site and host it on U of M Servers. Information on how to do this can be found on the
|
|
||||||
<a href="http://www.umich.edu/~umweb/how-to/homepage.html" target="_blank">UMICH Information and Technology Services website</a>. Some limitations I found
|
|
||||||
with this were that I would have to manually upload my website files to the afs directory as the SFTP process described did not work for me. Additionally,
|
|
||||||
the domain name for U of M hosted websites take the form <b>http://www-personal.umich.edu/~youruniqname/</b> which is clearly not ideal. You can sort of
|
|
||||||
get around this by enabling <a href="https://support.google.com/domains/answer/4522141?hl=en" target="_blank">web forwarding</a> on Google Domains.
|
|
||||||
All this does is redirect traffic from your custom domain to the U of M domain. This might be ok for you, but I would prefer to have my website show
|
|
||||||
up at the domain I purchased. Per <a href="https://vesikar.com/" target="_blank">Yash Vesikar</a>'s recommendation, I looked into <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>
|
|
||||||
to host my website directly from a GitHub repository. This comes with the added benefit that changes are live as soon as you push them to the <b>master</b> branch
|
|
||||||
of your <username>.github.io repository. I found <a href="https://trentyang.com/how-to-setup-google-domain-for-github-pages/" target="_blank">Trent Yang's post</a>
|
|
||||||
about setting up Google Domain for GitHub pages very useful.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h1>HTML / CSS Features</h1>
|
|
||||||
<h2>Navigation & Subnavigation Bar</h2>
|
|
||||||
<p>
|
|
||||||
I created the navigation bar you see at the top of this page based on the example code provided in
|
|
||||||
<a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_subnav" target="_blank">Subnav/dropdown menu inside a Navigation Bar</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Common Page Headers and Footers</h2>
|
|
||||||
<p>
|
|
||||||
The easiest way I found to re-use HTML code is via JavaScript as described in
|
|
||||||
<a href="https://www.uvm.edu/~bnelson/computer/javascript/pageheadersandfooters.html" target="_blank">Page Headers And Footers</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h1>Logo & Design</h1>
|
|
||||||
<h2>Color Scheme</h2>
|
|
||||||
<p>
|
|
||||||
I used the color scheme outlined in <a href="https://vpcomm.umich.edu/brand/style-guide/design-principles/colors" target="_blank">University of Michigan - Style Guide: Colors</a>
|
|
||||||
when choosing colors for the various elements of my website such as navbar background, text color, background color, etc.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Logo</h2>
|
This website was designed in HTML with some CSS for styling. In it's current state, I have not used any component libraries (such as
|
||||||
<table>
|
<a href="https://getbootstrap.com/" target="_blank">bootstrap</a>), but I do have plans to implement more responsive and dynamic features
|
||||||
<tr>
|
with mobile support when I find the time.
|
||||||
<td><img src="../Assets/logo_with_name.png"></td>
|
</p>
|
||||||
<td><img src="../Assets/logo.png"></td>
|
</div>
|
||||||
<td>
|
</div>
|
||||||
I designed my logo for free on <a href="https://hatchful.shopify.com/" target="_blank">hatchful</a>. My main purpose for this was to have a nice looking
|
</div>
|
||||||
favicon for my website on browsers as well as for the home page icon in the navbar.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h1>Inspiration</h1>
|
<!---------------------------------
|
||||||
<p>
|
WEBSITE HOSTING
|
||||||
Content, design, and implementation were inspired by the following sources
|
----------------------------------->
|
||||||
<ul>
|
<div class="website_hosting">
|
||||||
<li><a href="http://www-personal.umich.edu/~prakashk/" target="_blank">Prakash Kumar's Website</a></li>
|
<div class="row align-items-center">
|
||||||
<li><a href="https://vesikar.com/" target="_blank">Yash Vesikar's Website</a></li>
|
<div class="col-md-12">
|
||||||
<li><a href="https://umich.edu/" target="_blank">University of Michigan's Website</a></li>
|
<h1><a name="website_hosting">Website Hosting</a></h1>
|
||||||
</ul>
|
</div>
|
||||||
</p>
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
<script language="javascript" type="text/javascript" src="Templates/footer.txt"></script>
|
<div class="col-md-12">
|
||||||
</div>
|
<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.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Hosting Website</h2>
|
||||||
|
<p>
|
||||||
|
There are a couple of options I have found for hosting my website (for free). As a U of M student, I am able to create my own UM Web Page hosted on U of M Servers
|
||||||
|
or create a personal site hosted by Google through the <a href="http://google.umich.edu/" target="_blank">U-M Google collaboration</a>. I have not looked into
|
||||||
|
the Google Sites option, but there is <a href="https://support.google.com/sites/" target="_blank">documentation</a> available if you are interested.
|
||||||
|
I originally opted to create my own site and host it on U of M Servers. Information on how to do this can be found on the
|
||||||
|
<a href="http://www.umich.edu/~umweb/how-to/homepage.html" target="_blank">UMICH Information and Technology Services website</a>. Some limitations I found
|
||||||
|
with this were that I would have to manually upload my website files to the afs directory as the SFTP process described did not work for me. Additionally,
|
||||||
|
the domain name for U of M hosted websites take the form <b>http://www-personal.umich.edu/~youruniqname/</b> which is clearly not ideal. You can sort of
|
||||||
|
get around this by enabling <a href="https://support.google.com/domains/answer/4522141?hl=en" target="_blank">web forwarding</a> on Google Domains.
|
||||||
|
All this does is redirect traffic from your custom domain to the U of M domain. This might be ok for you, but I would prefer to have my website show
|
||||||
|
up at the domain I purchased. Per <a href="https://vesikar.com/" target="_blank">Yash Vesikar</a>'s recommendation, I looked into <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>
|
||||||
|
to host my website directly from a GitHub repository. This comes with the added benefit that changes are live as soon as you push them to the <b>master</b> branch
|
||||||
|
of your <username>.github.io repository. I found <a href="https://trentyang.com/how-to-setup-google-domain-for-github-pages/" target="_blank">Trent Yang's post</a>
|
||||||
|
about setting up Google Domain for GitHub pages very useful.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
WEB DESIGN
|
||||||
|
----------------------------------->
|
||||||
|
<div class="web_design">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="web_design">Web Design</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Bootstrap Framework</h2>
|
||||||
|
<p>
|
||||||
|
When I first made this website, it was implemented in HTML and CSS without the use of a framework. This gave me a lot of custom control over every
|
||||||
|
aspect, but it made some things unnecessarily tedious and difficult. One example of this is the navigation bar. Trying to implement that without
|
||||||
|
a framework is more difficult than it needs to be. Another issue I ran into was compatibility with mobile browsers. Per
|
||||||
|
<a href="https://www.linkedin.com/in/tianhongwen/" target="_blank">Tianhong (Sam) Wen</a>'s recommendation, I looked into
|
||||||
|
<a href="https://getbootstrap.com/" target="_blank">Bootstrap</a>. This has built-in "responsive" classes that can auto adjust
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Reusing HTML</h2>
|
||||||
|
<p>
|
||||||
|
The easiest way I found to reuse HTML code is via JavaScript as described in
|
||||||
|
<a href="https://www.uvm.edu/~bnelson/computer/javascript/pageheadersandfooters.html" target="_blank">Page Headers And Footers</a>. This is by no
|
||||||
|
means the most elegant or automated, but it was the only method I could get to actually work. If you don't want to go through the hassle of manually
|
||||||
|
removing line breaks, you can use this handy online text converter from <a href="https://www.textfixer.com/tools/remove-line-breaks.php" target="_blank">Text Fixer</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Display Resume PDF in Website using GitHub</h2>
|
||||||
|
<p>
|
||||||
|
I have the latest version of my <a href="portfolio.html#resume">resume</a> stored in a public <a href="https://github.com/balajsra/resume" target="_blank">
|
||||||
|
GitHub repository</a>, but I wanted an easy way to share it directly on my website. This led me to look for ways to embed a PDF in HTML.
|
||||||
|
This works great for local files, but not so great for PDFs stored in a repository. The trick is to get the link to the raw PDF file
|
||||||
|
from GitHub and to use Google Drive PDF Viewer. This is outlined in
|
||||||
|
<a href="https://medium.com/@kekayan/display-your-resume-cv-pdf-in-website-using-github-73a088ac961d" target="_blank">Kekayan's Medium post</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
AESTHETICS
|
||||||
|
----------------------------------->
|
||||||
|
<div class="aesthetics">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="aesthetics">Aesthetics</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Color Scheme</h2>
|
||||||
|
<p>
|
||||||
|
I used the color scheme outlined in <a href="https://vpcomm.umich.edu/brand/style-guide/design-principles/colors" target="_blank">University of Michigan - Style Guide: Colors</a>
|
||||||
|
when choosing colors for the various elements of my website such as navbar background, text color, background color, etc.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Logo</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/logo_with_name.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/logo.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-8">
|
||||||
|
<p>
|
||||||
|
I designed my logo for free on <a href="https://hatchful.shopify.com/" target="_blank">hatchful</a>. My main purpose for this was to have a nice looking
|
||||||
|
favicon for my website on browsers as well as for the home page icon in the navbar.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
INSPIRATION
|
||||||
|
----------------------------------->
|
||||||
|
<div class="inspiration">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="inspiration">Inspiration</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<p>
|
||||||
|
Content, design, and implementation were inspired by the following sources
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www-personal.umich.edu/~prakashk/" target="_blank">Prakash Kumar's Website</a></li>
|
||||||
|
<li><a href="https://vesikar.com/" target="_blank">Yash Vesikar's Website</a></li>
|
||||||
|
<li><a href="https://umich.edu/" target="_blank">University of Michigan's Website</a></li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/footer.txt"></script>
|
||||||
|
</footer>
|
||||||
</html>
|
</html>
|
@@ -1,56 +1,30 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
<script language="javascript" type="text/javascript" src="Common/header.txt"></script>
|
||||||
|
|
||||||
<title>Sravan Balaji</title>
|
<title>Sravan Balaji</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<script language="javascript" type="text/javascript" src="Common/navbar.txt"></script>
|
||||||
<div class="navbar">
|
|
||||||
<a class="active" href="index.html"><img src="../Assets/logo.png" height="20px"></a>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>About ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="about.html#bio">Bio</a>
|
|
||||||
<a href="about.html#contact_me">Contact Me</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Resume ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="resume.html#professional_experience">Professional Experience</a>
|
|
||||||
<a href="resume.html#research">Research</a>
|
|
||||||
<a href="resume.html#projects">Projects</a>
|
|
||||||
<a href="resume.html#coursework">Coursework</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Personal Recommendations ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="personal_recommendations.html#software">Software</a>
|
|
||||||
<a href="personal_recommendations.html#hardware">Hardware</a>
|
|
||||||
<a href="personal_recommendations.html#video_games">Video Games</a>
|
|
||||||
<a href="personal_recommendations.html#podcasts">Podcasts</a>
|
|
||||||
<a href="personal_recommendations.html#music">Music</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="documentation.html"><b>Documentation</b></a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="main_content">
|
<div class="container-fluid px-md-6">
|
||||||
<h1>Welcome</h1>
|
<div class="row align-items-center">
|
||||||
<p>
|
<div class="col-md-12">
|
||||||
Welcome to my personal website! For information on how this website was created and hosted,
|
<h1>Welcome</h1>
|
||||||
please see the <a href="documentation.html">documentation</a> page.<br><br>
|
<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>
|
||||||
|
|
||||||
This website is currently a work in progress and updates will be made as I find time.
|
This website is currently a work in progress and updates will be made as I find time.
|
||||||
You can follow development and make suggestions on <a href="https://github.com/balajsra/balajsra.github.io" target="_blank">GitHub</a>.
|
You can follow development and make suggestions on <a href="https://github.com/balajsra/balajsra.github.io" target="_blank">GitHub</a>.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/footer.txt"></script>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/footer.txt"></script>
|
||||||
|
</footer>
|
||||||
</html>
|
</html>
|
@@ -1,98 +1,48 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
<script language="javascript" type="text/javascript" src="Common/header.txt"></script>
|
||||||
|
<title>Personal</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table#software_table td {
|
.software img {
|
||||||
padding: 10px;
|
max-height: 200px;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table#software_table img {
|
.hardware img {
|
||||||
width: 175px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table#hardware_table td {
|
.video_games img {
|
||||||
padding: 10px;
|
max-height: 250px;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table#hardware_table img {
|
.podcasts img {
|
||||||
width: 350px;
|
max-height: 200px;
|
||||||
}
|
|
||||||
|
|
||||||
table#gaming_profile_table td {
|
|
||||||
padding: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#gaming_profile_table img {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#favorite_games_table td {
|
|
||||||
padding: 10px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#favorite_games_table img {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#podcast_table td {
|
|
||||||
padding: 10px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#podcast_table img {
|
|
||||||
width: 175px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<title>Personal Recommendations</title>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<script language="javascript" type="text/javascript" src="Common/navbar.txt"></script>
|
||||||
<div class="navbar">
|
|
||||||
<a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>About ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="about.html#bio">Bio</a>
|
|
||||||
<a href="about.html#contact_me">Contact Me</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Resume ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="resume.html#professional_experience">Professional Experience</a>
|
|
||||||
<a href="resume.html#research">Research</a>
|
|
||||||
<a href="resume.html#projects">Projects</a>
|
|
||||||
<a href="resume.html#coursework">Coursework</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn-active"><b>Personal Recommendations ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="personal_recommendations.html#software">Software</a>
|
|
||||||
<a href="personal_recommendations.html#hardware">Hardware</a>
|
|
||||||
<a href="personal_recommendations.html#video_games">Video Games</a>
|
|
||||||
<a href="personal_recommendations.html#podcasts">Podcasts</a>
|
|
||||||
<a href="personal_recommendations.html#music">Music</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="documentation.html"><b>Documentation</b></a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="main_content">
|
<div class="container-fluid px-md-6">
|
||||||
<h1><a name="software">Software</a></h1>
|
<!---------------------------------
|
||||||
<table id="software_table">
|
SOFTWARE
|
||||||
<tr>
|
----------------------------------->
|
||||||
<td><a href="https://www.stardock.com/products/fences/" target="_blank"><img src="../Assets/Software/logo-fences.png"></a></td>
|
<div class="software">
|
||||||
<td>
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="software">Software</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<a href="https://www.stardock.com/products/fences/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-fences.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Fences" href="https://www.stardock.com/products/fences/" target="_blank">Fences</a></h2>
|
<h2><a name="Fences" href="https://www.stardock.com/products/fences/" target="_blank">Fences</a></h2>
|
||||||
<h3>Platform: Windows</h3>
|
<h3>Platform: Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -105,11 +55,15 @@
|
|||||||
can also get it directly from <a href="https://www.stardock.com/products/fences/" target="_blank">Stardock's website</a>.
|
can also get it directly from <a href="https://www.stardock.com/products/fences/" target="_blank">Stardock's website</a>.
|
||||||
Would definitely recommend getting it if you have a cluttered desktop.
|
Would definitely recommend getting it if you have a cluttered desktop.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.stardock.com/products/start10/" target="_blank"><img src="../Assets/Software/logo-start10.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.stardock.com/products/start10/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-start10.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Start10" href="https://www.stardock.com/products/start10/" target="_blank">Start10</a></h2>
|
<h2><a name="Start10" href="https://www.stardock.com/products/start10/" target="_blank">Start10</a></h2>
|
||||||
<h3>Platform: Windows</h3>
|
<h3>Platform: Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -123,11 +77,15 @@
|
|||||||
getting Start10 on its own as I don't see much value in it, but it is a nice addition if you have
|
getting Start10 on its own as I don't see much value in it, but it is a nice addition if you have
|
||||||
ever wanted to change the look of your taskbar or start menu.
|
ever wanted to change the look of your taskbar or start menu.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.wallpaperengine.io/" target="_blank"><img src="../Assets/Software/logo-wallpaper-engine.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.wallpaperengine.io/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-wallpaper-engine.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Wallpaper Engine" href="https://www.wallpaperengine.io/" target="_blank">Wallpaper Engine</a></h2>
|
<h2><a name="Wallpaper Engine" href="https://www.wallpaperengine.io/" target="_blank">Wallpaper Engine</a></h2>
|
||||||
<h3>Platform: Windows</h3>
|
<h3>Platform: Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -139,11 +97,15 @@
|
|||||||
saving options that can pause the program when another program is in full-screen and in-focus to improve
|
saving options that can pause the program when another program is in full-screen and in-focus to improve
|
||||||
battery life and performance.
|
battery life and performance.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank"><img src="../Assets/Software/logo-notion.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-notion.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Notion" href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">Notion</a></h2>
|
<h2><a name="Notion" href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">Notion</a></h2>
|
||||||
<h3>Platform: Web App, Mac, Windows, iOS, Android</h3>
|
<h3>Platform: Web App, Mac, Windows, iOS, Android</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -156,11 +118,15 @@
|
|||||||
<a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">referral link</a> to get
|
<a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8" target="_blank">referral link</a> to get
|
||||||
some free credit on your account to use if you decide to use any of the paid tiers.
|
some free credit on your account to use if you decide to use any of the paid tiers.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank"><img src="../Assets/Software/logo-clatter.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-clatter.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Clatter" href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">Clatter</a></h2>
|
<h2><a name="Clatter" href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8" target="_blank">Clatter</a></h2>
|
||||||
<h3>Platform: Windows</h3>
|
<h3>Platform: Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -169,11 +135,15 @@
|
|||||||
at once, but with Clatter, they are all neatly packaged in one application. Any messaging service with a web
|
at once, but with Clatter, they are all neatly packaged in one application. Any messaging service with a web
|
||||||
app can be accessed through Clatter. Give it a try, I'm sure you will enjoy it as much as I do.
|
app can be accessed through Clatter. Give it a try, I'm sure you will enjoy it as much as I do.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://chocolatey.org/" target="_blank"><img src="../Assets/Software/logo-chocolatey.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://chocolatey.org/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-chocolatey.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Chocolatey" href="https://chocolatey.org/" target="_blank">Chocolatey</a></h2>
|
<h2><a name="Chocolatey" href="https://chocolatey.org/" target="_blank">Chocolatey</a></h2>
|
||||||
<h3>Platform: Windows</h3>
|
<h3>Platform: Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -182,11 +152,15 @@
|
|||||||
Windows app on the Microsoft Store. If not, I check Chocolatey. More times than not, it's available there.
|
Windows app on the Microsoft Store. If not, I check Chocolatey. More times than not, it's available there.
|
||||||
You can easily install any programs you need via command prompt and avoid the tedious installation wizard.
|
You can easily install any programs you need via command prompt and avoid the tedious installation wizard.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.pocketcasts.com/" target="_blank"><img src="../Assets/Software/logo-pocket-casts.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.pocketcasts.com/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-pocket-casts.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Pocket Casts" href="https://www.pocketcasts.com/" target="_blank">Pocket Casts</a></h2>
|
<h2><a name="Pocket Casts" href="https://www.pocketcasts.com/" target="_blank">Pocket Casts</a></h2>
|
||||||
<h3>Platform: Web App, iOS, Android</h3>
|
<h3>Platform: Web App, iOS, Android</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -195,11 +169,15 @@
|
|||||||
has implemented. While I don't agree with this new pay structure, I appreciate that they have implemented a
|
has implemented. While I don't agree with this new pay structure, I appreciate that they have implemented a
|
||||||
free tier that has the majority of features that most people will need.
|
free tier that has the majority of features that most people will need.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://vanced.app/" target="_blank"><img src="../Assets/Software/logo-youtube-vanced.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://vanced.app/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-youtube-vanced.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="YouTube Vanced" href="https://vanced.app/" target="_blank">YouTube Vanced</a></h2>
|
<h2><a name="YouTube Vanced" href="https://vanced.app/" target="_blank">YouTube Vanced</a></h2>
|
||||||
<h3>Platform: Android</h3>
|
<h3>Platform: Android</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -209,33 +187,45 @@
|
|||||||
reddit post. The gist of the app is that it removes ads from YouTube on your android phone and you can play
|
reddit post. The gist of the app is that it removes ads from YouTube on your android phone and you can play
|
||||||
music while your screen is off for free.
|
music while your screen is off for free.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://xodo.com/" target="_blank"><img src="../Assets/Software/logo-xodo.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://xodo.com/" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-xodo.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Xodo" href="https://xodo.com/" target="_blank">Xodo</a></h2>
|
<h2><a name="Xodo" href="https://xodo.com/" target="_blank">Xodo</a></h2>
|
||||||
<h3>Platform: Web App, iOS, Android, Windows</h3>
|
<h3>Platform: Web App, iOS, Android, Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
This is the best PDF editor/reader I have found that doesn't require a paid subscription (unlike Adobe) for
|
This is the best PDF editor/reader I have found that doesn't require a paid subscription (unlike Adobe) for
|
||||||
all of its features. You can easily write/edit, fill out forms, and add digital signatures. All for free.
|
all of its features. You can easily write/edit, fill out forms, and add digital signatures. All for free.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank"><img src="../Assets/Software/logo-mytube.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-mytube.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="myTube!" href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank">myTube!</a></h2>
|
<h2><a name="myTube!" href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l" target="_blank">myTube!</a></h2>
|
||||||
<h3>Platform: Windows</h3>
|
<h3>Platform: Windows</h3>
|
||||||
<p>
|
<p>
|
||||||
Similar to <a href="#YouTube Vanced">YouTube Vanced</a>, this app removes ads from YouTube. The main difference
|
Similar to <a href="#YouTube Vanced">YouTube Vanced</a>, this app removes ads from YouTube. The main difference
|
||||||
here is that myTube! is a Windows app rather than an Android app.
|
here is that myTube! is a Windows app rather than an Android app.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank"><img src="../Assets/Software/logo-edge.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-edge.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Microsoft Edge" href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank">Microsoft Edge (Chromium)</a></h2>
|
<h2><a name="Microsoft Edge" href="https://www.microsoftedgeinsider.com/en-us/download" target="_blank">Microsoft Edge (Chromium)</a></h2>
|
||||||
<h3>Platform: Windows, macOS, iOS, Android</h3>
|
<h3>Platform: Windows, macOS, iOS, Android</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -249,11 +239,15 @@
|
|||||||
the new Edge is privacy features. Overall, there are still a few issues I have encountered like links in google searches
|
the new Edge is privacy features. Overall, there are still a few issues I have encountered like links in google searches
|
||||||
not opening properly, but I'm sure these will be ironed out by the official release date.
|
not opening properly, but I'm sure these will be ironed out by the official release date.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://support.microsoft.com/en-us/help/4531293/your-phone-system-requirements-and-set-up" target="_blank"><img src="../Assets/Software/logo-your-phone.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://support.microsoft.com/en-us/help/4531293/your-phone-system-requirements-and-set-up" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-your-phone.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Your Phone" href="https://support.microsoft.com/en-us/help/4531293/your-phone-system-requirements-and-set-up" target="_blank">Your Phone</a></h2>
|
<h2><a name="Your Phone" href="https://support.microsoft.com/en-us/help/4531293/your-phone-system-requirements-and-set-up" target="_blank">Your Phone</a></h2>
|
||||||
<h3>Platform: Windows, Android</h3>
|
<h3>Platform: Windows, Android</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -266,11 +260,15 @@
|
|||||||
and the <a href="https://www.microsoft.com/en-us/p/your-phone/9nmpj99vjbwv" target="_blank">Windows App</a>. If you have
|
and the <a href="https://www.microsoft.com/en-us/p/your-phone/9nmpj99vjbwv" target="_blank">Windows App</a>. If you have
|
||||||
ever wanted a better way to integrate your desktop/laptop and phone experience, this is it.
|
ever wanted a better way to integrate your desktop/laptop and phone experience, this is it.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank"><img src="../Assets/Software/logo-remote-fingerprint-unlock.png"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Software/logo-remote-fingerprint-unlock.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a name="Remote Fingerprint Unlock" href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank">Remote Fingerprint Unlock</a></h2>
|
<h2><a name="Remote Fingerprint Unlock" href="https://play.google.com/store/apps/details?id=ro.andreimircius.remotefingerauth&hl=en_US" target="_blank">Remote Fingerprint Unlock</a></h2>
|
||||||
<h3>Platform: Windows, Android</h3>
|
<h3>Platform: Windows, Android</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -282,48 +280,59 @@
|
|||||||
and the <a href="http://bit.ly/2Q4YoUP" target="_blank">Windows Program</a>. If you get the Pro version, you can even use the
|
and the <a href="http://bit.ly/2Q4YoUP" target="_blank">Windows Program</a>. If you get the Pro version, you can even use the
|
||||||
Wake-on-LAN feature.
|
Wake-on-LAN feature.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
|
||||||
<h1><a name="hardware">Hardware</a></h1>
|
<!---------------------------------
|
||||||
<table id="hardware_table">
|
HARDWARE
|
||||||
<tr>
|
----------------------------------->
|
||||||
<td><img src="../Assets/Hardware/desktop-case.png"></td>
|
<div class="hardware">
|
||||||
<td>
|
<div class="row align-items-center">
|
||||||
<h2>Desktop PC: Custom</h2>
|
<div class="col-md-12">
|
||||||
|
<h1><a name="hardware">Hardware</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-3">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/desktop-case.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
|
<h2><a name="Remote Fingerprint Unlock" href="https://pcpartpicker.com/user/sr98vn/saved/#view=dv8LJx" target="_blank">Desktop PC: Custom</a></h2>
|
||||||
<p>
|
<p>
|
||||||
A full list of my desktop PC build components can be found on <a href="https://pcpartpicker.com/user/sr98vn/saved/#view=dv8LJx" target="_blank">PCPartPicker</a>.
|
A full list of my desktop PC build components can be found on <a href="https://pcpartpicker.com/user/sr98vn/saved/#view=dv8LJx" target="_blank">PCPartPicker</a>.
|
||||||
My current build has stayed largely the same from when I first built it, with the exception of the peripherals and monitors.
|
My current build has stayed largely the same from when I first built it, with the exception of the peripherals and monitors.
|
||||||
I have upgraded my keyboard, mouse, and speakers over the past couple of years as I found deals.
|
I have upgraded my keyboard, mouse, and speakers over the past couple of years as I found deals.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><img src="../Assets/Hardware/spectre-x360.png"></td>
|
<div class="col-md-3">
|
||||||
<td>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/spectre-x360.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
<h2>Laptop: HP Spectre x360 15"</h2>
|
<h2>Laptop: HP Spectre x360 15"</h2>
|
||||||
<h3>CPU: Intel i7-7500U</h3>
|
|
||||||
<h3>GPU: NVIDIA GeForce 940MX</h3>
|
|
||||||
<h3>RAM: 16 GB</h3>
|
|
||||||
<p>
|
<p>
|
||||||
My main laptop use case is for school. I wanted a touchscreen so I could take digital written notes in class and
|
My laptop is mainly used for school. I wanted a touchscreen so I could take digital written notes in class and
|
||||||
I needed a good processor and dedicated graphics card for CAD software and for general programming applications.
|
I needed a good processor and dedicated graphics card for CAD software and for general programming applications.
|
||||||
I landed on the HP Specture x360 because it had a great balance of specs, amazing display, touch screen, and very
|
I landed on the HP Spectre x360 because it had a great balance of specs, amazing display, touch screen, and very
|
||||||
nice typing experience for a reasonable price. I was initially leaning towards a Razer Blade or Microsoft's Surface Book.
|
nice typing experience for a reasonable price. I was initially leaning towards a Razer Blade or Microsoft's Surface
|
||||||
The former would be great for my use case and for gaming, but it isn't great for taking handwritten digital notes.
|
Book. The former would be great for school and for gaming, but it isn't great for taking handwritten digital notes.
|
||||||
The latter is similar to the Spectre in regards to specs, but has a favorable display ratio. The main reason I chose
|
The latter is similar to the Spectre in regards to specs, but has a favorable display ratio. The main reason I chose
|
||||||
against it in the end was the high price relative to the Spectre. I was able to get very comparable specs for a much
|
against it in the end was the high price relative to the Spectre. I was able to get very comparable specs for a much
|
||||||
lower price with the spectre.
|
lower price with the Spectre. My laptop is the 2016 model with Intel i7-7500U CPU, NVIDIA GeForce 940MX GPU, and
|
||||||
|
16 GB RAM. The newer models have thinner bezels, diamond-cut corners, updated specs, and better trackpad drivers.
|
||||||
|
I got around this issue by <a href="https://www.windowscentral.com/how-enable-precision-touchpad-drivers" target="_blank">
|
||||||
|
installing Microsoft's Precision Trackpad drivers</a> myself as the pre-installed Synaptics drivers are trash.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><img src="../Assets/Hardware/surface-go.png"></td>
|
<div class="col-md-3">
|
||||||
<td>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/surface-go.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
<h2>Tablet: Microsoft Surface Go</h2>
|
<h2>Tablet: Microsoft Surface Go</h2>
|
||||||
<h3>CPU: Intel Pentium 4415Y</h3>
|
|
||||||
<h3>RAM: 4 GB</h3>
|
|
||||||
<p>
|
<p>
|
||||||
The Surface Go is primarily used as a secondary-device and tablet. I use it for media consumption and occasional e-book
|
The Surface Go is primarily used as a secondary-device and tablet. I use it for media consumption and occasional e-book
|
||||||
reading. It is by no means powerful enough to act as my primary device, but I like it as a secondary device that
|
reading. It is by no means powerful enough to act as my primary device, but I like it as a secondary device that
|
||||||
@@ -331,12 +340,15 @@
|
|||||||
<a href="https://www.windowscentral.com/surface-go-how-unlock-windows-10-s-mode" target="_blank">turn off S mode</a>
|
<a href="https://www.windowscentral.com/surface-go-how-unlock-windows-10-s-mode" target="_blank">turn off S mode</a>
|
||||||
to be able to install apps that aren't on the Microsoft Store. If you are a Costco member, I would recommend
|
to be able to install apps that aren't on the Microsoft Store. If you are a Costco member, I would recommend
|
||||||
looking at the <a href="https://www.costco.com/microsoft-surface-go-bundle---intel-pentium---1800-x-1200-display---windows-10-in-s-mode---surface-type-cover.product.100428070.html" target="_blank">Surface Type Cover bundle</a>.
|
looking at the <a href="https://www.costco.com/microsoft-surface-go-bundle---intel-pentium---1800-x-1200-display---windows-10-in-s-mode---surface-type-cover.product.100428070.html" target="_blank">Surface Type Cover bundle</a>.
|
||||||
|
This bundle has a 128 GB SSD, 4GB RAM, Intel Pentium Gold 4415Y CPU, and includes the type cover.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><img src="../Assets/Hardware/galaxy-s10-plus.png"></td>
|
<div class="col-md-3">
|
||||||
<td>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/galaxy-s10-plus.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
<h2>Phone: Samsung Galaxy S10+</h2>
|
<h2>Phone: Samsung Galaxy S10+</h2>
|
||||||
<p>
|
<p>
|
||||||
Got the Galaxy S10+ on sale on Amazon's Prime Day. My previous phone was a Pixel 2XL which I really liked, but I decided
|
Got the Galaxy S10+ on sale on Amazon's Prime Day. My previous phone was a Pixel 2XL which I really liked, but I decided
|
||||||
@@ -345,11 +357,13 @@
|
|||||||
I would have waited to replace my Pixel 2XL until the Galaxy Note 10+ came out and the price dropped down to something reasonable.
|
I would have waited to replace my Pixel 2XL until the Galaxy Note 10+ came out and the price dropped down to something reasonable.
|
||||||
However, I am happy with my decision as is.
|
However, I am happy with my decision as is.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><img src="../Assets/Hardware/galaxy-watch.png"></td>
|
<div class="col-md-3">
|
||||||
<td>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/galaxy-watch.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
<h2>Watch: Samsung Galaxy Watch</h2>
|
<h2>Watch: Samsung Galaxy Watch</h2>
|
||||||
<p>
|
<p>
|
||||||
I previously had a Moto 360 Sport smartwatch, but the performance was extremely disappointing. After looking at other
|
I previously had a Moto 360 Sport smartwatch, but the performance was extremely disappointing. After looking at other
|
||||||
@@ -360,79 +374,134 @@
|
|||||||
all watches should have some variant of this. Overall, the performance is great and I have come to appreciate
|
all watches should have some variant of this. Overall, the performance is great and I have come to appreciate
|
||||||
Samsung's brand of apps for my phone and watch.
|
Samsung's brand of apps for my phone and watch.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><img src="../Assets/Hardware/galaxy-buds.png"></td>
|
<div class="col-md-3">
|
||||||
<td>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/galaxy-buds.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
<h2>Wireless Earbuds: Samsung Galaxy Buds</h2>
|
<h2>Wireless Earbuds: Samsung Galaxy Buds</h2>
|
||||||
<p>
|
<p>
|
||||||
I found these on sale at Costco and heard that the audio quality was among the best for the price. I love that they also have
|
I found these on sale at Costco and heard that the audio quality was among the best for the price. I love that they also have
|
||||||
audio passthrough so you can hear your environment when necessary, or keep noise cancelling on. They fit nice in my ears
|
audio passthrough so you can hear your environment when necessary, or keep noise cancelling on. They fit nice in my ears
|
||||||
and don't fall out. My only grip is that the mic isn't that great for taking phone calls. Integrates well with my Galaxy
|
and don't fall out. My only grip is that the mic isn't that great for taking phone calls. Integrates well with my Galaxy
|
||||||
Watch and Galaxy S10+.
|
Watch and Galaxy S10+. My one grip is the battery life. Samsum reports 6 hours of charge in the earbuds and 7 hours
|
||||||
|
in the case. In my experience, this is pretty accurate. Don't expect long, continuous music sessions.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><img src="../Assets/Hardware/wh-1000xm3.png"></td>
|
<div class="col-md-3">
|
||||||
<td>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Hardware/wh-1000xm3.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
<h2>Wireless Headphones: Sony WH-1000XM3</h2>
|
<h2>Wireless Headphones: Sony WH-1000XM3</h2>
|
||||||
<p>
|
<p>
|
||||||
I actually purchased the WH-1000XM2's, but the XM3's are an improvement in every way and well worth the price. Sound quality
|
I actually purchased the WH-1000XM2's, but the XM3's are an improvement in every way and well worth the price. Sound quality
|
||||||
is amazing, noise cancelling is excellent, and it has audio passthrough in case you need to hear your environment.
|
is amazing, noise cancelling is excellent, and it has audio passthrough in case you need to hear your environment.
|
||||||
If you need wireless bluetooth headphones, this is it. You can get these headphones for around $290 on
|
If you need wireless bluetooth headphones, this is it. You can get these headphones for around $290 on
|
||||||
<a href="https://drop.com/buy/sony-wh-1000xm3-wireless-noise-canceling-headphones/" target="_blank">Drop</a>.
|
<a href="https://drop.com/buy/sony-wh-1000xm3-wireless-noise-canceling-headphones/" target="_blank">Drop</a>.
|
||||||
|
My favorite feature is definitely the battery life. Sony reports 30 hours of charge. If you will be away from
|
||||||
|
an outlet for an extended period of time and plan on using your headphones a lot, these are great.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h1><a name="video_games">Video Games</a></h1>
|
<!---------------------------------
|
||||||
<h2>Gaming Platform Profiles</h2>
|
VIDEO GAMES
|
||||||
<table id="gaming_profile_table">
|
----------------------------------->
|
||||||
<tr>
|
<div class="video_games">
|
||||||
<td><a href="https://steamcommunity.com/id/sr98vn/" target="_blank"><img alt="Steam" src="../Assets/Video Games/steam.jpg"></a></td>
|
<div class="row align-items-center">
|
||||||
</tr>
|
<div class="col-md-12">
|
||||||
<tr>
|
<h1><a name="video_games">Video Games</a></h1>
|
||||||
<td><h3>Steam: sr98vn</h3></td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
<h2>Favorite Games</h2>
|
<h2>Gaming Platform Profiles</h2>
|
||||||
<h3>Nintendo Switch</h3>
|
</div>
|
||||||
<p><ul>
|
</div>
|
||||||
<li>The Legend of Zelda: Breath of the Wild</li>
|
<div class="row align-items-center">
|
||||||
<li>Fire Emblem: Three Houses</li>
|
<div class="col-md-2">
|
||||||
<li>Super Smash Bros. Ultimate</li>
|
<a href="https://steamcommunity.com/id/sr98vn/" target="_blank">
|
||||||
<li>Octopath Traveler</li>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Video Games/steam.jpg" style="max-width: 250px;">
|
||||||
</ul></p>
|
</a>
|
||||||
|
</div>
|
||||||
<h3>PlayStation 4</h3>
|
</div>
|
||||||
<p><ul>
|
<div class="row align-items-center">
|
||||||
<li>God of War</li>
|
<div class="col-md-2 text-center">
|
||||||
<li>Marvel's Spider-Man</li>
|
<b>Steam:</b> sr98vn
|
||||||
<li>Bloodborne</li>
|
</div>
|
||||||
</ul></p>
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
<h3>PC</h3>
|
<div class="col-md-12">
|
||||||
<p><ul>
|
<h2>Favorite Games</h2>
|
||||||
<li>The Witcher III: Wild Hunt</li>
|
</div>
|
||||||
<li>The Elder Scrolls V: Skyrim</li>
|
</div>
|
||||||
<li>Dark Souls 1 (Remastered) & 3</li>
|
<div class="row align-items-center">
|
||||||
<li>Borderlands 2</li>
|
<div class="col-md-2">
|
||||||
<li>Star Wars: Jedi Fallen Order</li>
|
<img class="img-fluid mx-auto d-block" src="../Assets/Video Games/logo-nintendo-switch.png">
|
||||||
<li>Minecraft</li>
|
</div>
|
||||||
<li>Red Dead Redemption 2</li>
|
<div class="col-md-10" style="border: 3px solid red">
|
||||||
<li>The Sims 3</li>
|
<p><ul>
|
||||||
<li>Monster Hunter: World</li>
|
<li>The Legend of Zelda: Breath of the Wild</li>
|
||||||
</ul></p>
|
<li>Fire Emblem: Three Houses</li>
|
||||||
|
<li>Super Smash Bros. Ultimate</li>
|
||||||
<h1><a name="podcasts">Podcasts</a></h1>
|
<li>Octopath Traveler</li>
|
||||||
<table id="podcast_table">
|
</ul></p>
|
||||||
<tr>
|
</div>
|
||||||
<td><a href="https://pca.st/simmons" target="_blank"><img src="../Assets/Podcasts/bill-simmons.jpg"></a></td>
|
</div>
|
||||||
<td>
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Video Games/logo-ps4.jpg">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10" style="border: 3px solid blue">
|
||||||
|
<p><ul>
|
||||||
|
<li>God of War</li>
|
||||||
|
<li>Marvel's Spider-Man</li>
|
||||||
|
<li>Bloodborne</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Video Games/logo-pc.jpeg">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10" style="border: 3px solid black">
|
||||||
|
<p><ul>
|
||||||
|
<li>The Witcher III: Wild Hunt</li>
|
||||||
|
<li>The Elder Scrolls V: Skyrim</li>
|
||||||
|
<li>Dark Souls 1 (Remastered) & 3</li>
|
||||||
|
<li>Borderlands 2</li>
|
||||||
|
<li>Star Wars: Jedi Fallen Order</li>
|
||||||
|
<li>Minecraft</li>
|
||||||
|
<li>Red Dead Redemption 2</li>
|
||||||
|
<li>The Sims 3</li>
|
||||||
|
<li>Monster Hunter: World</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
PODCASTS
|
||||||
|
----------------------------------->
|
||||||
|
<div class="podcasts">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="podcasts">Podcasts</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<a href="https://pca.st/simmons" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/bill-simmons.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/simmons" target="_blank">The Bill Simmons Podcast (The Ringer)</a></h2>
|
<h2><a href="https://pca.st/simmons" target="_blank">The Bill Simmons Podcast (The Ringer)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
As a New England Patriot's fan (most because of Tom Brady), I really enjoy this (perhaps too Boston-centric) sports podcast.
|
As a New England Patriot's fan (most because of Tom Brady), I really enjoy this (perhaps too Boston-centric) sports podcast.
|
||||||
@@ -440,102 +509,153 @@
|
|||||||
I enjoy his conversations with friends and family about the week's events in sports, generally focused on NFL and NBA.
|
I enjoy his conversations with friends and family about the week's events in sports, generally focused on NFL and NBA.
|
||||||
He occasionally has celebrity guests and sometimes brings guests on to talk about TV and movies.
|
He occasionally has celebrity guests and sometimes brings guests on to talk about TV and movies.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/footballweekly" target="_blank"><img src="../Assets/Podcasts/football-weekly.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/footballweekly" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/football-weekly.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/footballweekly" target="_blank">Football Weekly (The Guardian)</a></h2>
|
<h2><a href="https://pca.st/footballweekly" target="_blank">Football Weekly (The Guardian)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
I love the light-hearted and sometimes comedic news and analysis of Premier League (and others) matches. The rotating
|
I love the light-hearted and sometimes comedic news and analysis of Premier League (and others) matches. The rotating
|
||||||
cast of football journalists and long-time hosts are thoroughly enjoyable to listen to every week.
|
cast of football journalists and long-time hosts are thoroughly enjoyable to listen to every week.
|
||||||
Definitely recommend this podcast for any football (soccer) fans.
|
Definitely recommend this podcast for any football (soccer) fans.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/bombcast" target="_blank"><img src="../Assets/Podcasts/giant-bombcast.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/bombcast" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/giant-bombcast.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/bombcast" target="_blank">Giant Bombcast (Giant Bomb)</a></h2>
|
<h2><a href="https://pca.st/bombcast" target="_blank">Giant Bombcast (Giant Bomb)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
The Giant Bombcast is a great podcast for video game fans. They discuss video game news, latest releases, and sometimes
|
The Giant Bombcast is a great podcast for video game fans. They discuss video game news, latest releases, and sometimes
|
||||||
stuff completely unrelated. Very fun to listen to throughout the week as each episode is pretty long.
|
stuff completely unrelated. Very fun to listen to throughout the week as each episode is pretty long.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/vergecast" target="_blank"><img src="../Assets/Podcasts/vergecast.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/vergecast" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/vergecast.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/vergecast" target="_blank">The Vergecast (The Verge)</a></h2>
|
<h2><a href="https://pca.st/vergecast" target="_blank">The Vergecast (The Verge)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
The Vergecast is perhaps my favorite podcast of any genre. The hosts discuss the week's tech news and other
|
The Vergecast is perhaps my favorite podcast of any genre. The hosts discuss the week's tech news and other
|
||||||
nerdy topics as well as interviews with tech leaders. Cannot recommend this enough.
|
nerdy topics as well as interviews with tech leaders. Cannot recommend this enough.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/nprwaitwait" target="_blank"><img src="../Assets/Podcasts/wait-wait.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/nprwaitwait" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/wait-wait.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/nprwaitwait" target="_blank">Wait Wait... Don't Tell Me! (NPR)</a></h2>
|
<h2><a href="https://pca.st/nprwaitwait" target="_blank">Wait Wait... Don't Tell Me! (NPR)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
This is my favorite news/comedy podcast. I love hearing about the week's wacky stories and the rotating
|
This is my favorite news/comedy podcast. I love hearing about the week's wacky stories and the rotating
|
||||||
panel of comedians' opinons on world events.
|
panel of comedians' opinons on world events.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/thedaily" target="_blank"><img src="../Assets/Podcasts/the-daily.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/thedaily" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/the-daily.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/thedaily" target="_blank">The Daily (The New York Times)</a></h2>
|
<h2><a href="https://pca.st/thedaily" target="_blank">The Daily (The New York Times)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
My go to for the major news events of the day (as implied by the name). It's ready every weekday by 6 AM and
|
My go to for the major news events of the day (as implied by the name). It's ready every weekday by 6 AM and
|
||||||
generally doesn't run longer than 30 minutes. Great way to start the day.
|
generally doesn't run longer than 30 minutes. Great way to start the day.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/hardcorehist" target="_blank"><img src="../Assets/Podcasts/hardcore-history.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/hardcorehist" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/hardcore-history.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/hardcorehist" target="_blank">Dan Carlin's Hardcore History (Dan Carlin)</a></h2>
|
<h2><a href="https://pca.st/hardcorehist" target="_blank">Dan Carlin's Hardcore History (Dan Carlin)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
This is long-form historical discussion and analysis. If you are interested in diving deep into historical
|
This is long-form historical discussion and analysis. If you are interested in diving deep into historical
|
||||||
events from the perspective of someone who knows how to tell a story, this is the podcast for you. Episodes
|
events from the perspective of someone who knows how to tell a story, this is the podcast for you. Episodes
|
||||||
are generally 4 to 5 hours long and aren't released very often as they require an enormous amount of research.
|
are generally 4 to 5 hours long and aren't released very often as they require an enormous amount of research.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/lmm1" target="_blank"><img src="../Assets/Podcasts/throughline.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/lmm1" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/throughline.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/lmm1" target="_blank">Throughline (NPR)</a></h2>
|
<h2><a href="https://pca.st/lmm1" target="_blank">Throughline (NPR)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
The premise of Throughline is exploring how we can look at the past to understand the present. The hosts are
|
The premise of Throughline is exploring how we can look at the past to understand the present. The hosts are
|
||||||
awesome and always find very interesting stories in the past relating to current events that help put
|
awesome and always find very interesting stories in the past relating to current events that help put
|
||||||
things in perspective.
|
things in perspective.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
<tr>
|
<div class="row align-items-center">
|
||||||
<td><a href="https://pca.st/invisibilia" target="_blank"><img src="../Assets/Podcasts/invisibilia.jpg"></a></td>
|
<div class="col-md-2">
|
||||||
<td>
|
<a href="https://pca.st/invisibilia" target="_blank">
|
||||||
|
<img class="img-fluid mx-auto d-block" src="../Assets/Podcasts/invisibilia.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
<h2><a href="https://pca.st/invisibilia" target="_blank">Invisibilia (NPR)</a></h2>
|
<h2><a href="https://pca.st/invisibilia" target="_blank">Invisibilia (NPR)</a></h2>
|
||||||
<p>
|
<p>
|
||||||
I'm not entirely sure how to describe this podcast. According to the podcast description, Invisibilia is about
|
I'm not entirely sure how to describe this podcast. According to the podcast description, Invisibilia is about
|
||||||
the unseeable forces that control human behavior and shake our ideas, beliefs, and assumptions. Definitely very
|
the unseeable forces that control human behavior and shake our ideas, beliefs, and assumptions. Definitely very
|
||||||
interesting and different from most of the other podcasts I listen to.
|
interesting and different from most of the other podcasts I listen to.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
|
||||||
<h1><a name="music">Music</a></h1>
|
<!---------------------------------
|
||||||
<h2>Spotify Playlist</h2>
|
MUSIC
|
||||||
<p>
|
----------------------------------->
|
||||||
These are my current (approximately 100) favorite songs.
|
<div class="music">
|
||||||
</p>
|
<div class="row align-items-center">
|
||||||
<iframe src="https://open.spotify.com/embed/playlist/28Qjnry0Pw8D6Z6n5pzxSv" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
|
<div class="col-md-12">
|
||||||
|
<h1><a name="music">Music</a></h1>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/footer.txt"></script>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Spotify Playlist</h2>
|
||||||
|
<p>
|
||||||
|
These are my current (approximately 100) favorite songs.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<iframe src="https://open.spotify.com/embed/playlist/28Qjnry0Pw8D6Z6n5pzxSv" width="100%" height="580" allowtransparency="true" allow="encrypted-media"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/footer.txt"></script>
|
||||||
|
</footer>
|
||||||
</html>
|
</html>
|
294
Web Pages/portfolio.html
Normal file
294
Web Pages/portfolio.html
Normal file
@@ -0,0 +1,294 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/header.txt"></script>
|
||||||
|
<title>Portfolio</title>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.resume iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 750px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.education img {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.education .card {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.professional_experience img {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.research img {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects img {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/navbar.txt"></script>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="container-fluid px-md-6">
|
||||||
|
<!---------------------------------
|
||||||
|
RESUME
|
||||||
|
----------------------------------->
|
||||||
|
<div class="resume">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="resume">Resume</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<iframe src="https://docs.google.com/gview?url=https://github.com/balajsra/resume/raw/master/sravan_balaji_resume.pdf&embedded=true"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
EDUCATION
|
||||||
|
----------------------------------->
|
||||||
|
<div class="education">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="education">Education</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<!-- TODO -->
|
||||||
|
<div class="col-md-3">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="accordion">
|
||||||
|
<div class="card">
|
||||||
|
<!-- 1. FALL 2016 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#fall2016">
|
||||||
|
1. Fall 2016
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="fall2016" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>ALA 105 - Digital Research: Critical Concepts & Strategies</li>
|
||||||
|
<li>ENGR 151 - Accelerated Introduction to Computers and Programming</li>
|
||||||
|
<li>MATH 216 - Introduction to Differential Equations</li>
|
||||||
|
<li>SOC 100 - Introduction to Sociology</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 2. WINTER 2017 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#winter2017">
|
||||||
|
2. Winter 2017
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="winter2017" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>CLCIV 385 - Greek Mythology</li>
|
||||||
|
<li>EECS 203 - Discrete Mathematics</li>
|
||||||
|
<li>ENGR 100 - Introduction to Engineering: Solar Energy and Self-Powered Wireless Systems</li>
|
||||||
|
<li>MECHENG 211 - Introduction to Solid Mechanics</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 3. FALL 2017 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#fall2017">
|
||||||
|
3. Fall 2017
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="fall2017" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>EECS 280 - Programming and Introductory Data Structures</li>
|
||||||
|
<li>MECHENG 235 - Thermodynamics I</li>
|
||||||
|
<li>MECHENG 240 - Introduction to Dynamics and Vibrations</li>
|
||||||
|
<li>MECHENG 250 - Design and Manufacturing I</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 4. WINTER 2018 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#winter2018">
|
||||||
|
4. Winter 2018
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="winter2018" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>EECS 281 - Data Structures and Algorithms</li>
|
||||||
|
<li>EECS 314 - Electrical Circuits, Systems, and Applications</li>
|
||||||
|
<li>EECS 370 - Introduction to Computer Organization</li>
|
||||||
|
<li>MECHENG 320 - Fluid Mechanics I</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 5. FALL 2018 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#fall2018">
|
||||||
|
5. Fall 2018
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="fall2018" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>MECHENG 350 - Design and Manufacturing II</li>
|
||||||
|
<li>MECHENG 360 - Modeling, Analysis, and Control of Dynamic Systems</li>
|
||||||
|
<li>MECHENG 382 - Mechanical Behavior of Materials</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 6. WINTER 2019 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#winter2019">
|
||||||
|
6. Winter 2019
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="winter2019" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>EECS 201 - Computer Science Pragmatics</li>
|
||||||
|
<li>EECS 376 - Foundations of Computer Science</li>
|
||||||
|
<li>EECS 442 - Computer Vision</li>
|
||||||
|
<li>MECHENG 395 - Laboratory I</li>
|
||||||
|
<li>STATS 412 - Introduction to Probability & Statistics</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 7. FALL 2019 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#fall2019">
|
||||||
|
7. Fall 2019
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="fall2019" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>EECS 492 - Introduction to Artificial Intelligence</li>
|
||||||
|
<li>MECHENG 335 - Heat Transfer</li>
|
||||||
|
<li>MECHENG 450 - Design and Manufacturing III</li>
|
||||||
|
<li>MECHENG 461 - Automatic Control</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 8. WINTER 2020 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#winter2020">
|
||||||
|
8. Winter 2020
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="winter2020" class="collapse show" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>EECS 467 - Autonomous Robotics</li>
|
||||||
|
<li>EECS 496 - Major Design Experience Professionalism</li>
|
||||||
|
<li>MECHENG 561 - Design of Digital Control Systems</li>
|
||||||
|
<li>ROB 530 - Mobile Robotics: Methods & Algorithms</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 9. FALL 2020 -->
|
||||||
|
<div class="card-header">
|
||||||
|
<a class="card-link" data-toggle="collapse" href="#fall2020">
|
||||||
|
9. Fall 2020 (Planned Courses)
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="fall2020" class="collapse" data-parent="#accordion">
|
||||||
|
<div class="card-body">
|
||||||
|
<p><ul>
|
||||||
|
<li>EECS 445 - Introduction to Machine Learning</li>
|
||||||
|
<li>EECS 493 - User Interface Development</li>
|
||||||
|
<li>MECHENG 495 - Laboratory II</li>
|
||||||
|
<li>ROB 501 - Math for Robotics</li>
|
||||||
|
</ul></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
PROFESSIONAL EXPERIENCE
|
||||||
|
----------------------------------->
|
||||||
|
<div class="professional_experience">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="professional_experience">Professional Experience</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-3">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
RESEARCH
|
||||||
|
----------------------------------->
|
||||||
|
<div class="research">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="research">Research</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-3">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!---------------------------------
|
||||||
|
Projects
|
||||||
|
----------------------------------->
|
||||||
|
<div class="projects">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h1><a name="projects">Projects</a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-3">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-9">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<script language="javascript" type="text/javascript" src="Common/footer.txt"></script>
|
||||||
|
</footer>
|
||||||
|
</html>
|
@@ -1,263 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
table#coursework_table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
/* width: 80%; */
|
|
||||||
}
|
|
||||||
|
|
||||||
table#coursework_table th {
|
|
||||||
padding: 8px;
|
|
||||||
text-align: center;
|
|
||||||
border: 1px solid #333333;
|
|
||||||
background-color: #00274c;
|
|
||||||
color: #eff0f1;
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#coursework_table tr, td {
|
|
||||||
padding: 8px;
|
|
||||||
text-align: left;
|
|
||||||
border: 1px solid #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#coursework_table
|
|
||||||
tr:nth-child(n+2):nth-child(-n+5),
|
|
||||||
tr:nth-child(n+10):nth-child(-n+13),
|
|
||||||
tr:nth-child(n+18):nth-child(-n+20),
|
|
||||||
tr:nth-child(n+26):nth-child(-n+29),
|
|
||||||
tr:nth-child(n+34):nth-child(-n+37) {
|
|
||||||
background-color: #ffcb05;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
table#coursework_table
|
|
||||||
tr:nth-child(n+6):nth-child(-n+9),
|
|
||||||
tr:nth-child(n+14):nth-child(-n+17),
|
|
||||||
tr:nth-child(n+21):nth-child(-n+25),
|
|
||||||
tr:nth-child(n+30):nth-child(-n+33) {
|
|
||||||
background-color: #0d57aa;
|
|
||||||
color: #eff0f1;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<title>Resume</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<nav>
|
|
||||||
<div class="navbar">
|
|
||||||
<a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>About ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="about.html#bio">Bio</a>
|
|
||||||
<a href="about.html#contact_me">Contact Me</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn-active"><b>Resume ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="resume.html#professional_experience">Professional Experience</a>
|
|
||||||
<a href="resume.html#research">Research</a>
|
|
||||||
<a href="resume.html#projects">Projects</a>
|
|
||||||
<a href="resume.html#coursework">Coursework</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="subnav">
|
|
||||||
<button class="subnavbtn"><b>Personal Recommendations ▼</b></button>
|
|
||||||
<div class="subnav-content">
|
|
||||||
<a href="personal_recommendations.html#software">Software</a>
|
|
||||||
<a href="personal_recommendations.html#hardware">Hardware</a>
|
|
||||||
<a href="personal_recommendations.html#video_games">Video Games</a>
|
|
||||||
<a href="personal_recommendations.html#podcasts">Podcasts</a>
|
|
||||||
<a href="personal_recommendations.html#music">Music</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="documentation.html"><b>Documentation</b></a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="main_content">
|
|
||||||
<h1>Resume / CV</h1>
|
|
||||||
Latest PDF version of resume can be found on <a href="https://github.com/balajsra/resume/blob/master/sravan_balaji_resume.pdf" target="_blank">GitHub</a>.<br>
|
|
||||||
Full education and work experience can be found on <a href="https://www.linkedin.com/in/sravan-balaji/" target="_blank">LinkedIn</a>.<br>
|
|
||||||
|
|
||||||
<h1><a name="professional_experience">Professional Experience</a></h1>
|
|
||||||
<h2>WIP</h2>
|
|
||||||
|
|
||||||
<h1><a name="research">Research</a></h1>
|
|
||||||
<h2>WIP</h2>
|
|
||||||
|
|
||||||
<h1><a name="projects">Projects</a></h1>
|
|
||||||
<h2>WIP</h2>
|
|
||||||
|
|
||||||
<h1><a name="coursework">Coursework</a></h1>
|
|
||||||
<table id="coursework_table">
|
|
||||||
<tr><b>
|
|
||||||
<th>Semester</th>
|
|
||||||
<th>Course ID</th>
|
|
||||||
<th>Course Name</th>
|
|
||||||
</b></tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Fall 2016</td>
|
|
||||||
<td>ALA 105</td>
|
|
||||||
<td>Digital Research: Critical Concepts & Strategies</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>ENGR 151</td>
|
|
||||||
<td>Accelerated Introduction to Computers and Programming</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MATH 216</td>
|
|
||||||
<td>Introduction to Differential Equations</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>SOC 100</td>
|
|
||||||
<td>Introduction to Sociology</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Winter 2017</td>
|
|
||||||
<td>CLCIV 385</td>
|
|
||||||
<td>Greek Mythology</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 203</td>
|
|
||||||
<td>Discrete Mathematics</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>ENGR 100</td>
|
|
||||||
<td>Introduction to Engineering: Solar Energy and Self-Powered Wireless Systems</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 211</td>
|
|
||||||
<td>Introduction to Solid Mechanics</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Fall 2017</td>
|
|
||||||
<td>EECS 280</td>
|
|
||||||
<td>Programming and Introductory Data Structures</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 235</td>
|
|
||||||
<td>Thermodynamics I</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 240</td>
|
|
||||||
<td>Introduction to Dynamics and Vibrations</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 250</td>
|
|
||||||
<td>Design and Manufacturing I</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Winter 2018</td>
|
|
||||||
<td>EECS 281</td>
|
|
||||||
<td>Data Structures and Algorithms</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 314</td>
|
|
||||||
<td>Electrical Circuits, Systems, and Applications</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 370</td>
|
|
||||||
<td>Introduction to Computer Organization</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 320</td>
|
|
||||||
<td>Fluid Mechanics I</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="3">Fall 2018</td>
|
|
||||||
<td>MECHENG 350</td>
|
|
||||||
<td>Design and Manufacturing II</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 360</td>
|
|
||||||
<td>Modeling, Analysis, and Control of Dynamic Systems</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 382</td>
|
|
||||||
<td>Mechanical Behavior of Materials</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="5">Winter 2019</td>
|
|
||||||
<td>EECS 201</td>
|
|
||||||
<td>Computer Science Pragmatics</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 376</td>
|
|
||||||
<td>Foundations of Computer Science</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 442</td>
|
|
||||||
<td>Computer Vision</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 395</td>
|
|
||||||
<td>Laboratory I</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>STATS 412</td>
|
|
||||||
<td>Introduction to Probability & Statistics</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Fall 2019</td>
|
|
||||||
<td>EECS 492</td>
|
|
||||||
<td>Introduction to Artificial Intelligence</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 335</td>
|
|
||||||
<td>Heat Transfer</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 450</td>
|
|
||||||
<td>Design and Manufacturing III</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 461</td>
|
|
||||||
<td>Automatic Control</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Winter 2020</td>
|
|
||||||
<td>EECS 467</td>
|
|
||||||
<td>Autonomous Robotics</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 496</td>
|
|
||||||
<td>Major Design Experience Professionalism</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 561</td>
|
|
||||||
<td>Design of Digital Control Systems</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>ROB 530</td>
|
|
||||||
<td>Mobile Robotics: Methods & Algorithms</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan="4">Fall 2020<br>(Planned Courses)</td>
|
|
||||||
<td>EECS 445</td>
|
|
||||||
<td>Introduction to Machine Learning</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>EECS 493</td>
|
|
||||||
<td>User Interface Development</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>MECHENG 495</td>
|
|
||||||
<td>Laboratory II</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>ROB 501</td>
|
|
||||||
<td>Math for Robotics</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<script language="javascript" type="text/javascript" src="Templates/footer.txt"></script>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@@ -1,7 +1,73 @@
|
|||||||
|
/***********
|
||||||
|
* General *
|
||||||
|
***********/
|
||||||
|
html {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #e4e1df;
|
||||||
|
padding-top: 65px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/****************
|
||||||
|
* Main Content *
|
||||||
|
****************/
|
||||||
|
/* .main {
|
||||||
|
color: #333333;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main h1 {
|
||||||
|
background-color: #00274c;
|
||||||
|
color: #eff0f1;
|
||||||
|
padding: 10px 10px;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.container-fluid {
|
||||||
|
color: #333333;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-fluid h1 {
|
||||||
|
background-color: #00274c;
|
||||||
|
/* color: #eff0f1; */
|
||||||
|
color: #ffcb05;
|
||||||
|
padding: 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row {
|
||||||
|
/* border: 1px solid red; */
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Add an invisible target before
|
||||||
|
anchor links so navbar doesn't
|
||||||
|
block content */
|
||||||
|
:target::before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
margin-top: -70px;
|
||||||
|
height: 70px;
|
||||||
|
width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.px-md-6 {
|
||||||
|
padding-left: 12.5% !important;
|
||||||
|
padding-right: 12.5% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .main img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
} */
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* Navbar & Subnavbar *
|
* Navbar & Subnavbar *
|
||||||
**********************/
|
**********************/
|
||||||
.navbar {
|
/* .navbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #00274c;
|
background-color: #00274c;
|
||||||
}
|
}
|
||||||
@@ -79,32 +145,4 @@
|
|||||||
|
|
||||||
.subnav:hover .subnav-content {
|
.subnav:hover .subnav-content {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/****************
|
|
||||||
* Main Content *
|
|
||||||
****************/
|
|
||||||
.main_content {
|
|
||||||
color: #333333;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
margin-left: 15px;
|
|
||||||
margin-right: 15px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
margin-top: 50px;
|
|
||||||
line-height: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***********************
|
|
||||||
* Body: Entire Window *
|
|
||||||
***********************/
|
|
||||||
body {
|
|
||||||
background-color: #e4e1df;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
background-color: #00274c;
|
|
||||||
color: #eff0f1;
|
|
||||||
padding: 10px 10px;
|
|
||||||
}
|
|
Reference in New Issue
Block a user