aidxnFUNretro/cloud.html

68 lines
4.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cloud | aidxn</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/cloud.css">
</head>
<body>
<div id="loading"></div>
<div id="page" style="display: none;">
<header class="sidebar">
<a href="/"><img src="img/logo.gif" alt="Animated logo text displaying AIDXN ONLINE" class="logo"></a>
<p class="cap">Welcome to my world wide web site!</p>
<img src="img/links.gif" alt="Animated text displaying LINKS" width="30%" class="mm-label">
<ul>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/">home</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="about.html">about</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="contact.html">contact</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="verify.html">verify a message</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="status.html">status</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="design.html">design</a></li>
2024-10-11 18:27:20 -04:00
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="projects.html">projects</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><b>cloud</b></li>
</ul>
<img src="img/information.gif" alt="Animated text displaying INFORMATION" width="68%" class="mm-label">
<p id="date"></p>
<img id="album-art" style="height: 64px; width: 64px;" src="img/loading.gif" alt="Album cover">
<div class="music-section">
<b id="albLabel">Now Playing:</b><br>
<b id="song">Loading...</b>
<p id="album">Loading...</p>
<p id="artist">Loading...</p>
</div>
<span class="extra-text"><b>Note: </b>This page is best viewed on a computer.</span>
</header>
<aside class="main-content">
<h1>Cloud</h1>
<p>I also work a <i>LOT</i> in the cloud, but not the type you might be thinking about. I almost have an obsession to enterprise cloud computing. Hell, you're actually connected to one... right now! Here are some of my favorite platforms, ranked.</p>
<p>This section is a work in progress, for those who don't know cloud computing. I'm working to make the wording clearer, so the non-technical folk can still understand everything here!</p>
<ol>
<li>
Oracle Cloud
<br><br>
This platform is my absolute favorite cloud platform. Five stars, easily. Oracle Cloud not only has the best free tier out of every other cloud solution I have tried, it has an amazing user interface. Everything is easy to navigate and find (especially very specific things, such as subnets).
</li>
<li class="space">
Azure
<br><br>
Azure is another gold standard cloud platform, and is my second favorite (nobody can dethrone Oracle Cloud!) and I really enjoyed using their platform. While having a 12-month limit on their free tier, their credits are generous, and they have good support for any hiccups you might encounter. Their machines could be priced a bit better, especially for individuals.
</li>
<li class="space">
AWS
<br><br>
Apart from being the most recognizable cloud platform (subjective), it has a fantastic API, and EC2 is quite intuitive. They have a limited 12-month free tier, which is pretty disappointing, and the instances you are able to create are not the best. Their pricing is horrible for individuals, however it's viable for an enterprise to use. Three stars.
</li>
</ol>
</aside>
</div>
<script src="js/main.js"></script>
<script src="js/music.js"></script>
<script src="js/ping.js"></script>
</body>
</html>