-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
87 lines (78 loc) · 4.33 KB
/
contact.html
File metadata and controls
87 lines (78 loc) · 4.33 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
<html>
<head>
<title>SKYNET - Registration</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="row">
<!--img src="WhatsApp Image 2023-06-27 at 01.28.36.jpeg" class="logo"-->
<h1 >SKYNET FORENSICS CENTRALISED PORTAL</h1>
<span>Developed Proudly For National Security</span>
</div>
</nav>
<div class="container-fluid px-1 px-md-5 px-lg-1 px-xl-5 py-5 mx-auto">
<div class="container">
<div class="card border-0">
<div class="row d-flex">
<div class="col-lg-6">
<div class="card1 pt-5">
<div class="row px-3 justify-content-center mt-4 mb-5 border-line">
<div class="text pl-3 mb-4">
<p><span><b>Call us :</b></span> 9035156955</p>
</div>
</div>
<div class="row px-3 justify-content-center mt-4 mb-5 border-line">
<div class="text pl-3 mb-4">
<p><span><b>Address:</b></span> IIM Calcutta Innovation Park, Joka,<br> Kolkata, West Bengal 700104</p>
</div>
</div>
<div class="row px-3 justify-content-center mt-4 mb-5 border-line">
<div class="text pl-3 mb-4">
<p><span><b>Business Hours:</b></span> 10am - 7pm </p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card2 card border-0 px-4 py-5">
<div class="row px-3">
<label class="mb-1"><h6 class="mb-0 text-sm">Name</h6></label>
<input class="mb-4" type="text" name="Name" placeholder="Enter name">
</div>
<div class="row px-3">
<label class="mb-1"><h6 class="mb-0 text-sm">Email</h6></label>
<input class="mb-4" type="text" name="email" placeholder="Enter a valid email address">
</div>
<div class="row px-3">
<label class="mb-1"><h6 class="mb-0 text-sm">Message</h6></label>
<input class="mb-4" type="textarea" name="message" placeholder="Enter message">
</div>
<div class="row mb-3 px-3">
<a href="#">
<button type="submit" class="btn btn-blue text-center">Send</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="sticky-footer" class="flex-shrink-0">
<div class="container2 bg-blue py-4">
<div class="bg-blue py-4">
<div class="row px-3">
<small class="ml-4 ml-sm-5 mb-2">Important: Contains Confidential Information and Resources.
Do not copy, use or modify by any means without prior written permission</small>
</div>
</div>
</div>
</footer>
</body>
</html>