-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
94 lines (77 loc) · 4.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Contact us and give feedback or get your doubt clear about blog submission. we will pay you for your blogs."/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
<title>Contact Us</title>
<link href="https://fonts.googleapis.com/css2?family=Audiowide&display=swap" rel="stylesheet">
<!-- Bootstrap core CSS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- Custom styles for this template -->
<link href="album.css" rel="stylesheet">
</head>
<body>
<video playsinline autoplay muted loop poster="polina.jpg" id="bgvid">
<source src="video/video.webm" type="video/webm">
</video>
<div id="page-container">
<div id="content-wrap">
<nav id="mainNavbar" class="navbar navbar-dark navbar-expand-md py-0 fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand" style="color: white; font-size: 1.2rem; font-family: 'Audiowide', cursive;">
<img id="logo" alt="logo" src="images/logo.webp" style=" border-radius: 3px; width: 3rem; height: 2.8rem"> Blog-Express</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navLinks" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">HOME<a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">ABOUT</a>
</li>
<li class="nav-item active">
<a href="contact.html" class="nav-link">CONTACT</a>
</li>
<li class="nav-item">
<a href="submit.html" class="nav-link">Submit Blog</a>
</li>
</ul>
</div>
</nav>
<div class="container text-center" style="margin-top: 10rem;">
<p>
<div class="container1">
<h3 style="color: rgb(255, 255, 255);font-weight: bolder; border-color: black; border-width: 1200px;text-shadow: 4px 3px #000000;">Contact Form</h3>
<form action="details.php" method="POST">
<input type="text" id="name" name="name" placeholder="Your name..">
<input type="number" id="number" name="number" placeholder="Your Phone number..">
<input type="email" id="email" name="email" placeholder="Your email address..">
<textarea id="subject" name="subject" placeholder="Your query...." style="height:200px"></textarea>
</div>
<br>
<input type="submit" name="save" value="Submit">
</form>
</p>
</span>
</p>
</div>
<footer id="footer">
<div class="container">
<div class="text-left"> </div>
<p class="float-right">
<a href="#time">Back to top</a>
</p>
<div class="row">
<p class="col text-center">Website Dev. - <strong>AAYUSH BHATT</strong> </p>
</div>
</div>
</footer>
</div>
</body>
</html>