From 49232d602940eac454d1fe8ac4734a877ab0cc6d Mon Sep 17 00:00:00 2001
From: Marius Heidenreich <marius.heidenreich@get-racing.de>
Date: Sun, 13 Apr 2025 15:51:36 +0200
Subject: [PATCH] removed formula student branding

---
 .idea/FSelo.iml       | 2 +-
 .idea/misc.xml        | 2 +-
 public/index.html     | 4 ++--
 world_ranking_list.py | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.idea/FSelo.iml b/.idea/FSelo.iml
index e48623a..9c92f16 100644
--- a/.idea/FSelo.iml
+++ b/.idea/FSelo.iml
@@ -7,7 +7,7 @@
       <excludeFolder url="file://$MODULE_DIR$/public/elo_website_combustion/images" />
       <excludeFolder url="file://$MODULE_DIR$/public/elo_website_electric" />
     </content>
-    <orderEntry type="jdk" jdkName="Python 3.10 (FSelo)" jdkType="Python SDK" />
+    <orderEntry type="jdk" jdkName="Python 3.11 (FSelo)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
 </module>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c316b51..7cf3d96 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,5 +3,5 @@
   <component name="Black">
     <option name="sdkName" value="Python 3.10 (FSelo)" />
   </component>
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (FSelo)" project-jdk-type="Python SDK" />
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (FSelo)" project-jdk-type="Python SDK" />
 </project>
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 13fc1da..397b98c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <meta name="description" content="Unofficial Formula Student World Ranking">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Formula Student World Elo</title>
+    <title>FS Elo World Ranking</title>
     <script defer data-domain="fselo.get-racing.de" src="https://analytics.get-racing.de/js/script.js"></script>
     <style>
         body {
@@ -149,7 +149,7 @@
 </head>
 <body>
 <h2>Welcome to</h2>
-<h1>Formula Student World Elo</h1>
+<h1>FS Elo World Ranking</h1>
 <div class="center">
     <a href="https://www.get-racing.de" target="_blank">
         <div class="by">
diff --git a/world_ranking_list.py b/world_ranking_list.py
index c55c4e7..624fb81 100644
--- a/world_ranking_list.py
+++ b/world_ranking_list.py
@@ -253,7 +253,7 @@ def get_world_ranking_html(self, sorted_teams):
     </head>
     <body>
         <div class="content-container">
-            <h1>Formula Student {self.competition_type} Elo Rankings</h1>
+            <h1>FS Elo {self.competition_type} Rankings</h1>
             <p>Rankings based on {len(self.competition_history)} competitions.</p>
 
             <div class="sponsoring-container">
-- 
GitLab