Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg?style=flat-square&logo=creativecommons&logoColor=black)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

<div align="center">
<img src="docs/assets/logo.png" alt="WING Logo" style="width: 100px; height: auto;">
<hr>
<h1><b>CODE CAMPUS</b></h1>
<img src="docs/assets/icon.PNG" alt="WING Logo" style="width: 250px; height: auto;">
<hr>
</div>

This site offers a variety of courses focused on Python, including:
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ site_url: https://code-campus.at
theme:
name: material
custom_dir: overrides
logo: assets/favicon.png
favicon: assets/favicon.png
logo: assets/favicon.PNG
favicon: assets/favicon.PNG
palette:
- scheme: slate
primary: custom # teal
Expand Down
14 changes: 7 additions & 7 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1 class="hero-title">
CODE CAMPUS
</h1>
<img src="assets/icon.png" class="hero-logo" alt="Code Campus Icon">
<img src="assets/icon.PNG" class="hero-logo" alt="Code Campus Icon">
<div class="hero-text">
<h2 style="text-align: center;">
<span class="twemoji terminal">{% include ".icons/fontawesome/solid/terminal.svg" %}</span>
Expand Down Expand Up @@ -39,7 +39,7 @@ <h3>Python Crash Course</h3>
</div>
<p>Get started with Python basics and fundamental programming concepts.</p>
<a href="{{ 'python/' | url }}" class="md-button course-card__cta">
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
<span>Start</span>
</a>
</article>
Expand All @@ -56,7 +56,7 @@ <h3>Python Extensive Course</h3>
</div>
<p>Introduction to Python with additional content, such as app development.</p>
<a href="{{ 'python-extensive/' | url }}" class="md-button course-card__cta">
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
<span>Start</span>
</a>
</article>
Expand All @@ -73,7 +73,7 @@ <h3>Statistics</h3>
</div>
<p>Descriptive and inferential statistics, hypothesis testing, plus regression.</p>
<a href="{{ 'statistics/' | url }}" class="md-button course-card__cta">
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
<span>Start</span>
</a>
</article>
Expand All @@ -90,7 +90,7 @@ <h3>Data Science</h3>
</div>
<p>Data preprocessing, machine learning and end-to-end pipelines.</p>
<a href="{{ 'data-science/' | url }}" class="md-button course-card__cta">
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
<span>Start</span>
</a>
</article>
Expand All @@ -107,7 +107,7 @@ <h3>Computer Vision</h3>
</div>
<p>Object detection and segmentation with YOLO for custom vision apps.</p>
<a href="{{ 'yolo/' | url }}" class="md-button course-card__cta">
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
<span>Start</span>
</a>
</article>
Expand All @@ -124,7 +124,7 @@ <h3>MicroPython</h3>
</div>
<p>IoT projects with ESP32, sensor data and MQTT communication.</p>
<a href="{{ 'micropython/' | url }}" class="md-button course-card__cta">
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
<span>Start</span>
</a>
</article>
Expand Down