-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4-JoinUsSuccessfully.html
81 lines (74 loc) · 2.99 KB
/
4-JoinUsSuccessfully.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="auther" content="Radwa_Bahaa">
<meta name="description" content="The Final project of the front end course (HTML & CSS)">
<link rel="stylesheet" href="style/StyleSheet.css">
<link rel="icon" href="imagse/iti-logo-wight.png" style="width: 10px;">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<title>GIS 44 | Joined Us Successfully</title>
</head>
<body id="top" class="body">
<!-- Navigation Bar -->
<div class="container nav">
<div class="logo">
<a class="container ancher" href="https://iti.gov.eg/" target="_blank">
<img class="logo_picture" src="imagse/iti-logo-black.png" alt="ITI_Logo">
<div class="logo_separator"></div>
<span class="logo_name">INFORMATION TECHNOLOGY INSTITUTE</span>
</a>
</div>
<nav class="nav_bar">
<ul class="nav_list">
<li><a class="ancher" href="index.html">HOME</a></li>
<li><a class="ancher" href="2-OurFamily.html">OUR FAMILY</a></li>
<li><a class="ancher" href="3-ContactUs.html">CONTACT US</a></li>
</ul>
<a class="ancher" href="4-JoinUs.html">
<button class="active_button button">
JOIN US
</button>
</a>
</nav>
</div>
<!-- Tha Gap -->
<div class="empty_box"></div>
<!-- Main Title -->
<header class="header">
<p class="s">GEOGRAPHIC INFORMATION SYSTEM</p>
<p class="f">Intake 44</p>
</header>
<!-- Title -->
<div class="container_column">
<h1 class="gap title">Welcome in your new Family ^_^</h1>
<h4 class="note">We are so glade because of your joining in our family
<br>
We wish you enjoy your time with us
</h4>
<div class="separator"></div>
</div>
<!-- Footer -->
<footer class="container footer footer_position">
<div class="logo">
<a class="container ancher" href="https://iti.gov.eg/" target="_blank">
<img class="logo_picture" src="imagse/iti-logo-black.png" alt="ITI_Logo">
</a>
</div>
<div class="logo_separator"></div>
<div class="container links">
<snap class="snap">© Copyright 2023 | Produced By Radwa Bahaa</snap>
<a class="ancher" href="#top" title="To the top">
<button class="button" type="button">
<img class="image_top" src="imagse/up-arrow-5.png" alt="Top Page">
</button>
</a>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>