Skip to content

Commit

Permalink
entreprise & formation : all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Montazio committed Jan 17, 2020
1 parent d2f354e commit 25e3e4c
Show file tree
Hide file tree
Showing 49 changed files with 11,758 additions and 625 deletions.
2 changes: 1 addition & 1 deletion client/frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ import Procedure from './pages/Admission/Procedure';
/>
<Route
path="/entreprise/stages"
render={props => <Stages {...props} />}
render={props => <StagesIngenieur {...props} />}
/>
<Route
path="/entreprise/formationCertifiante"
Expand Down
Binary file added client/frontend/src/assets/img/ERP.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 client/frontend/src/assets/img/GL.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 client/frontend/src/assets/img/InFini.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 client/frontend/src/assets/img/LOGO-APTIS.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 client/frontend/src/assets/img/OGI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 client/frontend/src/assets/img/TEF.png
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 client/frontend/src/assets/img/TWIN.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 client/frontend/src/assets/img/artic.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 client/frontend/src/assets/img/baldeprojet.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 client/frontend/src/assets/img/espritELC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 client/frontend/src/assets/img/etudiants1.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 client/frontend/src/assets/img/etudiants2.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 client/frontend/src/assets/img/etudiants3.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 client/frontend/src/assets/img/etudiants4.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 client/frontend/src/assets/img/etudiants5.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 client/frontend/src/assets/img/etudiants6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 client/frontend/src/assets/img/meca.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 client/frontend/src/assets/img/nabil-jguirim.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 client/frontend/src/assets/img/nids.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 client/frontend/src/assets/img/sim.jpg
Binary file added client/frontend/src/assets/img/sleam.jpg
Binary file added client/frontend/src/assets/img/specialites.jpg
Binary file added client/frontend/src/assets/img/tact.png
2 changes: 1 addition & 1 deletion client/frontend/src/components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class NavBar extends Component {
</LinkDuo>
<LinkDuo
className="dropdown-item"
to="/entreprise/EspritLanguageCenter/TEFTEFAQ"
to="/entreprise/EspritLanguageCenter/TEFTFAQ"
>
TEF & TEFAQ
</LinkDuo>
Expand Down
2 changes: 1 addition & 1 deletion client/frontend/src/components/VideoArea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class VideoArea extends Component {
render() {
return (
<React.Fragment>
<section className="video-area video-bg">
<section className="video-area video-bg-bal">
<div className="diplay-table">
<div className="display-table-cell">
<div className="video-inner-content">
Expand Down
221 changes: 221 additions & 0 deletions client/frontend/src/components/VieEcole.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
import React, { Component } from "react";
import Icofont from "react-icofont";
// import ScrollAnimation from "react-animate-on-scroll";
import { MDBContainer, MDBRow } from "mdbreact";
import Lightbox from "react-image-lightbox";


const images = [
require("../assets/img/etudiants1.jpg"),
require("../assets/img/etudiants2.jpg"),
require("../assets/img/etudiants3.jpg"),
require("../assets/img/etudiants4.jpg"),
require("../assets/img/etudiants5.jpg"),
require("../assets/img/etudiants6.jpg"),
];

const smallImages = [
require("../assets/img/etudiants1.jpg"),
require("../assets/img/etudiants2.jpg"),
require("../assets/img/etudiants3.jpg"),
require("../assets/img/etudiants4.jpg"),
require("../assets/img/etudiants5.jpg"),
require("../assets/img/etudiants6.jpg"),
];

class VieEcole extends Component {
constructor(props) {
super(props);

this.state = {
photoIndex: 0,
isOpen: false
};
}

render() {
const { photoIndex, isOpen } = this.state;
return (
<React.Fragment>
<section id="works" className="our-works ptb-100">
<MDBContainer>
<div className="mdb-lightbox no-margin">
<MDBRow>
<div className="col-md-6 col-lg-4">
<div className="work-details">
<figure>
<img
src={smallImages[0]}
alt="Gallery"
className="img-fluid"
/>
<div className="box-content">

<ul className="icon">
<li>
<span
href= "ll"
onClick={() => this.setState({ photoIndex: 0, isOpen: true })}
className="popup-btn">
<Icofont icon="icofont-search-2"/>
</span>
</li>
</ul>
</div>
</figure>
</div>
</div>

<div className="col-md-6 col-lg-4">
<div className="work-details">
<figure>
<img
src={smallImages[1]}
alt="Gallery"
className="img-fluid"
/>
<div className="box-content">

<ul className="icon">
<li>
<span
href= "ll"
onClick={() => this.setState({ photoIndex: 1, isOpen: true })}
className="popup-btn">
<Icofont icon="icofont-search-2"/>
</span>
</li>
</ul>
</div>
</figure>
</div>
</div>

<div className="col-md-6 col-lg-4">
<div className="work-details">
<figure>
<img
src={smallImages[2]}
alt="Gallery"
className="img-fluid"
/>
<div className="box-content">

<ul className="icon">
<li>
<span
href= "ll"
onClick={() => this.setState({ photoIndex: 2, isOpen: true })}
className="popup-btn">
<Icofont icon="icofont-search-2"/>
</span>
</li>
</ul>
</div>
</figure>
</div>
</div>

<div className="col-md-6 col-lg-4">
<div className="work-details">
<figure>
<img
src={smallImages[3]}
alt="Gallery"
className="img-fluid"
/>
<div className="box-content">

<ul className="icon">
<li>
<span
href= "ll"
onClick={() => this.setState({ photoIndex: 3, isOpen: true })}
className="popup-btn">
<Icofont icon="icofont-search-2"/>
</span>
</li>
</ul>
</div>
</figure>
</div>
</div>

<div className="col-md-6 col-lg-4">
<div className="work-details">
<figure>
<img
src={smallImages[3]}
alt="Gallery"
className="img-fluid"
/>
<div className="box-content">

<ul className="icon">
<li>
<span
href= "ll"
onClick={() => this.setState({ photoIndex: 4, isOpen: true })}
className="popup-btn">
<Icofont icon="icofont-search-2"/>
</span>
</li>
</ul>
</div>
</figure>
</div>
</div>

<div className="col-md-6 col-lg-4">
<div className="work-details">
<figure>
<img
src={smallImages[3]}
alt="Gallery"
className="img-fluid"
/>
<div className="box-content">

<ul className="icon">
<li>
<span
href= "ll"
onClick={() => this.setState({ photoIndex: 5, isOpen: true })}
className="popup-btn">
<Icofont icon="icofont-search-2"/>
</span>
</li>
</ul>
</div>
</figure>
</div>
</div>
</MDBRow>
</div>
{isOpen && (
<Lightbox
mainSrc={images[photoIndex]}
nextSrc={images[(photoIndex + 1) % images.length]}
prevSrc={images[(photoIndex + images.length - 1) % images.length]}
imageTitle={photoIndex + 1 + "/" + images.length}
onCloseRequest={() => this.setState({ isOpen: false })}
onMovePrevRequest={() =>
this.setState({
photoIndex: (photoIndex + images.length - 1) % images.length
})
}
onMoveNextRequest={() =>
this.setState({
photoIndex: (photoIndex + 1) % images.length
})
}
/>
)}
</MDBContainer>
</section>
</React.Fragment>
);
}
}

export default VieEcole;
Loading

0 comments on commit 25e3e4c

Please sign in to comment.