-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontacttution.html
107 lines (104 loc) · 4.22 KB
/
contacttution.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
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="contact.css">
<link href="https://fonts.googleapis.com/css?family=Bungee|Slabo+27px|Abril+Fatface" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#portfolio" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">DSC</a>
</div>
<div class="collapse navbar-collapse" id="portfolio">
<ul class="nav navbar-nav">
<li><a href="about.html">About</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="coding.html">Coding Playground</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="achievements.html">Achievements</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<h2><strong><font color="blue"><center> FREE TUTION AVAILABLE</center></font></strong> </h2>
<h2><strong><center>Write your details below</center></strong></h2>
<form><center>
<label><strong>NAME</strong></label>
<br>
<input type="text" placeholder="name" required>
<br>
<br>
<label><strong>EMAIL ADDRESS:(college id only)</strong></label>
<br>
<input type="email" placeholder="email address" required>
<br>
<br>
<label><strong>CONTACT NO.</strong></label>
<br>
<input type="number" placeholder="contact no." required>
<br>
<br>
<label><strong>WHICH YEAR</strong></label>
<br>
<input type="number" placeholder="YEAR" required>
<br>
<br>
<label><strong>GENDER</strong></label>
<br>
<input type="radio" name="GENDER" ><label>MALE</label>
<input type="radio" name="GENDER" ><label>FEMALE</label>
<br>
<br>
<label><strong>SUBJECT NAMES</strong>(you can select more than one option)</label>
<br>
<input type="checkbox"><label>1.DEEP LEARNING</label>
<br>
<input type="checkbox"><label>2.PYTHON AND DATA SCIENCE</label>
<br>
<input type="checkbox"><label>3.DATA STRUCTURE</label>
<br>
<input type="checkbox"><label>4.ALGORITHM-I</label>
<br>
<br>
<label><b>Previous Experience on any subject</b>(if any)</label>
<br>
<textarea placeholder="Write here"></textarea>
<br> <br><br>
<button type="Submit">Submit</button>
<button type="Reset">Reset</button>
</center></form>
</nav>
<hr>
<div class="container content" >
<h1>Contact Info:</h1>
<ul>
<li><h3><strong>Mobile No - </strong><em>+917595932084</em></h3></li>
<li><h3><strong>Email-id - </strong><em>[email protected]</em></h3></li>
<li><h3><strong>Address - </strong><em>A-10/137, IIIT Kalyani Boys Hostel, Kalyani, Nadia, W.B.- 741235</em></h3></li>
</ul>
<h1>Follow me on: </h1>
<div>
<a href="https://www.facebook.com/dilpreet.chawla.31"><img src="pictures/fb.png" ></a>
<a href="https://www.instagram.com/_iamdsc_/"><img src="pictures/insta.jpg"></a>
<a href="https://www.quora.com/profile/Dilpreet-Singh-Chawla-1"><img id="im" src="pictures/quora.png"></a>
<a href="https://twitter.com/iamdsc_"><img src="pictures/twitter.jpg"></a>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"crossorigin="anonymous"></script>
</body>
</html>