Skip to content

Commit

Permalink
Updated animate css
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirr007 committed Jun 19, 2023
1 parent 47957c1 commit e9e4a01
Show file tree
Hide file tree
Showing 20 changed files with 3,644 additions and 14,789 deletions.
2,955 changes: 113 additions & 2,842 deletions app/css/animate.css

Large diffs are not rendered by default.

8,418 changes: 0 additions & 8,418 deletions app/css/bootstrap.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion app/css/maps/animate.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/css/maps/bootstrap.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion app/css/maps/bootstrap.min.css.map

This file was deleted.

14 changes: 5 additions & 9 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
<script defer src="js/lib/fontawesome-all.min.js"></script>
<link data-n-head="ssr" rel="icon" type="image/x-icon" href="/gulpGetStart/assets/images/favicon.ico">
<link data-n-head="ssr" rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/less-styles.css">
<link rel="stylesheet" href="css/styles.css">

<title>Gulp4 get Start | Bootstrap 4 Layouts</title>
</head>

Expand Down Expand Up @@ -68,7 +67,7 @@
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-11 col-sm-10 col-md-8 animated fadeInUp">
<h3 class="page-section-title text-reverse">Gulp4 get Start</h3>
<h3 class="page-section-title text-reverse">Gulp4 get Start Boilerplate</h3>
<p class="page-section-text lead">
A Getting start Gulp Workflow boilerplate to speed up your Front end Development by automating almost everything
in your workflow.
Expand All @@ -78,7 +77,6 @@ <h3 class="page-section-title text-reverse">Gulp4 get Start</h3>
</div>
</div>
</div>

</section>

</header>
Expand Down Expand Up @@ -509,8 +507,7 @@ <h2 class="layout-title">Floater Title</h2>
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="card-deck">

<section class="card my-3">
<section class="card my-3 animated fadeInLeft">
<img class="layout-image card-img-top img-fluid"
src="https://craftypixels.com/placeholder-image/16:9x400/6/C.png&text=Card-1" alt="Photo Sample">
<div class="card-body">
Expand All @@ -522,7 +519,7 @@ <h4 class="layout-title card-title">Card Title</h4>
</div>
</section>

<section class="card my-3">
<section class="card my-3 animated fadeInDown">
<img class="layout-image card-img-top img-fluid"
src="https://craftypixels.com/placeholder-image/16:9x400/6/C.png&text=Card-2" alt="Photo Sample">
<div class="card-body">
Expand All @@ -535,7 +532,7 @@ <h4 class="layout-title card-title">Card Title</h4>
</div>
</section>

<section class="card my-3">
<section class="card my-3 animated fadeInRight">
<img class="layout-image card-img-top img-fluid"
src="https://craftypixels.com/placeholder-image/16:9x400/6/C.png&text=Card-3" alt="Photo Sample">
<div class="card-body">
Expand All @@ -548,7 +545,6 @@ <h4 class="layout-title card-title">Card Title</h4>
</div>
</div>
</div>

</section>

</article>
Expand Down
2 changes: 1 addition & 1 deletion app/js/maps/script.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/js/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function processStyles(source, sourceType) {
$.displaylog.logger(`Compiling ${sourceType} files...`)
})
.pipe($.if(devBuild, $.sourcemaps.init()))
.pipe($.if(sourceType === 'css' || sourceType === 'scss', sass().on('error', sass.logError)))
.pipe($.if(sourceType === 'css' || sourceType === 'scss', sass({ includePaths: ['node_modules'] }).on('error', sass.logError)))
.pipe($.if(sourceType === 'less', $.less().on('error', console.log.bind(console))))
.pipe($.autoprefixer('last 4 version'))
.pipe($.if(prodBuild, $.cssnano()))
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.0",
"browser-sync": "^2.29.3",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -54,9 +55,9 @@
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.0",
"husky": "^8.0.0",
"sass": "^1.63.4",
"through2": "^4.0.2",
"husky": "^8.0.0"
"through2": "^4.0.2"
},
"dependencies": {
"express": "^4.17.1"
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/_partials/_header-hero.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-11 col-sm-10 col-md-8 animated fadeInUp">
<h3 class="page-section-title text-reverse">Gulp4 get Start</h3>
<h3 class="page-section-title text-reverse">Gulp4 get Start Boilerplate</h3>
<p class="page-section-text lead">
A Getting start Gulp Workflow boilerplate to speed up your Front end Development by automating almost everything
in your workflow.
Expand All @@ -10,4 +10,4 @@ <h3 class="page-section-title text-reverse">Gulp4 get Start</h3>
Repo</a>
</div>
</div>
</div>
</div>
9 changes: 4 additions & 5 deletions src/_partials/_page-cards-content.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="card-deck">

<section class="card my-3">
<section class="card my-3 animated fadeInLeft">
<img class="layout-image card-img-top img-fluid"
src="https://craftypixels.com/placeholder-image/16:9x400/6/C.png&text=Card-1" alt="Photo Sample">
<div class="card-body">
Expand All @@ -14,7 +13,7 @@ <h4 class="layout-title card-title">Card Title</h4>
</div>
</section>

<section class="card my-3">
<section class="card my-3 animated fadeInDown">
<img class="layout-image card-img-top img-fluid"
src="https://craftypixels.com/placeholder-image/16:9x400/6/C.png&text=Card-2" alt="Photo Sample">
<div class="card-body">
Expand All @@ -27,7 +26,7 @@ <h4 class="layout-title card-title">Card Title</h4>
</div>
</section>

<section class="card my-3">
<section class="card my-3 animated fadeInRight">
<img class="layout-image card-img-top img-fluid"
src="https://craftypixels.com/placeholder-image/16:9x400/6/C.png&text=Card-3" alt="Photo Sample">
<div class="card-body">
Expand All @@ -39,4 +38,4 @@ <h4 class="layout-title card-title">Card Title</h4>
</section>
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions src/_partials/_site-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script defer src="js/lib/fontawesome-all.min.js"></script>
<link data-n-head="ssr" rel="icon" type="image/x-icon" href="/gulpGetStart/assets/images/favicon.ico">
<link data-n-head="ssr" rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/less-styles.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles.css">
2 changes: 1 addition & 1 deletion src/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(() => {
$('#page-media .animated-group').css('visibility: hidden;')

if (hash === '#page-media')
$('#page-media .animated-group').addClass('animated fadeInRight')
$('#page-media .animated-group').addClass(' animated fadeInRight')
})

// Modifies modal and injects high resolution image
Expand Down
Loading

1 comment on commit e9e4a01

@vercel
Copy link

@vercel vercel bot commented on e9e4a01 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.