Skip to content
Snippets Groups Projects
Commit 49232d60 authored by Marius Heidenreich's avatar Marius Heidenreich
Browse files

removed formula student branding

parent 1a4e0503
No related branches found
No related tags found
No related merge requests found
Pipeline #281138 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<excludeFolder url="file://$MODULE_DIR$/public/elo_website_combustion/images" /> <excludeFolder url="file://$MODULE_DIR$/public/elo_website_combustion/images" />
<excludeFolder url="file://$MODULE_DIR$/public/elo_website_electric" /> <excludeFolder url="file://$MODULE_DIR$/public/elo_website_electric" />
</content> </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" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>
\ No newline at end of file
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.10 (FSelo)" /> <option name="sdkName" value="Python 3.10 (FSelo)" />
</component> </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> </project>
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="Unofficial Formula Student World Ranking"> <meta name="description" content="Unofficial Formula Student World Ranking">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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> <script defer data-domain="fselo.get-racing.de" src="https://analytics.get-racing.de/js/script.js"></script>
<style> <style>
body { body {
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</head> </head>
<body> <body>
<h2>Welcome to</h2> <h2>Welcome to</h2>
<h1>Formula Student World Elo</h1> <h1>FS Elo World Ranking</h1>
<div class="center"> <div class="center">
<a href="https://www.get-racing.de" target="_blank"> <a href="https://www.get-racing.de" target="_blank">
<div class="by"> <div class="by">
......
...@@ -253,7 +253,7 @@ def get_world_ranking_html(self, sorted_teams): ...@@ -253,7 +253,7 @@ def get_world_ranking_html(self, sorted_teams):
</head> </head>
<body> <body>
<div class="content-container"> <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> <p>Rankings based on {len(self.competition_history)} competitions.</p>
<div class="sponsoring-container"> <div class="sponsoring-container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment