Skip to content

Commit 9c451dd

Browse files
author
Sonny Li
committed
Update
1 parent cef5f34 commit 9c451dd

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

β€Žcircuit-playground-part-1/tech-specs/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,16 +496,15 @@
496496
</svg>
497497

498498
<div id="blah">
499-
500499
<div id="caption-a" class="caption-container">
501500
<h1>Circuit Playground Express</h1>
502501
<span>Tech Specifications</span>
502+
</div>
503503
</div>
504-
</div>
505504
<div id="blah2">
506505
<div id="caption-b" class="caption-container hidden">
507-
<h1>laksdjf (laskdj-driving car)</h1>
508-
<span>Some health care devices like continuous glucose monitors use new technology like smartphone connectivity and biosensors.</span>
506+
<h1>Circuit Playground Express</h1>
507+
<span>Tech Specifications</span>
509508
</div>
510509

511510
</div>

β€Žcircuit-playground-part-1/tech-specs/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const texts = {
22
button1: {
33
h1: "Button A",
4-
span: 'There are two momentary push buttons, you can use these in any of your projects to change modes, indicate when to start or stop, modify behavior, etc.'
4+
span: 'There are two momentary push buttons to change modes, indicate when to start or stop, modify behavior, etc.'
55
},
66
slide: {
77
h1: 'Slide Switch',
@@ -21,7 +21,7 @@ const texts = {
2121
},
2222
button2: {
2323
h1: 'Button B',
24-
span: 'There are two momentary push buttons, you can use these in any of your projects to change modes, indicate when to start or stop, modify behavior, etc.'
24+
span: 'There are two momentary push buttons to change modes, indicate when to start or stop, modify behavior, etc.'
2525
},
2626
reset: {
2727
h1: 'Reset Button',

β€Žcircuit-playground-part-1/tech-specs/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ svg {
4343
text-align: center;
4444
/* transition-property: all; */
4545
transition-duration: 0.75s;
46+
opacity: 0.8;
47+
border-radius: 5px;
4648
}
4749

4850
.hidden {
File renamed without changes.
File renamed without changes.

β€Žpress_release/tour.jpg

579 KB
Loading

β€Žtour.jpg

-5.46 MB
Binary file not shown.

0 commit comments

Comments
Β (0)