Skip to content

Commit

Permalink
reverting ..
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoldeira committed Jul 26, 2023
1 parent f65d780 commit ed088a3
Show file tree
Hide file tree
Showing 27 changed files with 153 additions and 65 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ minimal_mistakes_skin : "dark" #"default" # "air", "aqua", "contrast", "dark

# Site Settings
locale : "en-GB"
title : "YachtCraft Chronicles"
title : "C++ Circuits"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "David Coldeira"
description : "Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of these magnificent vessels. Join us on a captivating journey through the seas of yacht craftsmanship"
description : "C++ Circuits is a blog about learning and applying C++ programming concepts in the field of embedded systems. The blog coveres various topics related to creating circuits and projects with microcontrollers, using C++ programming language. The focus is on practical projects that can be used to showcase one's skills and knowledge to potential employers in the field."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
Expand Down Expand Up @@ -106,8 +106,8 @@ analytics:
author:
name : "David Coldeira"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of yacht craftsmanship. Join us on a captivating journey through the seas of yacht engineering"

bio : "I am a highly motivated software developer with a degree in Science (Physics) and a passion for embedded systems and C++ programming. My background includes experience in mobile application development with Dart and Flutter, and I have recently transitioned into the world of embedded systems. My goal is to continue expanding my knowledge and expertise in the field by creating practical projects..."
location : "Bristol"
email :
# links:
# - label: "dcoldeira@tuta.io"
Expand Down
Binary file modified _site/assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _site/assets/images/icon2.png
Binary file not shown.
Binary file added _site/assets/images/iconZ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 28 additions & 6 deletions _site/embedded/ESP32-LED-Control/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<head>
<meta charset="utf-8">

<!-- begin _includes/seo.html --><title>ESP32 LED Control - YachtCraft Chronicles</title>
<!-- begin _includes/seo.html --><title>ESP32 LED Control - C++ Circuits</title>
<meta name="description" content="This project shows some of the features of the powerful ESP32 microcontroller. Starting with a simple LED circuit, we demonstrate how to control it using code and how to toggle it on and off with a push button. We then use pulse-width modulation (PWM) to control the LED’s brightness and create various lighting effects.">


Expand All @@ -21,7 +21,7 @@

<meta property="og:type" content="article">
<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="YachtCraft Chronicles">
<meta property="og:site_name" content="C++ Circuits">
<meta property="og:title" content="ESP32 LED Control">
<meta property="og:url" content="http://localhost:4000/embedded/ESP32-LED-Control/">

Expand Down Expand Up @@ -71,7 +71,7 @@



<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="YachtCraft Chronicles Feed">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="C++ Circuits Feed">


<!-- https://t.co/dKP3o1e -->
Expand Down Expand Up @@ -112,10 +112,10 @@
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">

<a class="site-logo" href="/"><img src="/assets/images/icon.png" alt="YachtCraft Chronicles"></a>
<a class="site-logo" href="/"><img src="/assets/images/icon.png" alt="C++ Circuits"></a>

<a class="site-title" href="/">
YachtCraft Chronicles
C++ Circuits

</a>
<ul class="visible-links"></ul>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h3 class="author__name p-name" itemprop="name">
</h3>

<div class="author__bio p-note" itemprop="description">
<p>Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of yacht craftsmanship. Join us on a captivating journey through the seas of yacht engineering</p>
<p>I am a highly motivated software developer with a degree in Science (Physics) and a passion for embedded systems and C++ programming. My background includes experience in mobile application development with Dart and Flutter, and I have recently transitioned into the world of embedded systems. My goal is to continue expanding my knowledge and expertise in the field by creating practical projects…</p>

</div>

Expand All @@ -164,8 +164,28 @@ <h3 class="author__name p-name" itemprop="name">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">

<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name" class="p-locality">Bristol</span>
</li>













<li><a href="https://github.com/dcoldeira" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span></a></li>








Expand Down Expand Up @@ -893,13 +913,15 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
<i class="far fa-clock" aria-hidden="true"></i>

6 minute read
5 minute read

</span>

</p>


<p class="archive__item-excerpt" itemprop="description">Preserving the beauty and history of classic yachts through restoration is an extraordinary art form that pays homage to the timeless allure of maritime heri...</p>
<p class="archive__item-excerpt" itemprop="description">In this project, we will be building upon the previous post, in which we used a BMP180 sensor to measure temperature and pressure, and displayed the data on ...</p>
</article>
</div>

