Skip to content

Commit

Permalink
adding article 9
Browse files Browse the repository at this point in the history
  • Loading branch information
iArtistTree committed Jan 13, 2025
1 parent f026139 commit 63201c0
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
Binary file added images/articleThmbnl/article9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions pages/newsArticles/article9.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- OpenGraph Meta Tags -->
<!-- TITLE HERE -->
<meta property="og:title" content="A Fresh Start: A New Mayor for the New Year"/>
<meta property="og:url" content="https://iartisttree.github.io/Medoles/"/>
<meta property="og:description" content="The official website of the Most Serene Republic of Medoles" />
<!-- IMAGE HERE -->
<meta property="og:image" content="https://raw.githubusercontent.com/iArtistTree/Medoles/refs/heads/main/images/articleThmbnl/article9.png">
<meta content="#D3191F" data-react-helmet="true" name="theme-color">
<meta property="og:url" content="https://iartisttree.github.io/Medoles/"/>

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="iartisttree.github.io">
<!-- LINK HERE -->
<meta property="twitter:url" content="https://iartisttree.github.io/Medoles/pages/newsArticles/article9.html">
<!-- TITLE HERE -->
<meta name="twitter:title" content="A Fresh Start: A New Mayor for the New Year">
<meta name="twitter:description" content="The official website of the Most Serene Republic of Medoles">
<!-- IMAGE HERE -->
<meta name="twitter:image" content="https://raw.githubusercontent.com/iArtistTree/Medoles/refs/heads/main/images/articleThmbnl/article9.png">

<!-- TITLE HERE-->
<title id="pageName">A Fresh Start: A New Mayor for the New Year</title>

<link rel="icon" type="image/x-cion" href="../../webIcon.ico">
<link rel="stylesheet" href="./css/indexStyle.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="../../css/indexStyle.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>

<script src="../../../js/functions.js"></script>
</head>

<!-- navbar -->
<nav class="navbar fixed-top navbar-expand-md shadow-lg" data-bs-theme="dark">
<div class="container-fluid">
<!-- country icon + title -->
<a class="navbar-brand text-white fs-1" href="../../index.html">
<img src="../../images/emote.png" class="shadow-lg" alt="flag" width="70">
<b style="font-family:Arial, Helvetica, sans-serif" id="navbarTtl"></b>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-Nav"
aria-controls="main-Nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-left" id="main-Nav">
<div class="navbar-nav">
<a class="nav-link fs-3" href="../../index.html" id="navlink">Home</a>
<a class="nav-link fs-3" href="../info.html" id="navlink">Info</a>
<a class="nav-link fs-3" href="../news.html" id="navlink">News</a>
</div>
</div>
</div>
</nav>

<!-- body -->

<body onload="getNewsArticle()" style="padding-top: 0px;">
<section style="width: 60rem; margin:auto">
<div style="text-align: center; word-wrap:normal;">
<img src="../../images/articleThmbnl/article9.png" alt="flag+landscape"
style="margin-top: 10rem ;max-width: 100%; object-fit: cover; overflow: hidden;" id="thumbnail">
<p class="fs-5"><i>The bracket for the </i></p>
</div>

<div style="padding: 5rem; padding-top: 1rem; justify-content: center">
<p class="fs-1"><b>A Fresh Start: A New Mayor for the New Year</b></p>
<p class="fs-5">
<i><b>Author(s):</b> TheArtistTree
<br>
4th of January 2025</i>
<br><br>
The Chess world is stepping foot into the wealthy lands of Medoles. This relatively short article explores the new chess championship by the Medoles Chess Club (MCC). The competition is called the MCC AI Chatbot Championship.
<br><br>
The MCC AI Chatbot Championship is a single-elimination tournament. It has a bracket where the contestants are AI chatbots, popularized in recent years by ChatGPT. Organized by a chess club, it is no surprise that the tournament involves putting those AI chatbots to butt heads over the board in a game of chess.
<br><br>
With the bracket on the thumbnail displayed in this article, we have seven AI chatbots competing for the title of champion. This includes Perplexity AI facing off against Zuckerberg and Facebook's Meta AI. Also in the domain of social media, there is Elon Musk and X/Twitter's Grok are also challenging the renowned ChatGPT. On the other side of the bracket, we have the derby between Google and Microsoft with Gemini and Copilot respectively. Finally, we have Snapchat snatching the 7th spot and will automatically move on to the next round. If you have an 8th contestant for the next edition, feel free to throw your suggestions to TheArtistTree.
<br><br>
The matches between these titans will be published on the Medoles YouTube channel later this week. Let us know who YOU will be cheering by creating some noise.
<br><br>
<b>On a side note, the candidates for the presidential elections will be revealed in due time tonight or tomorrow. Stay up to date with the news</b>
</p>
</div>
</section>
<footer>
<div class="footer bg-danger" style="height: 10rem;">
<div class="fs-4 text-bg-danger" style="margin-left: 2rem;"><b>Contact us</b> <br>
[email protected]</div>
</div>
</footer>
</body>

</html>

0 comments on commit 63201c0

Please sign in to comment.