diff --git a/assets/css/style.css b/assets/css/style.css index 21d7e4c9..93120429 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -655,13 +655,23 @@ button:hover { #COURSE \*-----------------------------------*/ -.course .grid-list { padding-block: 20px 44px; } - +.course .grid-list { padding-block: 20px 44px; +} +.heading1{ + height: 200px; +} +.heading2{ + height: 206px; +} +.image2{ + height: 200px; +} .course-card { border-block-end: 4px solid transparent; display: flex; flex-direction: column; gap: 24px; + } .course-card:is(:hover, :focus-within) { border-color: var(--light-coral); } @@ -1651,4 +1661,125 @@ button:hover { font-size: 1.0rem; } } - +.headline{ + animation-name: pulse; + animation-duration: 2s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +@keyframes pulse{ + 0%{ + transform: translateY(-3.5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-3.5px); + } +} +body{ + background-color: #ffede7; +} +.header1{ + animation-name: pulse1; + animation-duration: 2s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +.header2{ + animation-name: pulse2; + animation-duration: 1.8s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +.header3{ + animation-name: pulse3; + animation-duration: 2s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +.header4{ + animation-name: pulse4; + animation-duration: 1.8s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +.header5{ + animation-name: pulse5; + animation-duration: 2s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +.header6{ + animation-name: pulse6; + animation-duration: 1.8s; + animation-timing-function: ease-in-out; + animation-iteration-count: infinite; +} +@keyframes pulse1{ + 0%{ + transform: translateY(-3.5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-3.5px); + } +} +@keyframes pulse2{ + 0%{ + transform: translateY(-5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-5px); + } +} +@keyframes pulse3{ + 0%{ + transform: translateY(-3.5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-3.5px); + } +} +@keyframes pulse4{ + 0%{ + transform: translateY(-5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-5px); + } +} +@keyframes pulse5{ + 0%{ + transform: translateY(-3.5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-3.5px); + } +} +@keyframes pulse6{ + 0%{ + transform: translateY(-5px); + } + 50%{ + transform: translateY(0px); + } + 100%{ + transform: translateY(-5px); + } +} \ No newline at end of file diff --git a/data-science.html b/data-science.html index 73746733..7db2fe0d 100644 --- a/data-science.html +++ b/data-science.html @@ -18,7 +18,7 @@

Explore Courses

- Data Science Courses +
Data Science Courses

@@ -44,10 +44,12 @@

Introduction to Data Science

  • -
    - +
    + + Data Analysis with Python course overview image -
    +

    Data Analysis with Python

    Duration: 6 weeks

    @@ -57,9 +59,9 @@

    Data Analysis with Python

  • -
    -
    - +
    + Data Visualization with Tableau course overview image
    @@ -72,10 +74,10 @@

    Data Visualization with Tableau

  • -
    +
    Machine Learning Basics course overview image -
    +

    Machine Learning Basics

    Duration: 8 weeks

    diff --git a/index.html b/index.html index 000b8df4..86c6c88a 100644 --- a/index.html +++ b/index.html @@ -264,7 +264,7 @@

    Your Email

    Course Categories

    - Browse Top Categories +
    Browse Top Categories

      @@ -482,14 +482,15 @@

      Featured Courses

      - Choose Unlimited Courses +
      Choose Unlimited Courses >

      • +
        - +
        Basic Fundamentals of Interior & Graphics Design @@ -530,15 +531,16 @@

        -
        +
    - +
  • +
    @@ -581,7 +583,7 @@

    -
    + @@ -590,6 +592,7 @@

  • +
    @@ -632,7 +635,7 @@

    -
    + @@ -641,6 +644,7 @@

  • +
    @@ -683,7 +687,7 @@

    -
    + @@ -692,6 +696,7 @@

  • +
    @@ -734,7 +739,7 @@

    -
    + @@ -743,6 +748,8 @@

  • +
    +
    @@ -785,8 +792,8 @@

    -
    - + +
  • diff --git a/node_modules/.bin/mime b/node_modules/.bin/mime deleted file mode 120000 index 7751de3c..00000000 --- a/node_modules/.bin/mime +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../mime/cli.js" "$@" -else - exec node "$basedir/../mime/cli.js" "$@" -fi diff --git a/node_modules/mime/cli.js b/node_modules/mime/cli.js old mode 100755 new mode 100644 diff --git a/node_modules/mime/src/build.js b/node_modules/mime/src/build.js old mode 100755 new mode 100644