Expand Down
Binary file modified _site/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-07-26T15:30:04+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">YachtCraft Chronicles</title><subtitle>Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of these magnificent vessels. Join us on a captivating journey through the seas of yacht craftsmanship</subtitle><author><name>David Coldeira</name></author><entry><title type="html">The Art of Classic Yacht Restoration - Preserving Maritime Heritage</title><link href="http://localhost:4000/projects/The-Art-of-Classic-Yacht-Restoration/" rel="alternate" type="text/html" title="The Art of Classic Yacht Restoration - Preserving Maritime Heritage" /><published>2023-05-15T00:00:00+01:00</published><updated>2023-05-15T00:00:00+01:00</updated><id>http://localhost:4000/projects/The-Art-of-Classic-Yacht-Restoration</id><content type="html" xml:base="http://localhost:4000/projects/The-Art-of-Classic-Yacht-Restoration/"><![CDATA[<p>Preserving the beauty and history of classic yachts through restoration is an extraordinary art form that pays homage to the timeless allure of maritime heritage. These majestic vessels, once the epitome of elegance and grandeur, hold stories of past adventures, memorable voyages, and the craftsmanship of a bygone era. In this blog post, we embark on a journey into the captivating world of classic yacht restoration, where skilled artisans and dedicated enthusiasts breathe new life into these magnificent vessels.</p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-07-26T18:41:34+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">C++ Circuits</title><subtitle>C++ Circuits is a blog about learning and applying C++ programming concepts in the field of embedded systems. The blog coveres various topics related to creating circuits and projects with microcontrollers, using C++ programming language. The focus is on practical projects that can be used to showcase one&apos;s skills and knowledge to potential employers in the field.</subtitle><author><name>David Coldeira</name></author><entry><title type="html">The Art of Classic Yacht Restoration - Preserving Maritime Heritage</title><link href="http://localhost:4000/projects/The-Art-of-Classic-Yacht-Restoration/" rel="alternate" type="text/html" title="The Art of Classic Yacht Restoration - Preserving Maritime Heritage" /><published>2023-05-15T00:00:00+01:00</published><updated>2023-05-15T00:00:00+01:00</updated><id>http://localhost:4000/projects/The-Art-of-Classic-Yacht-Restoration</id><content type="html" xml:base="http://localhost:4000/projects/The-Art-of-Classic-Yacht-Restoration/"><![CDATA[<p>Preserving the beauty and history of classic yachts through restoration is an extraordinary art form that pays homage to the timeless allure of maritime heritage. These majestic vessels, once the epitome of elegance and grandeur, hold stories of past adventures, memorable voyages, and the craftsmanship of a bygone era. In this blog post, we embark on a journey into the captivating world of classic yacht restoration, where skilled artisans and dedicated enthusiasts breathe new life into these magnificent vessels.</p>

<p>Classic yacht restoration is more than just refurbishing a boat; it is an immersive experience that transports us back to a time when these vessels sailed proudly, embodying the epitome of nautical craftsmanship. The process entails reviving not only the physical structure of the yacht but also its spirit and character, ensuring that its original charm and authenticity are preserved.</p>

Expand Down
Binary file removed _site/icons/Icon-192.png
Binary file not shown.
Binary file removed _site/icons/Icon-512.png
Binary file not shown.
Binary file removed _site/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed _site/icons/Icon-maskable-512.png
Binary file not shown.
22 changes: 13 additions & 9 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<head>
<meta charset="utf-8">

<!-- begin _includes/seo.html --><title>YachtCraft Chronicles</title>
<meta name="description" content="Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of these magnificent vessels. Join us on a captivating journey through the seas of yacht craftsmanship">
<!-- begin _includes/seo.html --><title>C++ Circuits</title>
<meta name="description" content="C++ Circuits is a blog about learning and applying C++ programming concepts in the field of embedded systems. The blog coveres various topics related to creating circuits and projects with microcontrollers, using C++ programming language. The focus is on practical projects that can be used to showcase one’s skills and knowledge to potential employers in the field.">


<meta name="author" content="David Coldeira">
Expand All @@ -19,12 +19,12 @@

<meta property="og:type" content="website">
<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="YachtCraft Chronicles">
<meta property="og:title" content="YachtCraft Chronicles">
<meta property="og:site_name" content="C++ Circuits">
<meta property="og:title" content="C++ Circuits">
<meta property="og:url" content="http://localhost:4000/">


<meta property="og:description" content="Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of these magnificent vessels. Join us on a captivating journey through the seas of yacht craftsmanship">
<meta property="og:description" content="C++ Circuits is a blog about learning and applying C++ programming concepts in the field of embedded systems. The blog coveres various topics related to creating circuits and projects with microcontrollers, using C++ programming language. The focus is on practical projects that can be used to showcase one’s skills and knowledge to potential employers in the field.">



