-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
87 lines (56 loc) · 2.87 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
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<title>Nishanth's Photography</title>
<link rel="stylesheet" type="text/css" href="contact.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="normalize.css">
</head>
<body>
<nav class="zone green">
<ul class="main-nav">
<div class="push">
<li class="push">CONTACT</li>
</div>
<li class="list"><a class="responsive" href="index.html">Home</a></li>
<li class="list"><a class="responsive" href="clients.html">Clients</a></li>
<li class="list" style="width:200px;"><a class="responsive" href="#">Portfolio</a>
<ul class="dropdown">
<li class="dropdown-content"><a href="concerts.html">Concerts</a></li>
<li class="dropdown-content"><a href="travel.html">Travel</a></li>
<li class="dropdown-content"><a href="bikes.html">Bikes</a></li>
<li class="dropdown-content"><a href="events.html">Events</a></li>
</ul>
</li>
<li class="list"><a class="responsive" href="#">Contact</a></li>
</ul>
</nav>
<div class="main">
<h1>NISHANTH VIJAYKUMAR</h1>
<a class="text-decoration-none" href="https://www.google.com/maps/place/180,+12th+A+Cross+Rd,+West+of+Chord+Road+2nd+Stage,+2nd+Stage,+Nagapura,+Bengaluru,+Karnataka+560086/@13.0041449,77.5471006,18.75z/data=!4m5!3m4!1s0x3bae3d9b63675611:0x6f2a50f36a134046!8m2!3d13.004264!4d77.5481818" target="_blank"><p class="address">#180, West Of Chord Road, Mahalakshmipuram, Bengaluru -560086</p></a>
<p class="tel">Tel: 7899696972</p>
<p class="email">Email: [email protected]</p>
<img class="image" src="nishanth.jpg">
</div>
</body>
</html>
<!-- <div class="wrapper">
<div class="contact-form">
<div class="input-fields">
<input type="text" class="input" placeholder="Name">
<input type="text" class="input" placeholder="Email Address">
<input type="text" class="input" placeholder="Phone">
<input type="text" class="input" placeholder="Subject">
</div>
<div class="msg">
<textarea placeholder="Message"></textarea>
<div class="btn">Send</div>
</div>
</div>
</div>
<footer>
<a href="#"><p class="email">[email protected]</p></a>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-instagram"></a>
</footer> -->