Skip to content

Commit e54ae24

Browse files
committed
slowCrazyFlash
1 parent c5c60b2 commit e54ae24

2 files changed

Lines changed: 24 additions & 25 deletions

File tree

_config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# remote_theme: pages-themes/cayman@v0.2.0
2+
# plugins:
3+
# - jekyll-remote-theme # add this line to the plugins list if you already have one
4+
15
remote_theme: pages-themes/cayman@v0.2.0
6+
27
plugins:
3-
- jekyll-remote-theme # add this line to the plugins list if you already have one
8+
- jekyll-remote-theme
9+
10+
title: dAnciNG
11+
description: ""

index.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
<!-- # **dAnciNG** -->
22

3-
<h1 class="logo-blink-crazy" style="text-align:center;">dAnciNG</h1>
4-
5-
<style>
6-
.logo-blink-crazy {
7-
font-size: 48px;
8-
font-weight: bold;
9-
animation: crazyFlash 0.8s infinite;
10-
}
11-
12-
@keyframes crazyFlash {
13-
0% { color: #ff0000; }
14-
10% { color: #00ff00; }
15-
20% { color: #ff8800; }
16-
30% { color: #00ccff; }
17-
40% { color: #ff00ff; }
18-
50% { color: #33ff33; }
19-
60% { color: #ff3333; }
20-
70% { color: #00ffaa; }
21-
80% { color: #ffcc00; }
22-
90% { color: #00ff44; }
23-
100% { color: #ff0000; }
24-
}
25-
</style>
26-
273
**Team Number: 9**
284

295
| Team Member Name | Email Address |
@@ -301,3 +277,18 @@ Overall, our final design provides an engaging, responsive, and affordable alter
301277
* Incorrect PWM formulas causing pitch errors. Insufficient RAM. Unstable ADC readings leading to deadlock. SPI refresh delays affecting note durations. UART transmission overruns. Incorrect LED timing pulses. Timer interrupts disturbing LED timing. A wrong data type for the global variable `remaining_ms` causing deadlock.
302278
* **What could be a next step for this project?**
303279
* Improve wiring, increase FSR measurement stability, and expand the music library.
280+
281+
<style>
282+
.page-header .project-name {
283+
animation: slowCrazyFlash 2.5s infinite;
284+
}
285+
286+
@keyframes slowCrazyFlash {
287+
0% { color: #ffffff; }
288+
20% { color: #ff6666; }
289+
40% { color: #66cc66; }
290+
60% { color: #66bbff; }
291+
80% { color: #ff99ff; }
292+
100% { color: #ffffff; }
293+
}
294+
</style>

0 commit comments

Comments
 (0)