i'm coocked
This commit is contained in:
40
index.html
40
index.html
@@ -16,7 +16,7 @@
|
||||
<div class="menu-item selected">Home</div>
|
||||
</a>
|
||||
<a href="./embeded_details.html">
|
||||
<div class="menu-item">Embeded</div>
|
||||
<div class="menu-item">Embedded</div>
|
||||
</a>
|
||||
<a href="./opencv_details.html">
|
||||
<div class="menu-item">OpenCV</div>
|
||||
@@ -55,25 +55,24 @@
|
||||
<div class="main-block">
|
||||
<div class="main-column">
|
||||
<div class="info-block rounded bg-aqua">
|
||||
<span class="info-block-header">Aboba Header 1</span>
|
||||
<span class="info-block-text">Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
<span class="info-block-header">Embedded Systems</span>
|
||||
<span class="info-block-text">THad a serval projects with different MCUs and wrote firmware for them.
|
||||
My main stack consists of Platformio+EspIdf or Arduino, also tried STM32
|
||||
</span>
|
||||
<div class="info-block-image rounded">
|
||||
<img src="./images/institute.png" alt="ESP32">
|
||||
<img src="./images/16x9/esp32.png" alt="ESP32">
|
||||
</div>
|
||||
<button type="button" class="info-block-button">More info»</button>
|
||||
</div>
|
||||
|
||||
<div class="info-block rounded bg-grey pad-down">
|
||||
<span class="info-block-header">Aboba Header 1</span>
|
||||
<span class="info-block-text">Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
<span class="info-block-header">OpenCV</span>
|
||||
<span class="info-block-text">I love when programs are able to see things or recognise them
|
||||
so i had serval projects involding image processing
|
||||
Sadly i'm used to opencv binding in python and not C++ , but that is solvable)
|
||||
</span>
|
||||
<div class="info-block-image rounded">
|
||||
<img src="./images/institute.png" alt="ESP32">
|
||||
<img src="./images/16x9/opencv.png" alt="ESP32">
|
||||
</div>
|
||||
<button type="button" class="info-block-button">More info»</button>
|
||||
</div>
|
||||
@@ -131,13 +130,10 @@
|
||||
<div class="main-column">
|
||||
<div class="info-block rounded bg-blue">
|
||||
<div class="info-block-image rounded">
|
||||
<img src="./images/institute.png" alt="ESP32">
|
||||
<img src="./images/16x9/image0.png" alt="Photography">
|
||||
</div>
|
||||
<span class="info-block-header">Aboba Header 1</span>
|
||||
<span class="info-block-text">Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
</span>
|
||||
<span class="info-block-header">Photography</span>
|
||||
<span class="info-block-text">Capturing moments through the lens is a passion of mine. I enjoy exploring different perspectives and techniques to create different visuals.</span>
|
||||
|
||||
<button type="button" class="info-block-button button-left">More info»</button>
|
||||
</div>
|
||||
@@ -145,12 +141,10 @@
|
||||
<div class="info-block rounded bg-yellow pad-down">
|
||||
|
||||
<div class="info-block-image rounded">
|
||||
<img src="./images/institute.png" alt="ESP32">
|
||||
</div><span class="info-block-header">Aboba Header 1</span>
|
||||
<span class="info-block-text">Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
Text Text Text Text Text
|
||||
</span>
|
||||
<img src="./images/16x9/AQ_monitor.png" alt="Air Quality Monitor">
|
||||
</div>
|
||||
<span class="info-block-header">IoT and Air Quality Monitoring</span>
|
||||
<span class="info-block-text">The Internet of Things (IoT) enables devices to communicate and share data seamlessly. One of the applications is air quality monitoring, where sensors collect data on pollutants and environmental conditions, providing real-time insights to improve health and safety.</span>
|
||||
|
||||
<button type="button" class="info-block-button button-left">More info»</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user