-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
81 lines (65 loc) · 2.5 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dreamers College</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="img/logo.png">
</head>
<body>
<header>
<div class="container">
<div cla>
<img src="img/logo.PNG" alt="Dreamers college logo" height="200px" >
<nav class="menu" >
<ul>
<li><a href="index.html"><img src="img/home0.png" height="30" alt="home"> </a></li>
<li><a href="mission.html">Mission</a></li>
<li><a href="admission.html">Admission/Academics</a></li>
<li><a href="studentslife.html">Students Life</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div class="grid-container">
<div class="item2" >
<h2>Contact Us</h2>
<p>For general inquiries or to speak with someone in our admissions office, please use the following contact information:</p>
<ul>
<li>Address: 2155 University Ave, Bronx, NY 10453 USA</li>
<li>Phone: 212-457-772-88</li>
<li>Email: [email protected]</li>
</ul>
</div>
<div class="grid-container3">
<img src="img/logo.PNG" width="500px" height="300px" >
<p align="right">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3017.654180732083!2d-73.9155035237462!3d40.857515771372064!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e82bb78bd39dfb%3A0x610e64c3e71026e3!2sBronx%20Community%20College!5e0!3m2!1sen!2sus!4v1682389517155!5m2!1sen!2sus" width="500" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</p>
</div>
<form>
<span>First Name</span>
<input type="text" name="" required>
<span>Last Name</span>
<input type="text" name="" required>
<span>Email Address</span>
<input type="text" name="" required>
<span>Mobile Number</span>
<input type="text" name="" required>
<span>Write your message here...</span>
<textarea name="" required></textarea>
<input type="submit" value="Send">
</form>
<ul>
<li><a href="https://www.facebook.com/"><img src="https://i.ibb.co/x7P24fL/facebook.png" alt="facebook logo"></a></li>
<li><a href="https://www.twitter.com/"><img src="https://i.ibb.co/Wnxq2Nq/twitter.png" alt="twitter logo"></a></li>
<li><a href="https://www.instagram.com/"><img src="https://i.ibb.co/ySwtH4B/instagram.png" alt="instagram logo"></a></li>
</ul>
<footer>
<div class="container">
<p>© 2023 Dreamers College</p>
</div>
</footer>
</body>
</html>