Add Product Recommendations

- Add Software
- Add Hardware
- Add Favorite Games
This commit is contained in:
Sravan Balaji
2019-12-25 19:36:21 -05:00
parent 86ed75baf6
commit 5f093bd316

View File

@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Product Recommendations</title>
</head>
<body>
<h1><a href="index.html">Home</a> &rarr; Product Recommendations</h1>
<hr>
<h1>Software</h1>
<h2><a href="https://www.stardock.com/products/fences/">Fences</a></h2>
<h3>Platform: Windows</h3>
<h2><a href="https://www.stardock.com/products/start10/">Start10</a></h2>
<h3>Platform: Windows</h3>
<h2><a href="https://www.wallpaperengine.io/">Wallpaper Engine</a></h2>
<h3>Platform: Windows</h3>
<h2><a href="https://www.notion.so/?r=542c7e5df78d4ff0bf5417dd397f26b8">Notion</a></h2>
<h3>Platform: Web App, Mac, Windows, iOS, Android</h3>
<h2><a href="https://www.microsoft.com/en-us/p/clatter/9nps35br12q8?activetab=pivot:overviewtab">Clatter</a></h2>
<h3>Platform: Windows</h3>
<h2><a href="https://chocolatey.org/">Chocolatey</a></h2>
<h3>Platform: Windows</h3>
<h2><a href="https://www.pocketcasts.com/">Pocket Casts</a></h2>
<h3>Platform: Web App, iOS, Android</h3>
<h2><a href="https://vanced.app/">YouTube Vanced</a></h2>
<h3>Platform: Android</h3>
<h2><a href="https://xodo.com/">Xodo</a></h2>
<h3>Platform: Web App, iOS, Android, Windows</h3>
<h2><a href="https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l">myTube!</a></h2>
<h3>Platform: Windows</h3>
<hr>
<h1>Hardware</h1>
<h2>Desktop PC</h2>
A full list of my desktop PC build components can be found on <a href="https://pcpartpicker.com/user/sr98vn/saved/#view=dv8LJx">PCPartPicker</a>.
<h2>Laptop</h2>
<h3>Model: HP Specture x360 15"</h3>
<h3>CPU: Intel i7-7500U</h3>
<h3>GPU: NVIDIA GeForce 940MX</h3>
<h3>RAM: 16 GB</h3>
<h2>Tablet</h2>
<h3>Model: Microsoft Surface Go</h3>
<h3>CPU: Intel Pentium 4415Y</h3>
<h3>RAM: 4 GB</h3>
<hr>
<h1>Favorite Video Games</h1>
<h2><a href="https://thewitcher.com/en/witcher3">The Witcher III: Wild Hunt</a></h2>
<h2><a href="https://elderscrolls.bethesda.net/en/skyrim">The Elder Scrolls V: Skyrim</a></h2>
<hr>
<h1>Music</h1>
<h2>Spotify Playlist</h2>
<iframe src="https://open.spotify.com/embed/playlist/28Qjnry0Pw8D6Z6n5pzxSv" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<hr>
</body>
<footer>
&copy; Copyright 2019, Sravan Balaji.
</footer>
</html>