|
110 | 110 |
|
111 | 111 | <!-------------------------Navigation--------------------------------------------->
|
112 | 112 |
|
113 |
| - <nav class="site-nav mb-5"> |
| 113 | +<nav class="site-nav mb-5"> |
114 | 114 |
|
115 |
| - <!-- <div class="pb-2 top-bar mb-3"> |
116 |
| - <div class="container"> |
117 |
| - <div class="row align-items-center"> |
118 |
| -
|
119 |
| - <div class="col-6 col-lg-9"> |
120 |
| - <a href="#" class="small mr-3"><span class="icon-question-circle-o mr-2"></span> <span class="d-none d-lg-inline-block">Have a questions?</span></a> |
121 |
| - <a href="#" class="small mr-3"><span class="icon-phone mr-2"></span> <span class="d-none d-lg-inline-block">10 20 123 456</span></a> |
122 |
| - <a href="#" class="small mr-3"><span class="icon-envelope mr-2"></span> <span class="d-none d-lg-inline-block">contact@teachme.codes</span></a> |
123 |
| - </div> |
124 |
| -
|
125 |
| - |
126 |
| - <div class="col-6 col-lg-3 text-right"> |
127 |
| - <a href="login.html" class="small mr-3"> |
128 |
| - <span class="icon-lock"></span> |
129 |
| - Log In |
130 |
| - </a> |
131 |
| - <a href="register.html" class="small"> |
132 |
| - <span class="icon-person"></span> |
133 |
| - Register |
134 |
| - </a> |
135 |
| - </div> |
136 |
| - |
| 115 | + <!-- <div class="pb-2 top-bar mb-3"> |
| 116 | + <div class="container"> |
| 117 | + <div class="row align-items-center"> |
137 | 118 |
|
138 |
| - </div> |
139 |
| - </div> |
140 |
| - </div> --> |
| 119 | + <div class="col-6 col-lg-9"> |
| 120 | + <a href="#" class="small mr-3"><span class="icon-question-circle-o mr-2"></span> <span class="d-none d-lg-inline-block">Have a questions?</span></a> |
| 121 | + <a href="#" class="small mr-3"><span class="icon-phone mr-2"></span> <span class="d-none d-lg-inline-block">10 20 123 456</span></a> |
| 122 | + <a href="#" class="small mr-3"><span class="icon-envelope mr-2"></span> <span class="d-none d-lg-inline-block">contact@teachme.codes</span></a> |
| 123 | + </div> |
141 | 124 |
|
| 125 | + |
| 126 | + <div class="col-6 col-lg-3 text-right"> |
| 127 | + <a href="login.html" class="small mr-3"> |
| 128 | + <span class="icon-lock"></span> |
| 129 | + Log In |
| 130 | + </a> |
| 131 | + <a href="register.html" class="small"> |
| 132 | + <span class="icon-person"></span> |
| 133 | + Register |
| 134 | + </a> |
| 135 | + </div> |
| 136 | + |
142 | 137 |
|
143 |
| - <div class="sticky-nav js-sticky-header"> |
144 |
| - <div class="container position-relative"> |
145 |
| - <div class="site-navigation text-center"> |
146 |
| - <a href="index.html" class="logo menu-absolute m-0">Teach Me Codes<span class="text-primary">.</span></a> |
| 138 | + </div> |
| 139 | + </div> |
| 140 | + </div> --> |
| 141 | + |
| 142 | + |
| 143 | + <div class="sticky-nav js-sticky-header"> |
| 144 | + <div class="container position-relative"> |
| 145 | + <div class="site-navigation text-center"> |
| 146 | + <a href="index.html" class="logo menu-absolute m-0">Teach Me Codes<span class="text-primary">.</span></a> |
| 147 | + |
| 148 | + <ul class="js-clone-nav d-none d-lg-inline-block site-menu"> |
| 149 | + <li class="active"><a href="index.html">Home</a></li> |
| 150 | + |
| 151 | + <li class="has-children"> |
| 152 | + <a href="#courses">Courses</a> |
| 153 | + <ul class="dropdown"> |
| 154 | + <li><a href="#courses">Courses</a></li> |
| 155 | + <li class="has-children"> |
| 156 | + <a href="courses.html">Programming</a> |
| 157 | + <ul class="dropdown"> |
| 158 | + <li><a href="courses.html">Python</a></li> |
| 159 | + <li><a href="courses.html">Numpy</a></li> |
| 160 | + <li><a href="courses.html">Scipy</a></li> |
| 161 | + <li><a href="courses.html">Matplotlib</a></li> |
| 162 | + <li><a href="courses.html">Pandas</a></li> |
| 163 | + <li><a href="courses.html">SQL</a></li> |
| 164 | + <li><a href="courses.html">Git & GitHub</a></li> |
| 165 | + <li><a href="courses.html">Linux</a></li> |
| 166 | + <li><a href="courses.html">Docker</a></li> |
| 167 | + </ul> |
| 168 | + </li> |
| 169 | + |
| 170 | + <li class="has-children"> |
| 171 | + <a href="courses.html">Physics</a> |
| 172 | + <ul class="dropdown"> |
| 173 | + <li><a href="courses.html">Wave and Oscillation</a></li> |
| 174 | + <li><a href="courses.html">Computational Physics</a></li> |
| 175 | + <li><a href="courses.html">Quantum Physics</a></li> |
| 176 | + <li><a href="courses.html">Quantum Chemistry</a></li> |
| 177 | + <li><a href="courses.html">Quantum Biology</a></li> |
| 178 | + <li><a href="courses.html">Electrodynamics</a></li> |
| 179 | + <li><a href="courses.html">Neurophysics</a></li> |
| 180 | + <li><a href="courses.html">Fractal, Chaos and Complex System</a></li> |
| 181 | + </ul> |
| 182 | + </li> |
| 183 | + |
| 184 | + |
| 185 | + <li><a href="#">Menu Three</a></li> |
| 186 | + </ul> |
| 187 | + </li> |
| 188 | + |
| 189 | + <li class="has-children"> |
| 190 | + <a href="#slp">Self Learning Portals</a> |
147 | 191 |
|
148 |
| - <ul class="js-clone-nav d-none d-lg-inline-block site-menu"> |
149 |
| - <li class="active"><a href="index.html">Home</a></li> |
150 |
| - <li class="has-children"> |
151 |
| - <a href="#">Dropdown</a> |
152 | 192 | <ul class="dropdown">
|
153 |
| - <li><a href="https://www.teachme.codes/elements.html">Elements</a></li> |
| 193 | + <li><a href="#slp">Portals</a></li> |
| 194 | + <li class="has-children"> |
| 195 | + <a href="https://learning.teachme.codes/portals/programming">Programming</a> |
| 196 | + <ul class="dropdown"> |
| 197 | + <li><a href="https://learning.teachme.codes/python">Python</a></li> |
| 198 | + <li><a href="https://learning.teachme.codes/numpy">Numpy</a></li> |
| 199 | + <li><a href="https://learning.teachme.codes/scipy">Scipy</a></li> |
| 200 | + <li><a href="https://learning.teachme.codes/matplotlib">Matplotlib</a></li> |
| 201 | + <li><a href="https://learning.teachme.codes/pandas">Pandas</a></li> |
| 202 | + <li><a href="https://learning.teachme.codes/sql">SQL</a></li> |
| 203 | + <li><a href="https://learning.teachme.codes/git">Git & GitHub</a></li> |
| 204 | + <li><a href="https://learning.teachme.codes/linux">Linux</a></li> |
| 205 | + <li><a href="https://learning.teachme.codes/docker">Docker</a></li> |
| 206 | + </ul> |
| 207 | + </li> |
| 208 | + |
154 | 209 | <li class="has-children">
|
155 |
| - <a href="#">Menu Two</a> |
| 210 | + <a href="https://learning.teachme.codes/portals/physics">Physics</a> |
156 | 211 | <ul class="dropdown">
|
157 |
| - <li><a href="#">Sub Menu One</a></li> |
158 |
| - <li><a href="#">Sub Menu Two</a></li> |
159 |
| - <li><a href="#">Sub Menu Three</a></li> |
| 212 | + <li><a href="https://learning.teachme.codes/wave-and-oscillation">Wave and Oscillation</a></li> |
| 213 | + <li><a href="https://learning.teachme.codes/computational-physics">Computational Physics</a></li> |
| 214 | + <li><a href="https://learning.teachme.codes/quantum-physics">Quantum Physics</a></li> |
| 215 | + <li><a href="https://learning.teachme.codes/quantum-chemistry">Quantum Chemistry</a></li> |
| 216 | + <li><a href="https://learning.teachme.codes/quantum-chemistry">Quantum Biology</a></li> |
| 217 | + <li><a href="https://learning.teachme.codes/electrodynamics">Electrodynamics</a></li> |
| 218 | + <li><a href="https://learning.teachme.codes/neurophysics">Neurophysics</a></li> |
| 219 | + <li><a href="https://learning.teachme.codes/fractal-and-chaos">Fractal, Chaos and Complex System</a></li> |
160 | 220 | </ul>
|
161 | 221 | </li>
|
162 |
| - <li><a href="#">Menu Three</a></li> |
| 222 | + |
| 223 | + <li><a href="https://learning.teachme.codes/portals/math">Mathematics</a></li> |
163 | 224 | </ul>
|
164 |
| - </li> |
165 |
| - <!-- <li><a href="https://www.teachme.codes/staff.html">Our Staff</a></li> |
166 |
| - <li><a href="https://www.teachme.codes/news.html">News</a></li> |
167 |
| - <li><a href="https://www.teachme.codes/gallery.html">Gallery</a></li> --> |
168 |
| - |
169 |
| - <li><a href="https://posts.teachme.codes">Articles</a></li> |
170 |
| - <li><a href="https://www.teachme.codes/about.html">About</a></li> |
171 |
| - <li><a href="https://www.teachme.codes/contact.html">Contact</a></li> |
172 |
| - </ul> |
| 225 | + </li> |
173 | 226 |
|
174 |
| - <a href="https://teachme.codes/courses.html" class="btn-book btn btn-secondary btn-sm menu-absolute">Enroll Now</a> |
175 | 227 |
|
176 |
| - <a href="#" class="burger ml-auto float-right site-menu-toggle js-menu-toggle d-inline-block d-lg-none light" data-toggle="collapse" data-target="#main-navbar"> |
177 |
| - <span></span> |
178 |
| - </a> |
179 | 228 |
|
180 |
| - </div> |
| 229 | + <!-- <li><a href="staff.html">Our Staff</a></li> --> |
| 230 | + <!-- <li><a href="news.html">News</a></li> --> |
| 231 | + <!-- <li><a href="events.html">Events</a></li> --> |
| 232 | + <!-- <li><a href="contact.html">Contact</a></li> --> |
| 233 | + <!-- <li><a href="about.html">About</a></li> --> |
| 234 | + <!-- <li><a href="gallery.html">Gallery</a></li> --> |
| 235 | + |
| 236 | + |
| 237 | + <li><a href="https://posts.teachme.codes">Articles</a></li> |
| 238 | + |
| 239 | + <!-- <li><a href="about.html">About</a></li> |
| 240 | + <li><a href="contact.html">Contact</a></li> --> |
| 241 | + |
| 242 | + </ul> |
| 243 | + |
| 244 | + <a href="courses.html" class="btn-book btn btn-secondary btn-sm menu-absolute">Enroll Now</a> |
| 245 | + |
| 246 | + <a href="#" class="burger ml-auto float-right site-menu-toggle js-menu-toggle d-inline-block d-lg-none light" data-toggle="collapse" data-target="#main-navbar"> |
| 247 | + <span></span> |
| 248 | + </a> |
| 249 | + |
181 | 250 | </div>
|
182 | 251 | </div>
|
183 |
| - </nav> |
| 252 | + </div> |
| 253 | +</nav> |
184 | 254 |
|
185 | 255 |
|
186 | 256 |
|
@@ -338,53 +408,6 @@ <h3> Standard Models Learing Portals</h3>
|
338 | 408 | </div>
|
339 | 409 |
|
340 | 410 |
|
341 |
| - |
342 |
| - |
343 |
| - <!-- <div class="col-6 col-sm-6 col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="300"> |
344 |
| - <div class="feature"> |
345 |
| - <a href="https://learning.teachme.codes/portals/music-and-sound"> |
346 |
| - <span class="uil uil-music"></span> |
347 |
| - <h3> Music and Sound-Engineering Portals</h3> |
348 |
| - <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p> |
349 |
| - </a> |
350 |
| - </div> |
351 |
| - </div> |
352 |
| -
|
353 |
| -
|
354 |
| - <div class="col-6 col-sm-6 col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="300"> |
355 |
| - <div class="feature"> |
356 |
| - <a href="https://learning.teachme.codes/portals/dance-and-recreation"> |
357 |
| - <span class="uil uil-wind-sun"></span> |
358 |
| - <h3> Dance, Recreation and Locomotion-Engineering Portals</h3> |
359 |
| - <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p> |
360 |
| - </a> |
361 |
| - </div> |
362 |
| - </div> --> |
363 |
| - |
364 |
| - |
365 |
| - |
366 |
| - <div class="col-6 col-sm-6 col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="300"> |
367 |
| - <div class="feature"> |
368 |
| - <a href="https://learning.teachme.codes/portals/yoga-and-meditation"> |
369 |
| - <span class="uil uil-channel"></span> |
370 |
| - <h3> Yoga, Meditation and Inner-Engineering Portals </h3> |
371 |
| - <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p> |
372 |
| - </a> |
373 |
| - </div> |
374 |
| - </div> |
375 |
| - |
376 |
| - |
377 |
| - |
378 |
| - <div class="col-6 col-sm-6 col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="300"> |
379 |
| - <div class="feature"> |
380 |
| - <a href="https://learning.teachme.codes/portals/consciousness"> |
381 |
| - <span class="uil uil-circle-layer"></span> |
382 |
| - <h3> Consciousness and Metaphysics </h3> |
383 |
| - <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p> |
384 |
| - </a> |
385 |
| - </div> |
386 |
| - </div> |
387 |
| - |
388 | 411 | </div>
|
389 | 412 |
|
390 | 413 | <div class="row justify-content-center" data-aos="fade-up" data-aos-delay="400">
|
@@ -554,62 +577,6 @@ <h3>Standard Models Courses</h3>
|
554 | 577 | </div>
|
555 | 578 |
|
556 | 579 |
|
557 |
| - |
558 |
| - <!-- <div class="col-sm-6 col-md-6 col-lg-3 mb-4" data-aos="fade-up" data-aos-delay="300"> |
559 |
| - <a href="https://teachme.codes/courses.html" class="category d-flex align-items-start h-100"> |
560 |
| - <div> |
561 |
| - <i class="uil uil-music"></i> |
562 |
| - </div> |
563 |
| - <div> |
564 |
| - <h3>Music and Sound Engineering Courses</h3> |
565 |
| - <span>N courses | Coming soon</span> |
566 |
| - </div> |
567 |
| - </a> |
568 |
| - </div> |
569 |
| -
|
570 |
| -
|
571 |
| - <div class="col-sm-6 col-md-6 col-lg-3 mb-4" data-aos="fade-up" data-aos-delay="300"> |
572 |
| - <a href="https://teachme.codes/courses.html" class="category d-flex align-items-start h-100"> |
573 |
| - <div> |
574 |
| - <i class="uil uil-wind-sun"></i> |
575 |
| - </div> |
576 |
| - <div> |
577 |
| - <h3>Dance, Recreation and Locomotion Engineering Courses </h3> |
578 |
| - <span>N courses | Coming soon</span> |
579 |
| - </div> |
580 |
| - </a> |
581 |
| - </div> --> |
582 |
| - |
583 |
| - |
584 |
| - |
585 |
| - <div class="col-sm-6 col-md-6 col-lg-3 mb-4" data-aos="fade-up" data-aos-delay="300"> |
586 |
| - <a href="https://teachme.codes/courses.html" class="category d-flex align-items-start h-100"> |
587 |
| - <div> |
588 |
| - <i class="uil uil-channel"></i> |
589 |
| - </div> |
590 |
| - <div> |
591 |
| - <h3>Yoga, Meditation and Inner-Engineering Courses</h3> |
592 |
| - <span>N courses | Coming soon</span> |
593 |
| - </div> |
594 |
| - </a> |
595 |
| - </div> |
596 |
| - |
597 |
| - |
598 |
| - |
599 |
| - <div class="col-sm-6 col-md-6 col-lg-3 mb-4" data-aos="fade-up" data-aos-delay="300"> |
600 |
| - <a href="https://teachme.codes/courses.html" class="category d-flex align-items-start h-100"> |
601 |
| - <div> |
602 |
| - <i class="uil uil-circle-layer"></i> |
603 |
| - </div> |
604 |
| - <div> |
605 |
| - <h3>Consciousness and Metaphysics</h3> |
606 |
| - <span> N courses | Coming soon</span> |
607 |
| - </div> |
608 |
| - </a> |
609 |
| - </div> |
610 |
| - |
611 |
| - |
612 |
| - |
613 | 580 |
|
614 | 581 | </div>
|
615 | 582 |
|
|
0 commit comments