Skip to content

Commit 4623195

Browse files
authored
Merge pull request #149 from mciwing/img-fixes
[Fix] image links
2 parents ec47d82 + e6942c3 commit 4623195

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
[![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/)
55

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

1112
This site offers a variety of courses focused on Python, including:

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ site_url: https://code-campus.at
44
theme:
55
name: material
66
custom_dir: overrides
7-
logo: assets/favicon.png
8-
favicon: assets/favicon.png
7+
logo: assets/favicon.PNG
8+
favicon: assets/favicon.PNG
99
palette:
1010
- scheme: slate
1111
primary: custom # teal

overrides/home.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1 class="hero-title">
1111
CODE CAMPUS
1212
</h1>
13-
<img src="assets/icon.png" class="hero-logo" alt="Code Campus Icon">
13+
<img src="assets/icon.PNG" class="hero-logo" alt="Code Campus Icon">
1414
<div class="hero-text">
1515
<h2 style="text-align: center;">
1616
<span class="twemoji terminal">{% include ".icons/fontawesome/solid/terminal.svg" %}</span>
@@ -39,7 +39,7 @@ <h3>Python Crash Course</h3>
3939
</div>
4040
<p>Get started with Python basics and fundamental programming concepts.</p>
4141
<a href="{{ 'python/' | url }}" class="md-button course-card__cta">
42-
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
42+
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
4343
<span>Start</span>
4444
</a>
4545
</article>
@@ -56,7 +56,7 @@ <h3>Python Extensive Course</h3>
5656
</div>
5757
<p>Introduction to Python with additional content, such as app development.</p>
5858
<a href="{{ 'python-extensive/' | url }}" class="md-button course-card__cta">
59-
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
59+
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
6060
<span>Start</span>
6161
</a>
6262
</article>
@@ -73,7 +73,7 @@ <h3>Statistics</h3>
7373
</div>
7474
<p>Descriptive and inferential statistics, hypothesis testing, plus regression.</p>
7575
<a href="{{ 'statistics/' | url }}" class="md-button course-card__cta">
76-
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
76+
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
7777
<span>Start</span>
7878
</a>
7979
</article>
@@ -90,7 +90,7 @@ <h3>Data Science</h3>
9090
</div>
9191
<p>Data preprocessing, machine learning and end-to-end pipelines.</p>
9292
<a href="{{ 'data-science/' | url }}" class="md-button course-card__cta">
93-
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
93+
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
9494
<span>Start</span>
9595
</a>
9696
</article>
@@ -107,7 +107,7 @@ <h3>Computer Vision</h3>
107107
</div>
108108
<p>Object detection and segmentation with YOLO for custom vision apps.</p>
109109
<a href="{{ 'yolo/' | url }}" class="md-button course-card__cta">
110-
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
110+
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
111111
<span>Start</span>
112112
</a>
113113
</article>
@@ -124,7 +124,7 @@ <h3>MicroPython</h3>
124124
</div>
125125
<p>IoT projects with ESP32, sensor data and MQTT communication.</p>
126126
<a href="{{ 'micropython/' | url }}" class="md-button course-card__cta">
127-
<img src="{{ 'assets/favicon.png' | url }}" alt="Start" class="cta-icon">
127+
<img src="{{ 'assets/favicon.PNG' | url }}" alt="Start" class="cta-icon">
128128
<span>Start</span>
129129
</a>
130130
</article>

0 commit comments

Comments
 (0)