-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (60 loc) · 4.19 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Css Website</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body style="background-image: url('https://fastly.picsum.photos/id/17/2500/1667.jpg?hmac=HD-JrnNUZjFiP2UZQvWcKrgLoC_pc_ouUSWv8kHsJJY'); background-attachment: fixed;background-size: 100% 100%;">
<nav style="text-align: center;">
<div class="w3-bar w3-border w3-light-tranparent">
<a style="color: rgb(255, 106, 0); margin-left: 10%; margin-right: 5%;" href="#" class="w3-bar-item w3-button"><b style="font-size: 23px;">Felix IT's </b></a>
<a style=" margin-left: 1%; margin-right: 1%;margin-top: 0.3%; text-align: center; color: white;" href="#" class="w3-bar-item w3-button w3-hover-orange">HOME</a>
<a style="margin-left: 1%; margin-right: 1%;margin-top: 0.3%;color: white;" href="#" class="w3-bar-item w3-button w3-hover-orange">ABOUT</a>
<a style=" margin-left: 1%; margin-right: 1%;margin-top: 0.3%;color: white;" href="#" class="w3-bar-item w3-button w3-hover-orange">SERVICE</a>
<a style="margin-left: 1%; margin-right: 1%;margin-top: 0.3%;color: white;" href="#" class="w3-bar-item w3-button w3-hover-orange">DESIGN</a>
<a style=" margin-left: 1%; margin-right: 2%;margin-top: 0.3%;color: white;" href="#" class="w3-bar-item w3-button w3-hover-orange">CONTACT</a>
<form class="d-flex" style="margin-top: 0.3%;margin-right: 10%;">
<input class="form-control me-2" type="search" placeholder="Type To Text" aria-label="Search">
<button class="btn btn-outline-warning" type="submit">Search</button>
</form>
</div>
</nav>
<br><br><br><br><br><br>
<div class="container">
<div class="row">
<div style="margin-left: 5%;" class="col">
<h1>
<strong style="color: white;"> Web Design & </strong><strong style="color:rgb(255, 106, 0);">Development </strong><br><strong style="color: white;">Course</strong>
</h1>
<h5 style="color: white;">
Intensive courses in UX/UI Design, Full Stack Development, Machine Learning & Mobile App Development. We train you until you are employable.
</h5><br>
<button style="width: 120px;" type="button" class="btn btn-warning">Join Now</button>
</div>
<div class="col">
</div>
<div class="col">
<div class="card" style="width: 18rem;background-color: rgba(255, 255, 255, 0.875);">
<div class="card-body">
<h3 style="color:rgb(255, 106, 0) ; border: solid 5px whitesmoke ; text-align: center; background-color: whitesmoke; border-radius: 10px;" ><b>Login Here</b></h3><br>
<h5><form style="color: white;">
<input type="email" placeholder="Enter Email Here" >
</form></h5><br>
<h5><form style="color: white;">
<input type="password" placeholder="Enter Password Here" >
</form></h5><br>
<button style="width: 230px;" type="button" class="btn btn-warning">Login</button>
<h6 class="card-text" style="text-align: center; color: black;" >Don't have an account<br><a href="http://127.0.0.1:5501/form.html"> Sign Up</a> here </h6>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>