summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
authorGNUxeava <bluenerd@protonmail.com>2022-03-08 22:08:45 +0530
committerGNUxeava <bluenerd@protonmail.com>2022-03-08 22:08:45 +0530
commita426195b7e76fc9ed7959c7717fff434a9bbc44a (patch)
tree3ad83b9d2807f954ceca057d805f9abc98bee4d8 /contact.html
final commitHEADmaster
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000..bac4355
--- /dev/null
+++ b/contact.html
@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<style>
+body {
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+* {
+ box-sizing: border-box;
+}
+
+.container {
+ border-radius: 5px;
+ padding: 10px;
+}
+
+.column {
+ float: left;
+ width: 50%;
+ margin-top: 6px;
+ padding: 20px;
+}
+
+.row:after {
+ content: "";
+ display: internal;
+ clear: both;
+}
+
+@media screen and (max-width: 600px) {
+ .column, input[type=submit] {
+ width: 100%;
+ margin-top: 0;
+ }
+}
+</style>
+</head>
+<body>
+<div style="text-align: center">
+<i><h1>!!! Contact Us !!!</h1></i>
+</div>
+<div class="container">
+ <div style="text-align:center">
+ <u><h2>Chandigarh University</h2>
+ <p>Get In Touch with Us</p></u>
+ </div>
+ <div class="row">
+ <div class="column">
+ <img src="https://i.ibb.co/fM8PJ65/download.png" alt="download" style="width:80%">
+ </div>
+ <div class="column">
+ <h2>Address</h2>
+ <address>NH-95, Ludhiana - Chandigarh State Hwy, Punjab 140413</address>
+ <br>
+ <h2>Phone</h2>
+ <address>1800 1212 88800</address>
+ <address>+91-8146948000 (General Enquiry)</address>
+ <address>+91-8146947000 (Technical Support)</address>
+ <br>
+ <h2>Email</h2>
+ <address>cucet@cumail.in</address>
+ </div>
+ </div>
+</div>
+</body>
+</html> \ No newline at end of file