-
Notifications
You must be signed in to change notification settings - Fork 2
/
Oxygen.html
82 lines (72 loc) · 3.28 KB
/
Oxygen.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="oxygen.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap" rel="stylesheet">
<title>Food | Service | Info</title>
</head>
<body id="baap">
<div id="logo">
<a href="index.html"><img src="vrshney.jpeg" alt=""></a>
</div>
<section id="main_contact">
<div class="left_part">
<h1 class="form">Enter Your Details Here</h1>
<form action="" class="form">
<div>
<p>FULL NAME: <input placeholder="Enter Your Name" type="text"></p>
</div>
<!-- <br> -->
<div id="phone">
<p>
PHONE NO:<input placeholder="Enter your PhoneNumber" type="tel">
</p>
</div>
<div id="email">
<p>
ADDRESS: <input type="address" placeholder="Enter your Address">
</p>
</div>
<!-- <div id="checkbox">
<fieldset> <legend> <p><b>Select Your Preference:</b></p></legend>
<form>
<input type="checkbox">
<label > Refil Cylinder</label><br>
<input type="checkbox">
<label > New Cylinder</label><br>
</form></fieldset></div>-->
<form action="">
<fieldset>
<legend>Select Your Preference</legend>
<p>
Refil Cylinder <input type="radio" name="gender" id=""><br>
New Cylinder <input type="radio" name="gender" id="">
</p>
</fieldset>
<div id="message">
<p>
MESSAGE:
</p>
<p>
  <textarea placeholder="Enter you're MESSAGE here"></textarea>
</p>
</div>
<a href="Service.html"><button type="button" class="button btn btn-primary" onclick="alert(`You're FORM has been SUBMITTED.`)">SUBMIT</button></a>
</form>
</div>
<div class="right_part">
<h1>We Are <b>ALWAYS</b> There For <b>YOU</b></h1>
<p>While we’re good with smoke signals, there are simpler ways for us to get in touch.</p>
</div>
</section>
<script src="main.js"></script>
</body>
</html>