DeepRat commited on
Commit
73d4cb1
·
verified ·
1 Parent(s): 7f4afef

ok, algunas correciones:

Browse files

No son 13 modulos, son 15.

Uiliza esta paleta de colores para el fondo de particulas:
#09191E — rgb(9, 25, 30) ▸ fondo dominante (~89%)

#85F1C2 — rgb(133, 241, 194) ▸ acento “neon mint”

#536858 — rgb(83, 104, 88)

#365249 — rgb(54, 82, 73)

#A7AF8E — rgb(167, 175, 142) ▸ “sage”

#648C74 — rgb(100, 140, 116)

#70AA8A — rgb(112, 170, 138)

#2D423C — rgb(45, 66, 60)

Files changed (3) hide show
  1. index.html +4 -4
  2. script.js +6 -6
  3. style.css +1 -1
index.html CHANGED
@@ -88,8 +88,8 @@
88
  </div>
89
  </div>
90
  <div class="mt-10 text-center">
91
- <p class="text-gray-600"><a href="https://github.com/DeepRatAI/Educative-Lab/blob/main/SYLLABUS_EN.md" class="underline">Full syllabus available on GitHub</a> | <a href="#" class="underline">Versión en Español</a></p>
92
- </div>
93
  </div>
94
  </section>
95
 
@@ -126,8 +126,8 @@
126
  <i data-feather="layers" class="w-6 h-6"></i>
127
  </div>
128
  <h3 class="font-bold text-xl mb-2">Structured</h3>
129
- <p>Modular design. 13 modules. Weekly releases.</p>
130
- </div>
131
  <div class="text-center p-6 bg-gray-50 rounded-lg">
132
  <div class="mx-auto w-12 h-12 flex items-center justify-center bg-amber-100 text-amber-600 rounded-full mb-4">
133
  <i data-feather="code" class="w-6 h-6"></i>
 
88
  </div>
89
  </div>
90
  <div class="mt-10 text-center">
91
+ <p class="text-gray-600"><a href="https://github.com/DeepRatAI/Educative-Lab/blob/main/SYLLABUS_EN.md" class="underline">Full syllabus available on GitHub</a> | <a href="#" class="underline">Versión en Español</a></p>
92
+ </div>
93
  </div>
94
  </section>
95
 
 
126
  <i data-feather="layers" class="w-6 h-6"></i>
127
  </div>
128
  <h3 class="font-bold text-xl mb-2">Structured</h3>
129
+ <p>Modular design. 15 modules. Weekly releases.</p>
130
+ </div>
131
  <div class="text-center p-6 bg-gray-50 rounded-lg">
132
  <div class="mx-auto w-12 h-12 flex items-center justify-center bg-amber-100 text-amber-600 rounded-full mb-4">
133
  <i data-feather="code" class="w-6 h-6"></i>
script.js CHANGED
@@ -35,9 +35,9 @@ document.addEventListener('DOMContentLoaded', function() {
35
  }
36
  },
37
  "color": {
38
- "value": "#764ba2"
39
  },
40
- "shape": {
41
  "type": "circle",
42
  "stroke": {
43
  "width": 0,
@@ -67,11 +67,11 @@ document.addEventListener('DOMContentLoaded', function() {
67
  "line_linked": {
68
  "enable": true,
69
  "distance": 150,
70
- "color": "#764ba2",
71
  "opacity": 0.4,
72
  "width": 1
73
  },
74
- "move": {
75
  "enable": true,
76
  "speed": 2,
77
  "direction": "none",
@@ -104,10 +104,10 @@ document.addEventListener('DOMContentLoaded', function() {
104
  "distance": 140,
105
  "line_linked": {
106
  "opacity": 1,
107
- "color": "#764ba2"
108
  }
109
  },
110
- "push": {
111
  "particles_nb": 4
112
  }
113
  }
 
35
  }
36
  },
37
  "color": {
38
+ "value": "#85F1C2"
39
  },
40
+ "shape": {
41
  "type": "circle",
42
  "stroke": {
43
  "width": 0,
 
67
  "line_linked": {
68
  "enable": true,
69
  "distance": 150,
70
+ "color": "#85F1C2",
71
  "opacity": 0.4,
72
  "width": 1
73
  },
74
+ "move": {
75
  "enable": true,
76
  "speed": 2,
77
  "direction": "none",
 
104
  "distance": 140,
105
  "line_linked": {
106
  "opacity": 1,
107
+ "color": "#85F1C2"
108
  }
109
  },
110
+ "push": {
111
  "particles_nb": 4
112
  }
113
  }
style.css CHANGED
@@ -42,5 +42,5 @@ footer a:hover svg {
42
  #particles-js {
43
  width: 100%;
44
  height: 100%;
45
- background-color: #667eea;
46
  }
 
42
  #particles-js {
43
  width: 100%;
44
  height: 100%;
45
+ background-color: #09191E;
46
  }