Skip to content

Commit

Permalink
Merge pull request #40 from ClubCedille/antoinebou12-patch-1
Browse files Browse the repository at this point in the history
better scroller && more team member
  • Loading branch information
antoinebou12 authored Jan 15, 2024
2 parents 029839e + 6476fa2 commit 9f297ed
Show file tree
Hide file tree
Showing 90 changed files with 3,498 additions and 3,343 deletions.
34 changes: 24 additions & 10 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const autoprefixer = require("gulp-autoprefixer");
const bs = require("browser-sync").create();
const rimraf = require("rimraf");
const comments = require("gulp-header-comment");
const plumber = require('gulp-plumber');
const through = require('through2');


var path = {
src: {
Expand All @@ -30,17 +33,28 @@ var path = {
gulp.task("html:build", function () {
return gulp
.src(path.src.html)
.pipe(
fileinclude({
basepath: path.src.incdir,
})
)
.pipe(plumber({
errorHandler: function (err) {
console.error('Error in plugin "' + err.plugin + '": ' + err.message);
this.emit('end');
}
}))
.pipe(through.obj(function (file, enc, cb) {
this.push(file);
cb();
}, function (cb) {
if (this._transformState.writechunk) {
console.log('Processing file:', this._transformState.writechunk.relative);
}
cb();
}))
.pipe(fileinclude({
basepath: path.src.incdir,
}))
.pipe(gulp.dest(path.build.dirDev))
.pipe(
bs.reload({
stream: true,
})
);
.pipe(bs.reload({
stream: true,
}));
});

// SCSS
Expand Down
207 changes: 207 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
"react-native-text-ticker": "^1.14.0",
"sass": "^1.66.1",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"gulp-plumber": "^1.2.1",
"through2": "^4.0.2"
}
}
3 changes: 1 addition & 2 deletions source/about.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@@include('blocks/scroller.htm')
@@include('header.htm')

@@include('blocks/navigation.html', {"about":"active", "company":"active"})
Expand All @@ -19,7 +18,7 @@
@@include('blocks/about/counter.htm')
<!-- section Counter End -->
<!-- Section Testimonial Start -->
@@include('blocks/testimonial.htm')
@@include('blocks/about/testimonial.htm')
<!-- Section Testimonial End -->

@@include('blocks/footer.htm')
Expand Down
1 change: 0 additions & 1 deletion source/blog-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@@include('blocks/scroller.htm')
@@include('header.htm')

@@include('blocks/navigation.html',{"blog":"active", "blogSidebar":"active"})
Expand Down
4 changes: 0 additions & 4 deletions source/contact.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@@include('blocks/scroller.htm')
@@include('header.htm')

@@include('blocks/navigation.html',{"contact":"active"})
Expand All @@ -24,9 +23,6 @@ <h2 class="mb-5 mt-2">N'hésitez pas à nous contacter pour toute information</h
<i class="ti-email mr-3"></i> Email: [email protected]
</li>
</ul>

<img src="images/Discord.png" alt="Discord" width="200px" height="200px">

@@include('blocks/social-icon.htm')
</div>
</div>
Expand Down
Binary file added source/images/bg/ets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added source/images/team/ArielSashcov.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/JérômeDemers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/PhilippeGeukers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/SabrinaSt-Pierre.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/SamLafrance-Jones.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/SamiMammouche.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/concentration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added source/images/team/equipe-smile-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added source/images/team/nouser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/team/original-team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
@@include('blocks/navigation.html',{"home":"active"})

<!-- Slider Start -->
@@include('blocks/slider.htm')
@@include('blocks/index/slider.htm')

<!-- Section Intro Start -->
@@include('blocks/intro.htm')
@@include('blocks/index/intro.htm')

<!-- Section Intro END -->
<!-- Section About Start -->

@@include('blocks/about-start.htm')
@@include('blocks/index/about-start.htm')

<!-- Section About End -->
<!-- section Counter Start -->
@@include('blocks/counter.htm')
@@include('blocks/index/counter.htm')
<!-- section Counter End -->
<!-- Section Services Start -->
@@include('blocks/services.htm')
@@include('blocks/index/services.htm')
<!-- Section Cta End-->
@@include('blocks/cta.htm')
@@include('blocks/index/cta.htm')

@@include('blocks/contact-index.htm')
@@include('blocks/index/contact-index.htm')
@@include('blocks/footer.htm')

@@include('footer.htm')
Loading

0 comments on commit 9f297ed

Please sign in to comment.