forked from sujeetg11/contribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (106 loc) · 4.45 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
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
<!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">
<title>Document</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Form -->
<main class="form-signin">
<form>
<center><img class="mb-4" src="add-user.png" alt="" width="72" height="57">
=======
<!-- this is a code -->
<link href="/style.css" rel="stylesheet">
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo">ARE U A PART OF AIT</label>
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="#">PLAYGROUND</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</nav>
</head>
<body>
<!-- this is a code -->
<main class="form-signin">
<form>
<center><img class="mb-4" src="https://media.glassdoor.com/sql/590407/ait-pune-squarelogo-1475161308823.png"
alt="" width="72" height="57">
<center>
<h1 class="h3 mb-3 fw-normal">Log In</h1>
<div class="form-floating">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<label for="floatingInput">Email Id</label>
</div>
<div class="form-floating">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Password</label>
</div>
<div class="checkbox mb-3">
<label>
<input type="checkbox" value="remember-me"> Remember Me
</label>
</div>
<button class="w-100 btn btn-lg btn-primary" type="submit">Log In</button>
<div>
<h6>OR</h6>
</div>
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign Up </button>
<p class="mt-5 mb-3 text-muted">© 2022–2023</p>
</form>
</main>
<hr>
<!-- ----footer---- -->
<div class="footer-basic">
<footer>
<div class="social">
<a href="#"><i class="bi bi-instagram">1</i></a>
<a href="#"><i class="icon ion-social-snapchat">2</i></a>
<a href="#"><i class="icon ion-social-twitter">3</i></a>
<a href="#"><i class="icon ion-social-facebook">4</i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Home</a></li>
<li class="list-inline-item"><a href="#">Services</a></li>
<li class="list-inline-item"><a href="#">About</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Privacy Policy</a></li>
</ul>
<p class="copyright">Company Name © 2022</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
</body>
</html>