-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourteam.html
182 lines (168 loc) · 7.77 KB
/
ourteam.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/6a1e6c7ea7.js" crossorigin="anonymous"></script>
<link rel="icon" href="https://enactus.org/wp-content/themes/enactus/favicon.ico" type="image/icon type">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="styles/ourteam.css">
<title>Enactus FSM - Our Team</title>
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<header>
<div class="nav-logo">
<img src="/images/logo1.png" alt="enactus-Logo" width="150px">
</div>
<div class="nav-links" id="myTopnav">
<a href="index.html">HOME</a>
<a href="./ourhistory.html">OUR HISTORY</a>
<a href="ourteam.html">OUR TEAM</a>
<a href="joinus.html">JOIN US</a>
<a href="contactus.html">CONTACT US</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</header>
<div class="bandrole">
<div class="container">
<div class="chevron"></div>
<div class="chevron"></div>
<div class="chevron"></div>
<span class="text">Scroll down</span>
</div>
</div>
<div class="hero">
<div class="titles">
<h1>Our Team</h1>
<p>2021-2022 Team</p>
<p style="font-size: 12px; margin-top: 10px;">Click on image to see the profile</p>
<br>
</div>
<div class="cartes">
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/profile.php?id=100007911097285"><img src="./images/teammemebers/koussay.jpg" alt="koussayimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Koussay Hadded</h2>
<p>Team Leader</p>
</div>
</div>
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/lbeltifa/"><img src="./images/teammemebers/louay.jpg" alt="louayimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Louay Beltifa</h2>
<p>Vice Team Leader</p>
</div>
</div>
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/ilef.adem"><img src="./images/teammemebers/ilef.jpg" alt="ilefimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Ilef Chaàbane</h2>
<p>General Secretary</p>
</div>
</div>
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/yassmine.eljeri"><img src="./images/teammemebers/yasmine.jpg" alt="yasmineimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Yassmine Eljeri</h2>
<p>Marketing Manager</p>
</div>
</div>
</div>
<div class="cartes">
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/arij.khedira"><img src="./images/teammemebers/arij.jpg" alt="arijimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Arij Khedhira</h2>
<p>Human Resources Manager</p>
</div>
</div>
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/profile.php?id=100006158011239"><img src="./images/teammemebers/seif.jpg" alt="seifimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Seif Bouafia</h2>
<p>Finance Manager</p>
</div>
</div>
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/ameur.jaloul"><img src="./images/teammemebers/amer.jpg" alt="amerimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Aamer Jalloul</h2>
<p>Sponsorship Manager</p>
</div>
</div>
<div class="carte" data-aos="flip-left" data-aos-duration="1500" data-aos-delay="200">
<div class="imagecarte">
<a target="_blank" href="https://www.facebook.com/profile.php?id=100009740830239"><img src="./images/teammemebers/bilel.jpg" alt="bilelimage" width="200px"></a>
</div>
<div class="textcarte">
<h2>Bilel Sefi</h2>
<p>Project Manager</p>
</div>
</div>
</div>
<h1 class="sign" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="100">#FUTURE LEADERS <br> #WE ALL WIN</h1>
</div>
<footer>
<div class="sociallinks">
<h4> OUR SOCIAL LINKS :</h4>
<a target="_blank" href="https://www.facebook.com/Enactus-FSM-100612668764764"><i class="fab fa-facebook-square"></i></a>
<a target="_blank" href="https://www.instagram.com/enactusfsm/"><i class="fab fa-instagram-square"></i></a>
</div>
<div class="footer-body">
<p>[email protected]</p>
<p>© Enactus Fsm Tun, Inc. All rights reserved</p>
<p style="font-size: 10px;">Made with <span style="color: #e25555;"> ♥ </span> In Tunisia, By Louay Beltifa</p>
</div>
</footer>
<!-- SCRIPTS -->
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "nav-links") {
x.className += " responsive";
} else {
x.className = "nav-links";
}
}
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>