Skip to content

Commit

Permalink
Github Pages build from Action 55b324a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 14, 2023
1 parent be66181 commit 1af634e
Show file tree
Hide file tree
Showing 20 changed files with 376 additions and 374 deletions.
2 changes: 1 addition & 1 deletion assets/js/lunr/lunr-store.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions contribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@ <h3 id="quiz">Quiz</h3>
%}
</code></pre></div></div>

<div id="quiz_e62c096f-33f7-44a3-8903-54cf2029549e" class="quiz">
<div id="quiz_2711cee9-cb5d-4ff6-b98c-6958f312b549" class="quiz">
<div>
<div id="question_e62c096f-33f7-44a3-8903-54cf2029549e" class="quiz__question">What is the question?</div>
<div id="answers_e62c096f-33f7-44a3-8903-54cf2029549e">
<div id="question_2711cee9-cb5d-4ff6-b98c-6958f312b549" class="quiz__question">What is the question?</div>
<div id="answers_2711cee9-cb5d-4ff6-b98c-6958f312b549">

<input type="radio" name="question" value="A"><label>A: Option 1 (this one is correct)</label>
<br>
Expand All @@ -536,10 +536,10 @@ <h3 id="quiz">Quiz</h3>

</div>
</div>
<button onclick="showResults('e62c096f-33f7-44a3-8903-54cf2029549e', 'A')">Submit Answer</button>
<div id="results_e62c096f-33f7-44a3-8903-54cf2029549e" style="display: none">
<span id="correct_e62c096f-33f7-44a3-8903-54cf2029549e" style="display: none"> Correct!! 😃</span>
<span id="incorrect_e62c096f-33f7-44a3-8903-54cf2029549e" style="display: none"> Incorrect!! 😭 The correct answer is A.</span>
<button onclick="showResults('2711cee9-cb5d-4ff6-b98c-6958f312b549', 'A')">Submit Answer</button>
<div id="results_2711cee9-cb5d-4ff6-b98c-6958f312b549" style="display: none">
<span id="correct_2711cee9-cb5d-4ff6-b98c-6958f312b549" style="display: none"> Correct!! 😃</span>
<span id="incorrect_2711cee9-cb5d-4ff6-b98c-6958f312b549" style="display: none"> Incorrect!! 😭 The correct answer is A.</span>
And here is some more info
</div>
</div>
Expand All @@ -555,10 +555,10 @@ <h3 id="quiz">Quiz</h3>
%}
</code></pre></div></div>

<div id="quiz_134e5e04-c6d0-448e-9d1d-593480a2a48a" class="quiz">
<div id="quiz_20eef8b0-c38b-4097-958c-af57e5a0df23" class="quiz">
<div>
<div id="question_134e5e04-c6d0-448e-9d1d-593480a2a48a" class="quiz__question">True or False?</div>
<div id="answers_134e5e04-c6d0-448e-9d1d-593480a2a48a">
<div id="question_20eef8b0-c38b-4097-958c-af57e5a0df23" class="quiz__question">True or False?</div>
<div id="answers_20eef8b0-c38b-4097-958c-af57e5a0df23">

<input type="radio" name="question" value="True"><label>True: Option 1(this one is correct)</label>
<br>
Expand All @@ -568,10 +568,10 @@ <h3 id="quiz">Quiz</h3>

</div>
</div>
<button onclick="showResults('134e5e04-c6d0-448e-9d1d-593480a2a48a', 'True')">Submit Answer</button>
<div id="results_134e5e04-c6d0-448e-9d1d-593480a2a48a" style="display: none">
<span id="correct_134e5e04-c6d0-448e-9d1d-593480a2a48a" style="display: none"> Correct!! 😃</span>
<span id="incorrect_134e5e04-c6d0-448e-9d1d-593480a2a48a" style="display: none"> Incorrect!! 😭 The correct answer is True.</span>
<button onclick="showResults('20eef8b0-c38b-4097-958c-af57e5a0df23', 'True')">Submit Answer</button>
<div id="results_20eef8b0-c38b-4097-958c-af57e5a0df23" style="display: none">
<span id="correct_20eef8b0-c38b-4097-958c-af57e5a0df23" style="display: none"> Correct!! 😃</span>
<span id="incorrect_20eef8b0-c38b-4097-958c-af57e5a0df23" style="display: none"> Incorrect!! 😭 The correct answer is True.</span>
And here is some more info
</div>
</div>
Expand All @@ -594,7 +594,7 @@ <h3 id="tabs">Tabs</h3>
</code></pre></div></div>

<div>
<ul class="tab" data-tab="46802517-7d59-4a44-b8ae-804ed4a94a83">
<ul class="tab" data-tab="b300a57a-48b2-4d1d-8d71-adce7593b97a">

<li class="active">
<a href="">tab1 </a>
Expand All @@ -609,7 +609,7 @@ <h3 id="tabs">Tabs</h3>
</li>

</ul>
<ul class="tab-content" id="46802517-7d59-4a44-b8ae-804ed4a94a83">
<ul class="tab-content" id="b300a57a-48b2-4d1d-8d71-adce7593b97a">

<li class="active tab-content-container">
<p>This is the content of the first tab.</p>
Expand Down
6 changes: 3 additions & 3 deletions demos/bash/ota_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



<meta property="article:published_time" content="2023-09-13T11:49:10-07:00">
<meta property="article:published_time" content="2023-09-14T13:14:35-07:00">



Expand Down Expand Up @@ -344,7 +344,7 @@ <h3 class="author__name" itemprop="name">GoPro</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Over the Air Firmware Update Demo">
<meta itemprop="description" content="Over the Air Firmware Update Demo">
<meta itemprop="datePublished" content="2023-09-13T11:49:10-07:00">
<meta itemprop="datePublished" content="2023-09-14T13:14:35-07:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -491,7 +491,7 @@ <h2 id="testing">Testing</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time datetime="2023-09-13T11:49:10-07:00">September 13, 2023</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time datetime="2023-09-14T13:14:35-07:00">September 14, 2023</time></p>


</footer>
Expand Down
Loading

0 comments on commit 1af634e

Please sign in to comment.