diff --git a/index.html b/index.html index 53dfdf6..090724c 100644 --- a/index.html +++ b/index.html @@ -255,21 +255,34 @@
Nike Air Max
+ +
+
+ + + +
+

ABOUT US

+

WE SERVE

+

+ nike-bg + nike-text +

JUST DO IT

+

WHO WE ARE

NIKE, Inc. is a team comprised of the Nike, Jordan and Converse brands driven by a shared purpose to leave an enduring impact.
Nike is a global leader in sportswear, committed to innovation and inspiring athletes at all levels. Our mission is to bring performance-driven products that empower individuals to achieve their potential, while driving sustainability and creating a better future through sport.

+ WHAT DRIVES US

+ We are driven by a culture of innovation, collaboration, and determination. From our pioneering Nike Air technology to our commitment to pushing boundaries in design, Nike is always looking forward. We work alongside athletes, designers, and engineers to deliver products that enhance performance while minimizing environmental impact.

+
+ + \ No newline at end of file diff --git a/nike-text.png b/nike-text.png new file mode 100644 index 0000000..0690bb6 Binary files /dev/null and b/nike-text.png differ diff --git a/nike5.jpg b/nike5.jpg new file mode 100644 index 0000000..c908982 Binary files /dev/null and b/nike5.jpg differ diff --git a/style.css b/style.css index 2eedbb7..40cf1ff 100644 --- a/style.css +++ b/style.css @@ -713,4 +713,108 @@ h2 { transform: translate(81px, 53px); font-size: medium; } - } \ No newline at end of file + } + + /* ABOUT US SECTION */ + .cont{ + position: relative; + height:100%; +} +.left-bar{ + display: flex; + position: absolute; + top: 5%; + left: 2%; +} +.stories,.impact, .company { + padding-right: 80px; +} +a{ + text-decoration: none; + color: black; +} +a:hover{ + color: #bd3627; +} +.nike-bg{ + width: 100%; + height: 120%; + +} +.about{ + position: absolute; + top:10%; + left: 43%; + font-size: 50px; +} + +.left-text{ + position: absolute; + top: 5%; + left: 71%; + font-style: italic; +} + +.change { + position: absolute; + top: 4%; + left: 83%; + transition: opacity 0.5s ease; + font-style: italic; + } + +.change::before { + content: "ATHLETES DREAMERS PROS"; + position: absolute; + opacity: 1; + transition: opacity 0.5s; + color: #bd3627; +} + +.change::after { + content: "TEAMS REBELS BEGINNERS"; + position: absolute; + opacity: 0; + transition: opacity 0.5s; + color: #bd3627; +} + +.change:hover::before { + opacity: 0; +} + +.change:hover::after { + opacity: 1; +} + +.text{ + padding-left: 10px; + position: absolute; + top: 18%; + line-height: 120%; + color: black; + font-size: 24px; +} +.nike-text-img { + position: absolute; + top: 55%; + left: 10%; + width: 35%; + height: 50%; + filter: brightness(80%); +} +.bottom-bar{ + position: absolute; + display: flex; + top: 53%; + justify-content: center; + +} + +.bottom-text{ + position: absolute; + top: 72%; + left: 45%; + font-size: 100px; +} +