diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css index 15532f3..984ac78 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -8,7 +8,7 @@ body { background: #fff; font-size: 14px; font-weight: 400; - font-family: 'Open Sans', sans-serif; + font-family: "Open Sans", sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -27,7 +27,7 @@ h4 { font-size: 38px; color: #222222; font-weight: 700; - font-family: 'Titillium Web', sans-serif; + font-family: "Titillium Web", sans-serif; } a { @@ -47,7 +47,7 @@ a a:focus { p { font-weight: 400; - font-family: 'Open Sans', sans-serif; + font-family: "Open Sans", sans-serif; margin: 0px; font-size: 14px; } @@ -136,9 +136,9 @@ a:not([href]):not([tabindex]) { color: #fff; background-color: #222; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1); - transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; - -webkit-transition: all .2s ease-in-out; + transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; } .btn-border { @@ -207,19 +207,19 @@ button:focus { } .social-icon .twitter:hover { - background: #4A9CEC; + background: #4a9cec; } .social-icon .instagram:hover { - background: #D6274D; + background: #d6274d; } .social-icon .linkedin:hover { - background: #1260A2; + background: #1260a2; } .social-icon .google:hover { - background: #CE332A; + background: #ce332a; } /* ScrollToTop */ @@ -326,12 +326,11 @@ hr { .text-wrapper { height: 100%; display: table; - padding-left: 140px; - /* SOMETHING CHANGED */ - text-align: right; + padding-left: 70px; + /* alignment removed */ } -.text-wrapper>div { +.text-wrapper > div { vertical-align: middle; display: table-cell; } @@ -351,9 +350,9 @@ hr { height: 80px; text-align: center; border-radius: 50%; - transition: all .6s ease; - -moz-transition: all .6s ease; - -webkit-transition: all .6s ease; + transition: all 0.6s ease; + -moz-transition: all 0.6s ease; + -webkit-transition: all 0.6s ease; } .feature-item .icon i { @@ -387,8 +386,7 @@ hr { margin: 15px 0; padding: 30px; border-radius: 4px; - /* SOMETHING CHANGED */ - text-align: center; + /* Alignment removed */ box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; @@ -531,7 +529,7 @@ hr { } .navbar-expand-md .navbar-nav .nav-link { - font-family: 'Titillium Web', sans-serif; + font-family: "Titillium Web", sans-serif; color: #585b60; font-weight: 600; padding: 8px 10px; @@ -545,16 +543,16 @@ hr { } .navbar-expand-md .navbar-nav li a:hover, -.navbar-expand-md .navbar-nav li .active>a, +.navbar-expand-md .navbar-nav li .active > a, .navbar-expand-md .navbar-nav li a:focus { color: #3d60f4; outline: none; } -.navbar-expand-md .navbar-nav .active>.nav-link, +.navbar-expand-md .navbar-nav .active > .nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.open, -.navbar-expand-md .navbar-nav .open>.nav-link { +.navbar-expand-md .navbar-nav .open > .nav-link { color: #3d60f4 !important; } @@ -776,7 +774,7 @@ hr { } .team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled { - background: #3B5998; + background: #3b5998; } .team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled { @@ -833,7 +831,7 @@ hr { display: table; } -#counter .counter-text>div { +#counter .counter-text > div { vertical-align: middle; display: table-cell; } @@ -881,7 +879,7 @@ hr { #counter .counter-box h3:before { position: absolute; - content: ''; + content: ""; height: 1px; width: 45px; left: 50%; @@ -948,9 +946,9 @@ hr { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; - transition: all .6s ease; - -moz-transition: all .6s ease; - -webkit-transition: all .6s ease; + transition: all 0.6s ease; + -moz-transition: all 0.6s ease; + -webkit-transition: all 0.6s ease; } .client-item-wrapper:hover img { @@ -966,7 +964,7 @@ hr { padding-right: 120px; } -#latest .text-content>div { +#latest .text-content > div { vertical-align: middle; display: table-cell; } @@ -1021,9 +1019,9 @@ hr { .shot-item img { width: 100%; height: 100%; - transition: all .6s ease; - -moz-transition: all .6s ease; - -webkit-transition: all .6s ease; + transition: all 0.6s ease; + -moz-transition: all 0.6s ease; + -webkit-transition: all 0.6s ease; } .shot-item .single-content { @@ -1033,9 +1031,9 @@ hr { opacity: 0; position: absolute; top: 0; - transition: all .6s ease; - -moz-transition: all .6s ease; - -webkit-transition: all .6s ease; + transition: all 0.6s ease; + -moz-transition: all 0.6s ease; + -webkit-transition: all 0.6s ease; width: 100%; } @@ -1076,7 +1074,7 @@ hr { text-transform: uppercase; font-size: 20px; font-weight: 600; - font-family: 'Titillium Web', sans-serif; + font-family: "Titillium Web", sans-serif; } .shot-item:hover img { @@ -1120,11 +1118,11 @@ hr { padding-bottom: 30px; border-radius: 4px; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); - -webkit-transition: all .3s linear; - -moz-transition: all .3s linear; - -ms-transition: all .3s linear; - -o-transition: all .3s linear; - transition: all .3s linear; + -webkit-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -ms-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; } #pricing .table .icon { @@ -1143,12 +1141,12 @@ hr { } #pricing .table .pricing-header .price-value { - font-family: 'Titillium Web', sans-serif; + font-family: "Titillium Web", sans-serif; font-size: 30px; color: #222222; position: relative; /* SOMETHING CHANGED */ - text-align: left; + text-align: center; /* center aligned */ font-weight: 700; padding: 30px 0; border-bottom: 1px solid #f1f1f1; @@ -1167,7 +1165,7 @@ hr { #pricing .table .description { /* SOMETHING CHANGED */ - text-align: right; + text-align: center; /*text alinged as center*/ padding: 0px 50px; margin-bottom: 20px; } @@ -1627,19 +1625,19 @@ hr { } .testimonial-item .icon-social .twitter:hover { - background: #4A9CEC; + background: #4a9cec; } .testimonial-item .icon-social .instagram:hover { - background: #D6274D; + background: #d6274d; } .testimonial-item .icon-social .linkedin:hover { - background: #1260A2; + background: #1260a2; } .testimonial-item .icon-social .google:hover { - background: #CE332A; + background: #ce332a; } .owl-pagination { @@ -1717,7 +1715,7 @@ hr { -moz-transition: all 0.3s; transition: all 0.3s; padding: 8px 20px; - border: 1px solid #F7F7F7; + border: 1px solid #f7f7f7; } .form-control:focus { @@ -1921,7 +1919,6 @@ textarea { padding: 15px; } - .copyright .footer-logo img { width: 80%; } @@ -1939,4 +1936,4 @@ textarea { .copyright p a:hover { color: #3d60f4; -} \ No newline at end of file +} diff --git a/assets/css/responsive.css b/assets/css/responsive.css index 780ecbe..0ae8ed1 100755 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -122,6 +122,7 @@ } #hero-area .contents { padding: 100px 0px 60px 0px; + align-items: center; } #hero-area .contents .head-title { font-size: 20px; diff --git a/index.html b/index.html index c8ca2c8..b8b1b12 100755 --- a/index.html +++ b/index.html @@ -1,912 +1,1204 @@ + + + + - - - - + Stack - Bootstrap 4 Business Template - Stack - Bootstrap 4 Business Template + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - + + +
+ + + - -
- - - + +
+ - -
-
+ +
+
-
-
-

We Discover, Design & Build Digital
Presence of Businesses

-
- Explore +
+
+
+

+ We are helping to grow
+ your business. +

+

+ A digital studio specialising in User Experience & eCommerce, + we combine innovation with digital craftsmanship to help + brands fulfill their potential. +

+ More About Us
-
- +
+
+
+
+
+ +
+
+

What we do

+

+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut + odit aut fugit, sed quia con- sequuntur magni dolores +

+
+
+
+
+ +
+
+

Meet our team

+

+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut + odit aut fugit, sed quia con- sequuntur magni dolores +

+
+
+
+
+ +
+
+

Our Creation

+

+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut + odit aut fugit, sed quia con- sequuntur magni dolores +

+
+
- + -
- - - -
-
-
-
-
-
-

We are helping to grow
your business.

-

A digital studio specialising in User Experience & eCommerce, we combine innovation with - digital craftsmanship to help brands fulfill their potential.

- More About Us -
-
+ +
+
+
+

+ Our Services +

+

+ A desire to help and empower others between community contributors + in technology
+ began to grow in 2020. +

-
-
-
+
+ +
+
- +
-
-

What we do

-

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur - magni dolores

+
+

Content Writing

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde + perspiciatis dicta labore nulla beatae quaerat quia incidunt + laborum aspernatur... +

-
+
+ +
+
- +
-
-

Meet our team

-

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur - magni dolores

+
+

Digital Marketing

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde + perspiciatis dicta labore nulla beatae quaerat quia incidunt + laborum aspernatur... +

-
+
+ +
+
- +
-
-

Our Creation

-

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia con- sequuntur - magni dolores

+
+

Web Development

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde + perspiciatis dicta labore nulla beatae quaerat quia incidunt + laborum aspernatur... +

-
-
-
-
- - - -
-
-
-

Our Services

-

A desire to help and empower others between community contributors in technology
began to grow in 2020. -

-
-
- -
-
-
- -
-
-

Content Writing

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde perspiciatis dicta labore nulla beatae - quaerat quia incidunt laborum aspernatur...

-
-
-
- -
-
-
- -
-
-

Digital Marketing

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde perspiciatis dicta labore nulla beatae - quaerat quia incidunt laborum aspernatur...

-
-
-
- -
-
-
- -
-
-

Web Development

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde perspiciatis dicta labore nulla beatae - quaerat quia incidunt laborum aspernatur...

-
-
-
- -
-
-
- -
-
-

IOS & Android

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde perspiciatis dicta labore nulla beatae - quaerat quia incidunt laborum aspernatur...

+ +
+
+
+ +
+
+

IOS & Android

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde + perspiciatis dicta labore nulla beatae quaerat quia incidunt + laborum aspernatur... +

+
-
- -
-
-
- -
-
-

UI/UX Design

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde perspiciatis dicta labore nulla beatae - quaerat quia incidunt laborum aspernatur...

+ +
+
+
+ +
+
+

UI/UX Design

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde + perspiciatis dicta labore nulla beatae quaerat quia incidunt + laborum aspernatur... +

+
-
- -
-
-
- -
-
-

Branding & Identity

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde perspiciatis dicta labore nulla beatae - quaerat quia incidunt laborum aspernatur...

+ +
+
+
+ +
+
+

Branding & Identity

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde + perspiciatis dicta labore nulla beatae quaerat quia incidunt + laborum aspernatur... +

+
-
-
- +
+ - -
-
-
-
-
-
- -

Watch Video

+ +
+
+
+
+
+
+ +

+ Watch Video +

+
-
-
- + + - -
-
-
-

Meet our team

-

A desire to help and empower others between community contributors in technology
began to grow in 2020. -

-
-
-
- -
-
- -
-
- + +
+
+
+

+ Meet our team +

+

+ A desire to help and empower others between community contributors + in technology
+ began to grow in 2020. +

+
+
+
+ +
+
+ +
+
+ +
+
+

David Smith

+

Chief Operating Officer

+
-
-

David Smith

-

Chief Operating Officer

-
+
- -
-
- -
-
- -
-
- +
+ +
+
+ +
+
+ +
+
+

Eric Peterson

+

Product Designer

+
-
-

Eric Peterson

-

Product Designer

-
+
- -
-
- -
-
- -
-
- +
+ +
+
+ +
+
+ +
+
+

Durwin Babb

+

Lead Designer

+
-
-

Durwin Babb

-

Lead Designer

-
+
- -
-
- -
-
- -
-
- +
+ +
+
+ +
+
+ +
+
+

Marijn Otte

+

Front-end Developer

+
-
-

Marijn Otte

-

Front-end Developer

-
+
-
-
-
-
- +
+ - -
-
-
-
-
-
- -
-
-
-
-

23576

-

Users

+ +
+
+
+
+
+
+ +
+
+
+
+

23576

+

Users

+
-
- - -
-
-
-
-

2124

-

Positive Reviews

+ + +
+
+
+
+

2124

+

Positive Reviews

+
-
- - -
-
-
-
-

54598

-

Downloads

+ + +
+
+
+
+

54598

+

Downloads

+
-
- - -
-
-
-
-

3212

-

Followers

+ + +
+
+
+
+

3212

+

Followers

+
+
-
-
-
- +
+ - -
-
-
-

Best Pricing

-

A desire to help and empower others between community contributors in technology
began to grow in 2020. -

-
-
-
-
-
-

Basic

-
-
-

$12.90/ Month

-
-
    -
  • Business Analyzing
  • -
  • 24/7 Tech Suport
  • -
  • Operational Excellence
  • -
  • Business Idea Ready
  • -
  • 2 Database
  • -
  • Customer Support
  • -
- -
+ +
+
+
+

+ Best Pricing +

+

+ A desire to help and empower others between community contributors + in technology
+ began to grow in 2020. +

-
-
-
-

Profesional

-
-
-

$49.90/ Month

-
-
    -
  • Business Analyzing
  • -
  • 24/7 Tech Suport
  • -
  • Operational Excellence
  • -
  • Business Idea Ready
  • -
  • 2 Database
  • -
  • Customer Support
  • -
- +
+
+
+
+

Basic

+
+
+

$12.90/ Month

+
+
    +
  • Business Analyzing
  • +
  • 24/7 Tech Suport
  • +
  • Operational Excellence
  • +
  • Business Idea Ready
  • +
  • 2 Database
  • +
  • Customer Support
  • +
+ +
-
-
-
-
-

Expert

-
-
-

$89.90/ Month

-
-
    -
  • Business Analyzing
  • -
  • 24/7 Tech Suport
  • -
  • Operational Excellence
  • -
  • Business Idea Ready
  • -
  • 2 Database
  • -
  • Customer Support
  • -
- +
+
+
+

Profesional

+
+
+

$49.90/ Month

+
+
    +
  • Business Analyzing
  • +
  • 24/7 Tech Suport
  • +
  • Operational Excellence
  • +
  • Business Idea Ready
  • +
  • 2 Database
  • +
  • Customer Support
  • +
+ +
+
+
+
+
+

Expert

+
+
+

$89.90/ Month

+
+
    +
  • Business Analyzing
  • +
  • 24/7 Tech Suport
  • +
  • Operational Excellence
  • +
  • Business Idea Ready
  • +
  • 2 Database
  • +
  • Customer Support
  • +
+ +
-
-
- +
+ -
-
-
-
- -
-
-
-

Our Skill

-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Delectus architecto laudantium dolorem, aut - aspernatur modi minima alias provident obcaecati! Minima odio porro nemo magnam dolore minus asperiores - veniam dolorum est! -

-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas, nesciunt possimus quaerat ipsam, corporis - architecto aspernatur non aut! Dolorum consectetur placeat excepturi, perspiciatis sunt. -

+
+
+
+
+
-
- -
-
Strategy & Analysis 88%
-
- -
-
+
+
+

Our Skill

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. + Delectus architecto laudantium dolorem, aut aspernatur modi + minima alias provident obcaecati! Minima odio porro nemo magnam + dolore minus asperiores veniam dolorum est! +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas, + nesciunt possimus quaerat ipsam, corporis architecto aspernatur + non aut! Dolorum consectetur placeat excepturi, perspiciatis + sunt. +

-
-
Eeconomic growth 95%
-
- -
+
+ +
+
+ Strategy & Analysis 88% +
+
+ +
+
-
-
-
Achieves goals 70%
-
- -
+
+
Eeconomic growth 95%
+
+ +
+
+
+
Achieves goals 70%
+
+ +
+
+
+
-
-
- -
-
-
-
-
-
+ - -
- -
-
-

Latest blog

-

A desire to help and empower others between community contributors in technology
began to grow in 2020. -

-
-
-
- -
-
- - - -
-
-

- Suspendisse dictum non velit -

-

- Nunc in mauris a ante rhoncus tristique vitae et nisl. Quisque ullamcorper rutrum lacinia. Integer - varius ornare egestas. -

- Read More + +
+ +
+
+

+ Latest blog +

+

+ A desire to help and empower others between community contributors + in technology
+ began to grow in 2020. +

+
+
+
+ +
+
+ + + +
+
+

+ Suspendisse dictum non velit +

+

+ Nunc in mauris a ante rhoncus tristique vitae et nisl. Quisque + ullamcorper rutrum lacinia. Integer varius ornare egestas. +

+ Read More +
+
- -
-
- -
-
- - - -
-
-

- Remarkably Did Increasing -

-

- Nunc in mauris a ante rhoncus tristique vitae et nisl. Quisque ullamcorper rutrum lacinia. Integer - varius ornare egestas. -

- Read More +
+ +
+
+ + + +
+
+

+ Remarkably Did Increasing +

+

+ Nunc in mauris a ante rhoncus tristique vitae et nisl. Quisque + ullamcorper rutrum lacinia. Integer varius ornare egestas. +

+ Read More +
+
- -
-
- -
-
- - - -
-
-

- Changing the topic scope -

-

- Nunc in mauris a ante rhoncus tristique vitae et nisl. Quisque ullamcorper rutrum lacinia. Integer - varius ornare egestas. -

- Read More +
+ +
+
+ + + +
+
+

+ Changing the topic scope +

+

+ Nunc in mauris a ante rhoncus tristique vitae et nisl. Quisque + ullamcorper rutrum lacinia. Integer varius ornare egestas. +

+ Read More +
+
-
-
-
- +
+ - -
-
-
-

NOTABLE CLIENTS

-

Over the last 20 years, we have helped and guided organisations to achieve outstanding results

-
-
-
-
- -
+ +
+
+
+

+ NOTABLE CLIENTS +

+

+ Over the last 20 years, we have helped and guided organisations to + achieve outstanding results +

-
-
- +
+
+
+ +
-
-
-
- +
+
+ +
-
-
-
- +
+
+ +
+
+
+
+ +
-
- + - -
-
-
-
-
-
-
-
-
- -
-
-
-
-
- -
+ +
+
+
+
+
+ +
+
+
+ +
+
-
-
-
- -
+
+
+ +
+
-
-
-
- -
+
+
+ +
+
-
- - -
+
+
+ +
+
+
+ + +
+
-
- + +
-
-
-
-
-

We're a friendly bunch..

-

We create projects for companies and startups with a passion for quality

-
-

Contact Us

-
-
-
- -
-

ADDRESS: 28 Green Tower, New York City, USA

+
+
+
+

We're a friendly bunch..

+

+ We create projects for companies and startups with a passion + for quality +

-
-
- +

Contact Us

+
+
+
+ +
+

ADDRESS: 28 Green Tower, New York City, USA

-

Email: contact@stuck.com

-
-
-
-
- +
+ - -