-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
97 lines (91 loc) · 4.48 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
88
89
90
91
92
93
94
95
96
97
<html>
<head>
<title> GidAnthems - Contact Us</title>
<link rel="stylesheet" href="reference.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li class="logo active">HOME </li>
<li> <a href="artist.html"> UP & COMING ARTISTS </a> </li>
<li> <a href="products.html"> BEST PRODUCTS </a> </li>
<li> <a href="music.html"> PICKS OF WEEK </a> </li>
<li><a href="blog.html">NEWS </a> </li>
<li> <a href="signup.html" class="signup-btn"> <span> Sign Up </span> </a> </li>
</ul>
</div>
<div class="banner">
<div class="app-txt">
<h1 style="float: center; margin-top: 7%; margin-left: 7%;"> Here's My Number, Call Me Maybe? </h1>
<form action="/?page_id=143#wpcf7-f156-p143-o1" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="156">
<input type="hidden" name="_wpcf7_version" value="3.7.2">
<input type="hidden" name="_wpcf7_locale" value="en_US">
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f156-p143-o1">
<input type="hidden" name="_wpnonce" value="d1da331d93">
</div>
<span class="wpcf7-form-control-wrap Name">
<input type="text" name="Name" value="" size="40" class="nameinput wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Name">
</span>
<span class="wpcf7-form-control-wrap Email">
<input type="email" name="Email" size="40" class="emailinput wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email">
</span>
<span class="wpcf7-form-control-wrap Subject flat">
<select name="Subject" class="indent wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false">
<option value="General">General</option>
<option value="Professional">Professional</option>
</select>
</span>
<span class="wpcf7-form-control-wrap Message">
<textarea name="Message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false" placeholder="Message"></textarea>
</span>
<input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn">
<img class="ajax-loader" src="http://www.jordancundiff.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif" alt="Sending ..." style="visibility: hidden;">
</p>
<div class="wpcf7-response-output wpcf7-display-none">
</div>
</form>
</div>
<div class="app-img">
<img src="img/artboard.png">
</div>
</div>
<div class="social-icons">
<ul>
<li><a href="#"> <i class="fa fa-facebook"></i></a></li>
<li><a href="#"> <i class="fa fa-twitter"></i></a></li>
<li><a href="#"> <i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="bgimg-2">
<div class="caption">
<span class="border"> LOOKING FOR SOMETHING SPECIFIC?</span>
</div>
</div>
<div style="position:relative;">
<div style="color:#ddd;background-color:#fff;text-align:center;padding:50px 80px;text-align: justify;">
<div class="row">
<div class="column">
<div class="card" onclick="window.location.href = 'blog.html';">
<img class ="card_img" src="img/bicon.png" alt="Avatar" style="width:100%">
</div>
</div>
<div class="column">
<div class="card" onclick="window.location.href = 'artist.html';">
<img class ="card_img" src="img/artist_icon.png" alt="Avatar" style="width:100%">
</div>
</div>
<div class="column">
<div class="card" onclick="window.location.href = 'products.html';">
<img class ="card_img" src="img/product_icon.png" alt="Avatar" style="width:100%">
</div>
</div>
</div>
</div>
</div>
</body>
</html>