-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
113 lines (97 loc) · 2.59 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="internship in Cyber AI Space internship ">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Recruitment of interns</title>
<style>
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
background-image:url("coding.jpg");
background-size:55CM 23CM ;
background-repeat:repeat ;
background-position: center center;
color: #ffff;
}
html{
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
}
a{
text-decoration: none;
}
.container{
min-height: 50vh;
width: 100% ;
display: flex;
align-items: center;
justify-content: center;
font-size: 50;
font-family: 'Times New Roman', Times, serif;
}
#hero{
background-color: black;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
margin-left: 18cm;
}
nav li {
margin-right: 20px;
}
nav a {
color: #fff;
text-decoration: none;
font-size: x-large;
font-family: 'Times New Roman', Times, serif;
}
#xx{
display: inline-block;
margin-left: 5cm;
color: #5efccc;
padding: 10px 10px;
text-decoration: none;
}
#ig{
margin-left: 13cm;
}
</style>
</head>
<body>
<header>
<br>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="ooffresstage.html"> intenship offers </a></li>
<li><a href="intern information.html">intern information</a></li>
<li><a href="about us.html">About Us</a></li>
<li><a href="contact us.html">contact us</a></li>
</ul>
</nav>
<a href="home.html" id="ig"><img src="https://cyberaispace.com/wp-content/uploads/2023/05/cropped-logo-1-151x71.png" alt="Cyber AI Space "></a></center>
<br>
<br>
<br>
</header>
<section id="hero">
<div class="hero container">
<div>
<center> <h2>Welcome to our intern recruitment site!</h2></center>
<br>
<p> We are an innovative company looking for talented interns to join our team.<br> Discover our internship offers below and apply now
</p>
<br>
<br>
<br>
<a id="xx" href="ooffresstage.html" >look internship <br>offers click her</a>
</div>
</div>
</section>
</body>
</html>