Expand Down Expand Up @@ -69,7 +69,7 @@



<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="YachtCraft Chronicles Feed">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="C++ Circuits Feed">


<!-- https://t.co/dKP3o1e -->
Expand Down Expand Up @@ -110,10 +110,10 @@
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">

<a class="site-logo" href="/"><img src="/assets/images/icon.png" alt="YachtCraft Chronicles"></a>
<a class="site-logo" href="/"><img src="/assets/images/icon.png" alt="C++ Circuits"></a>

<a class="site-title" href="/">
YachtCraft Chronicles
C++ Circuits

</a>
<ul class="visible-links"></ul>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3 class="author__name p-name" itemprop="name">
</h3>

<div class="author__bio p-note" itemprop="description">
<p>Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of yacht craftsmanship. Join us on a captivating journey through the seas of yacht engineering</p>
<p>I am a highly motivated software developer with a degree in Science (Physics) and a passion for embedded systems and C++ programming. My background includes experience in mobile application development with Dart and Flutter, and I have recently transitioned into the world of embedded systems. My goal is to continue expanding my knowledge and expertise in the field by creating practical projects…</p>

</div>

Expand All @@ -160,6 +160,10 @@ <h3 class="author__name p-name" itemprop="name">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">

<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name" class="p-locality">Bristol</span>
</li>




Expand Down
38 changes: 29 additions & 9 deletions _site/page2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<head>
<meta charset="utf-8">

<!-- begin _includes/seo.html --><title>YachtCraft Chronicles - Page 2</title>
<meta name="description" content="Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of these magnificent vessels. Join us on a captivating journey through the seas of yacht craftsmanship">
<!-- begin _includes/seo.html --><title>C++ Circuits - Page 2</title>
<meta name="description" content="C++ Circuits is a blog about learning and applying C++ programming concepts in the field of embedded systems. The blog coveres various topics related to creating circuits and projects with microcontrollers, using C++ programming language. The focus is on practical projects that can be used to showcase one’s skills and knowledge to potential employers in the field.">


<meta name="author" content="David Coldeira">
Expand All @@ -19,12 +19,12 @@

<meta property="og:type" content="website">
<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="YachtCraft Chronicles">
<meta property="og:title" content="YachtCraft Chronicles">
<meta property="og:site_name" content="C++ Circuits">
<meta property="og:title" content="C++ Circuits">
<meta property="og:url" content="http://localhost:4000/page2/">


<meta property="og:description" content="Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of these magnificent vessels. Join us on a captivating journey through the seas of yacht craftsmanship">
<meta property="og:description" content="C++ Circuits is a blog about learning and applying C++ programming concepts in the field of embedded systems. The blog coveres various topics related to creating circuits and projects with microcontrollers, using C++ programming language. The focus is on practical projects that can be used to showcase one’s skills and knowledge to potential employers in the field.">



Expand Down Expand Up @@ -69,7 +69,7 @@



<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="YachtCraft Chronicles Feed">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="C++ Circuits Feed">


<!-- https://t.co/dKP3o1e -->
Expand Down Expand Up @@ -110,10 +110,10 @@
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">

<a class="site-logo" href="/"><img src="/assets/images/icon.png" alt="YachtCraft Chronicles"></a>
<a class="site-logo" href="/"><img src="/assets/images/icon.png" alt="C++ Circuits"></a>

<a class="site-title" href="/">
YachtCraft Chronicles
C++ Circuits

</a>
<ul class="visible-links"></ul>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3 class="author__name p-name" itemprop="name">
</h3>

<div class="author__bio p-note" itemprop="description">
<p>Dive into marine engineering, electricals, and the art of crafting classic sailboats. Explore innovative technologies, techniques, and the allure of yacht craftsmanship. Join us on a captivating journey through the seas of yacht engineering</p>
<p>I am a highly motivated software developer with a degree in Science (Physics) and a passion for embedded systems and C++ programming. My background includes experience in mobile application development with Dart and Flutter, and I have recently transitioned into the world of embedded systems. My goal is to continue expanding my knowledge and expertise in the field by creating practical projects…</p>

</div>

Expand All @@ -160,8 +160,28 @@ <h3 class="author__name p-name" itemprop="name">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">

<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name" class="p-locality">Bristol</span>
</li>













<li><a href="https://github.com/dcoldeira" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span></a></li>








Expand Down
Loading

0 comments on commit ed088a3

Please sign in to comment.