diff options
author | altaf-creator <athaalaa@gmail.com> | 2024-04-04 16:41:10 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2024-04-04 16:41:10 +0700 |
commit | a26de243da1a42ea9abc4953c1906cf558493883 (patch) | |
tree | 9dd5d14afda5e451f52ef744bd1408c0e717629f /blog/simpliCity/beta02 | |
parent | d9ef8a652594c782be0422184a8632588805db06 (diff) |
initial commit for personal git repo server
Diffstat (limited to 'blog/simpliCity/beta02')
-rw-r--r-- | blog/simpliCity/beta02/index.html | 274 |
1 files changed, 137 insertions, 137 deletions
diff --git a/blog/simpliCity/beta02/index.html b/blog/simpliCity/beta02/index.html index c2a29a8..b9b348d 100644 --- a/blog/simpliCity/beta02/index.html +++ b/blog/simpliCity/beta02/index.html @@ -1,138 +1,138 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="/style.css"> - <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> - <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title> - <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> - - <style> - .center-grid { - min-height: 0; - } - </style> -</head> - -<body onload="addNodes()"> - <script defer src="/scripts/scroll.js"></script> - <script defer src="/scripts/onload.js"></script> - <div class="floating-nav-container"> - <div class="floating-nav"> - <a href="/about/" class="link">About Me</a> - <a href="/projects/" class="link">Projects</a> - <a href="/blog/" class="link">(dev)Blog</a> - </div> - </div> - <div class="sidebar" id="sidebar"> - <a href="/"> - <img src="/assets/images/hero/logo.png" alt="" class="sidebar-img"> - </a> - <span>altaf-creator</span> - </div> - <div class="sidebar-progress-container" id="progressContainer"> - </div> - <section style="border-top: none; padding-top: 50px;" class="normal-section"> - <div class="banner-shadow"> - <img src="/assets/images/blog/beta0.2_banner.png" alt="" class="banner img"> - </div> - <div class="center-grid"> - <div class="div-sizing"> - <div class="flex-container flex-container-column flex" style="gap: 7px; margin-top: 20px;"> - <span class="colored-text">simpliCity</span> - <h1 style="text-align: left; margin: 0;">beta0.2: The Visual Update is Out!</h1> - <span style="color: rgba(0, 0, 0, 0.5);">Wednesday, 26 July 2023</span><br> - <span>Written by <span class="colored-text">altaf-creator</span></span> - </div> - </div> - </div> - </section> - <section class="normal-section"> - <div class="center-grid"> - <div class="div-sizing"> - <h1>Introduction</h1> - <p>Hello, friends! Today, I'm excited to announce that simpliCity beta0.2: The Visual Update is OUT NOW! - 🥳 <br>This update contains a lot of content features, bugfixes, and improvements from the last - update. </p> - </div> - </div> - </section> - <section class="normal-section"> - <div class="center-grid"> - <div class="div-sizing"> - <h2>Notable Additions</h2> - <p>Starting from NEW buildings, there is now;</p> - <ul> - <li>Factories</li> - <li>A soup restaurant</li> - <li>Restoran Padang</li> - <li>miniMart</li> - <li>Big Ben</li> - <li>Fountains</li> - <li>House remodel + new models</li> - <li>School remodel</li> - <li>Lamp remodel</li> - <li>Connected roads</li> - <li>Fences</li> - </ul> - - <p>And then the new game ambience;</p> - <ul> - <li>Better ambient lightning</li> - <li>Better skybox coloring</li> - <li>Clouds!</li> - <li>Better ambience</li> - <li>Window lights</li> - </ul> - - <p>Last but certainly not least, big changes to UI!</p> - <ul> - <li>a COMPLETE UI overhaul</li> - <li>Loading screen</li> - <li>UI Sounds</li> - <li>Hotbar organization</li> - </ul> - </div> - </div> - </section> - <section class="normal-section"> - <div class="center-grid"> - <div class="div-sizing"> - <h2>Changes & Bugfixes</h2> - <ul> - <li>Citizen arrival and depart rate modifications</li> - <li>Performance optimizations</li> - <li>Small improvements</li> - <li>Land expansions are now limited to 3x3</li> - <li>Useful tooltips</li> - <li>Better tooltip positioning</li> - <li>Fixed credit overlapping text</li> - </ul> - </div> - </div> - </section> - <section class="normal-section"> - <div class="center-grid"> - <div class="div-sizing"> - <h1>Closing</h1> - <p> - And that's (probably) the end of the beta0.2 update. You can already update the game on steam right - now! I wanted to say thank you everyone for all of your support, suggestions, and help on building - simpliCity. <br><br> - Once again, thank you everyone for reading. <br> - This is Altaf. <br> - Stay safe, and see you in the next update on <a href="/blog/" class="link">The Altaf (dev)Blog</a>! - </p> - - <span style="color: rgba(0, 0, 0, 0.5);">Steam News Link: <a - href="https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135" - class="link">https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135</a></span> - </div> - </div> - </section> -</body> - +<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
+ <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title>
+ <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
+
+ <style>
+ .center-grid {
+ min-height: 0;
+ }
+ </style>
+</head>
+
+<body onload="addNodes()">
+ <script defer src="/scripts/scroll.js"></script>
+ <script defer src="/scripts/onload.js"></script>
+ <div class="floating-nav-container">
+ <div class="floating-nav">
+ <a href="/about/" class="link">About Me</a>
+ <a href="/projects/" class="link">Projects</a>
+ <a href="/blog/" class="link">(dev)Blog</a>
+ </div>
+ </div>
+ <div class="sidebar" id="sidebar">
+ <a href="/">
+ <img src="/assets/images/hero/logo.png" alt="" class="sidebar-img">
+ </a>
+ <span>altaf-creator</span>
+ </div>
+ <div class="sidebar-progress-container" id="progressContainer">
+ </div>
+ <section style="border-top: none; padding-top: 50px;" class="normal-section">
+ <div class="banner-shadow">
+ <img src="/assets/images/blog/beta0.2_banner.png" alt="" class="banner img">
+ </div>
+ <div class="center-grid">
+ <div class="div-sizing">
+ <div class="flex-container flex-container-column flex" style="gap: 7px; margin-top: 20px;">
+ <span class="colored-text">simpliCity</span>
+ <h1 style="text-align: left; margin: 0;">beta0.2: The Visual Update is Out!</h1>
+ <span style="color: rgba(0, 0, 0, 0.5);">Wednesday, 26 July 2023</span><br>
+ <span>Written by <span class="colored-text">altaf-creator</span></span>
+ </div>
+ </div>
+ </div>
+ </section>
+ <section class="normal-section">
+ <div class="center-grid">
+ <div class="div-sizing">
+ <h1>Introduction</h1>
+ <p>Hello, friends! Today, I'm excited to announce that simpliCity beta0.2: The Visual Update is OUT NOW!
+ 🥳 <br>This update contains a lot of content features, bugfixes, and improvements from the last
+ update. </p>
+ </div>
+ </div>
+ </section>
+ <section class="normal-section">
+ <div class="center-grid">
+ <div class="div-sizing">
+ <h2>Notable Additions</h2>
+ <p>Starting from NEW buildings, there is now;</p>
+ <ul>
+ <li>Factories</li>
+ <li>A soup restaurant</li>
+ <li>Restoran Padang</li>
+ <li>miniMart</li>
+ <li>Big Ben</li>
+ <li>Fountains</li>
+ <li>House remodel + new models</li>
+ <li>School remodel</li>
+ <li>Lamp remodel</li>
+ <li>Connected roads</li>
+ <li>Fences</li>
+ </ul>
+
+ <p>And then the new game ambience;</p>
+ <ul>
+ <li>Better ambient lightning</li>
+ <li>Better skybox coloring</li>
+ <li>Clouds!</li>
+ <li>Better ambience</li>
+ <li>Window lights</li>
+ </ul>
+
+ <p>Last but certainly not least, big changes to UI!</p>
+ <ul>
+ <li>a COMPLETE UI overhaul</li>
+ <li>Loading screen</li>
+ <li>UI Sounds</li>
+ <li>Hotbar organization</li>
+ </ul>
+ </div>
+ </div>
+ </section>
+ <section class="normal-section">
+ <div class="center-grid">
+ <div class="div-sizing">
+ <h2>Changes & Bugfixes</h2>
+ <ul>
+ <li>Citizen arrival and depart rate modifications</li>
+ <li>Performance optimizations</li>
+ <li>Small improvements</li>
+ <li>Land expansions are now limited to 3x3</li>
+ <li>Useful tooltips</li>
+ <li>Better tooltip positioning</li>
+ <li>Fixed credit overlapping text</li>
+ </ul>
+ </div>
+ </div>
+ </section>
+ <section class="normal-section">
+ <div class="center-grid">
+ <div class="div-sizing">
+ <h1>Closing</h1>
+ <p>
+ And that's (probably) the end of the beta0.2 update. You can already update the game on steam right
+ now! I wanted to say thank you everyone for all of your support, suggestions, and help on building
+ simpliCity. <br><br>
+ Once again, thank you everyone for reading. <br>
+ This is Altaf. <br>
+ Stay safe, and see you in the next update on <a href="/blog/" class="link">The Altaf (dev)Blog</a>!
+ </p>
+
+ <span style="color: rgba(0, 0, 0, 0.5);">Steam News Link: <a
+ href="https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135"
+ class="link">https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135</a></span>
+ </div>
+ </div>
+ </section>
+</body>
+
</html>
\ No newline at end of file |