-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
350 lines (283 loc) · 13.7 KB
/
Copy pathindex.html
File metadata and controls
350 lines (283 loc) · 13.7 KB
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="./css/boxicons.min.css">
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="shortcut icon" type="image" href="logor.png">
<title>LaunTech</title>
</head>
<body>
<!--Nav top bar-->
<nav class="top-nav bg-primary">
<div class="container">
<div class="row justify-content-between"> <!--jcb:let space between"bootstrap class"-->
<div class="col-auto">
<p>
<i class='bx bx-mail-send'></i>
<a href="mailto: launtech0@gmail.com" target="_blank"><span>launtech0@gmail.com</span></a></p>
</p>
<p>
<i class='bx bxs-phone-call'></i>
<span>(+20)-01234567891</span>
</p>
</div>
<div class="col-auto">
<div class="social-links">
<a href="https://www.facebook.com/LaunTech" target="_blank"> <i class='bx bxl-facebook'></i> </a>
<a href="#"> <i class='bx bxl-linkedin'></i></a>
<a href="#"> <i class='bx bxl-youtube'></i></a>
</div>
</div>
</div>
</div>
</nav>
<!--Nav main bar-->
<nav class="navbar navbar-expand-lg navbar-light bg-dark sticky-top ">
<div class="container">
<img class="imgg" src="logor.png" alt="logo">
<a class="navbar-brand" href="index.html"><span>L</span>AUN<span>T</span>ECH</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" id="navitem" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" id="navitem" href="../LaunTech/formproject/index.html" target="_blank">Join Us</a> <!--FORM FOR WHO WANT TO JOIN !!!!-->
</li>
<li class="nav-item">
<a class="nav-link"id="navitem" href="./About page/index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" id="navitem" href="https://gaimiz.com/" target="_blank">Sponser</a>
</li>
</ul>
</div>
</div>
</nav>
<!--SLIDER-->
<div class="slider-wrapper owl-carousel owl-theme" id="main-slider">
<div class="slide1 min-vh-100 bg-cover d-flex align-items-center text-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| Your Limit Tends To infinity</h5>
<h1 class="text-uppercase text-white">We turn tech-inventions<br> into <span>RL</span> applications</h1>
<a href="../LaunTech/formproject/index.html" target="_blank" class="btn btn-brand text-uppercase" id="btngetstarted">Participate in</a> <!--FORM LINK HERE !-->
<a href="https://www.facebook.com/LaunTech/videos/471982078068791" target="_blank" class="btn btn-outline-light">OUR EVENTS</a>
</div>
</div>
</div>
</div>
<div class="slide2 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| MEDIA COMMITTE</h5>
<h2 class=" text-white ">Develop design plans and programs<br> aimed at achieving the
objectives <br> of the team.</h2>
</div>
</div>
</div>
</div>
<div class="slide3 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| SOCIAL MEDIA COMMITTE</h5>
<h2 class=" text-white ">Manage and oversee social media content,<br> Measure the success of every social media <br> campaign.
</h2>
</div>
</div>
</div>
</div>
<div class="slide4 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| FR COMMITTE</h5>
<h2 class=" text-white ">The Committee major role is to provide the <br>needed materials or
cash to meet the <br> proposed unit budget for LaunTech events.</h2>
</div>
</div>
</div>
</div>
<div class="slide5 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| HR COMMITTE</h5>
<h2 class=" text-white ">Evaluate and monitor the performance of the volunteers <br> ,Documentation and save records <br>of any meetings and tasks.</h2>
</div>
</div>
</div>
</div>
<div class="slide6 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| PR COMMITTE</h5>
<h2 class=" text-white ">Public relations is a strategic communication process <br> that builds
mutually beneficial relationships between<br> organizations and their
publics.</h2>
</div>
</div>
</div>
</div>
<div class="slide7 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-uppercase committe-title">| LOGISTICS COMMITTE</h5>
<h2 class=" text-white ">manage the LaunTech Events <br>
,Create the best environment for the <br><span class="LT">L</span>aun<span class="LT">T</span>ech competition.</h2>
</div>
</div>
</div>
</div>
</div>
<section id="blog">
<div class="container">
<div class="row">
<div class="col-12">
<div class="intro">
<h6>Blog</h6>
<h1>Blog Posts</h1>
<p class="mx-auto">
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<article class="blog-post">
<img src="post1.jpg" alt="">
<div class="content">
<small>01 Dec, 2022</small>
<h5><a href="https://www.facebook.com/photo/?fbid=115623931332346&set=a.112614474966625" target="_blank" class="tag">Engineering And Bussiness</a></h5>
<p>Many of us have ideas and projects that could cause a major change in technology or
in other areas, Many seek to convert these ideas or projects
into technological solutions and business models</p>
</div>
</article>
</div>
<div class="col-md-4">
<article class="blog-post">
<img src="post2.jpg" alt="" id="imgpost2">
<div class="content">
<small>01 Dec, 2022</small>
<h5><a href="https://www.facebook.com/photo?fbid=113728531521886&set=a.113710034857069" target="_blank" class="tag">Recruitment Form</a></h5>
<p>How to transform new technology projects and solutions into real-world applications?
Whether these projects are in engineering fields or any other field, can you link them to economic solutions?
</p>
</div>
</article>
</div>
<div class="col-md-4">
<article class="blog-post">
<img src="post3.jpg" alt="">
<div class="content">
<small>01 Dec, 2022</small>
<h5><a href="https://www.facebook.com/photo?fbid=116903977871008&set=a.113710034857069" target="_blank" class="tag">Turning Engineering Into Bussiness</a></h5>
<p>A ton of distinguished ideas is produced annually by science and engineering majors' seniors that investors and incubators desperately hunt for.</p>
</div>
</article>
</div>
</div>
</div>
</section>
<section id="services" class="bg-light">
<div class="container">
<div class="row">
<div class="col-12 intro text-center">
<h1 class="memberstitle"><span class="LT">L</span>AUN<span class="LT">T</span>ECH MEMBERS</h1>
</div>
</div>
</div>
<div id="team-slider" class="owl-theme owl-carousel container">
<div class="team">
<a href="https://www.facebook.com/profile.php?id=100009856773680" target="_blank"><img src="./helmy.jpg" alt=""></a>
<div class="overlay"></div>
<div class="content">
<h1>OMAR HELMY</h1>
<h6>President</h6>
</div>
</div>
<div class="team">
<a href="https://www.facebook.com/abmoezzz" target="_blank"> <img src="./abdelmoez.jpg" alt=""> </a>
<div class="overlay"></div>
<div class="content">
<h1>Abdelmoez Ashraf</h1>
<h6>Vice-President</h6>
</div>
</div>
<div class="team">
<a href="https://www.facebook.com/mahmoud.ashraf.940098/" target="_blank"> <img src="./mahmoud.jpeg" alt=""></a>
<div class="overlay"></div>
<div class="content">
<h1>Mahmoud Ashraf</h1>
<h6>Media-Head</h6>
</div>
</div>
<div class="team">
<a href="https://www.facebook.com/profile.php?id=100003887899010" target="_blank"><img src="./abdoashraf.jpg" alt=""></a>
<div class="overlay"></div>
<div class="content">
<h1>Abdelrahman Ashraf</h1>
<h6>Technical-Head</h6>
</div>
</div>
<div class="team">
<a href="https://www.facebook.com/profile.php?id=100011559362217" target="_blank"><img src="./badwy.jpeg" alt=""></a>
<div class="overlay"></div>
<div class="content">
<h1> Abdelrahman Badwy</h1>
<h6>Secretary</h6>
</div>
</div>
</div>
</section>
</div>
<!--About-->
<footer>
<div class="footer-top text-center">
<div class="container">
<div class="About memberstitle2">
<h1>About Us</h1>
<h5 id="aboutparagraph"> <p> LaunTech is a student organization that <br>aims to
improve entrepreneurial skills in the engineering
section by offering a suitable environment to glow
up your <br> idea in a competition.</p></h5>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h4 class="navbar-brand"><span class="LT">L</span>AUN<span class="LT" >T</span>ECH</h4>
<p id="slogan">| Your Limit Tends To Infinity</p>
<div class="col-auto social-icons">
<a href="https://www.facebook.com/LaunTech" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-linkedin'></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom text-center">
<p class="mb-0">Copyright@2022. All rights Reserved</p>
</div>
</footer>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>