11<!DOCTYPE html>
22< html >
3- < head >
4- < title > IEEE Computer Society VIT</ title >
5- < meta charset ="UTF-8 " name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < link rel ="stylesheet " href ="/static/bower_components/bootstrap/dist/css/bootstrap.min.css "/>
7- < script src ="/static/bower_components/bootstrap/dist/js/bootstrap.min.js "> </ script >
8- < script src ="/static/bower_components/jquery/dist/jquery.min.js "> </ script >
9- < script src ="/static/scripts/scroll.js "> </ script >
10- < link rel ="stylesheet " href ="/static/styles/ieee-cs.css "/>
11- </ head >
12- < body >
13- < section id ="contact " class ="page-section ">
14- < div class ="container-fluid ">
15- < nav class ="nav navbar navbar-default navbar-fixed-top ">
16- < div class ="navbar-header ">
17- < button type ="button " class ="navbar-toggle " data-toggle ="toggle " data-target ="#navbar ">
18- < span class ="icon-bar "> </ span >
19- < span class ="icon-bar "> </ span >
20- < span class ="icon-bar "> </ span >
21- </ button >
3+ < head >
4+ < title > IEEE Computer Society VIT</ title >
5+ < meta charset ="UTF-8 " name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < link rel ="stylesheet " href ="../bower_components/bower_components/bootstrap/dist/css/bootstrap.min.css ">
7+ < script src ="../bower_components/bower_components/jquery/dist/jquery.min.js "> </ script >
8+ < script src ="../bower_components/bower_components/bootstrap/dist/js/bootstrap.min.js "> </ script >
9+ < script src ="/static/scripts/scroll.js "> </ script >
10+ < link rel ="stylesheet " href ="/static/styles/ieee-cs.css "/>
11+ </ head >
12+ < body >
13+ < section id ="contact " class ="page-section ">
14+ < div class ="container-fluid ">
15+ < nav class ="nav navbar navbar-default navbar-fixed-top ">
16+ < div class ="navbar-header ">
17+ < button type ="button " class ="navbar-toggle " data-toggle ="toggle " data-target ="#navbar ">
18+ < span class ="icon-bar "> </ span >
19+ < span class ="icon-bar "> </ span >
20+ < span class ="icon-bar "> </ span >
21+ </ button >
22+ </ div >
23+ < div class ="collapse navbar-collapse ">
24+ < ul class ="navbar-nav ">
25+ < li > < a href ="# " class ="scroll-link " data-id ="home "> HOME</ a > </ li >
26+ < li > < a href ="# " class ="scroll-link " data-id ="about "> ABOUT US</ a > </ li >
27+ < li > < a href ="# " class ="scroll-link " data-id ="events "> EVENTS</ a > </ li >
28+ < li > < a href ="# " class ="scroll-link " data-id ="team "> OUR TEAM</ a > </ li >
29+ < li > < a href ="# " class ="scroll-link " data-id ="history "> HISTORY</ a > </ li >
30+ < li > < a href ="# " class ="scroll-link " data-id ="contact "> CONTACT US</ a > </ li >
31+ </ ul >
32+ </ div >
33+ </ nav >
2234 </ div >
23- < div class ="collapse navbar-collapse ">
24- < ul class ="navbar-nav ">
25- < li > < a href ="# " class ="scroll-link " data-id ="home "> HOME</ a > </ li >
26- < li > < a href ="# " class ="scroll-link " data-id ="about "> ABOUT US</ a > </ li >
27- < li > < a href ="# " class ="scroll-link " data-id ="events "> EVENTS</ a > </ li >
28- < li > < a href ="# " class ="scroll-link " data-id ="team "> OUR TEAM</ a > </ li >
29- < li > < a href ="# " class ="scroll-link " data-id ="history "> HISTORY</ a > </ li >
30- < li > < a href ="# " class ="scroll-link " data-id ="contact "> CONTACT US</ a > </ li >
31- </ ul >
32- </ div >
33- </ nav >
34- </ div >
35-
36-
37- <!-- YOUR WORK HERE -->
38- < body >
39- < h1 > Kindly fill in the following form in order to get in touch with us.. </ h1 >
40- < form >
41- < p > Name : < input type ="text " name ="username " maxlength ="30 " size ="15 " required ="required " /> < br />
42- Tell us more about what you think about us...
43- </ p >
44- < textarea name ="comments " cols =50 rows =10 > Enter your comments...
45- </ textarea >
46- < br />
47- Submit your response < input type ="Submit " name ="Submit " value ="Submit " />
48- </ form >
49- </ body >
50-
51-
52- </ section >
35+ < h1 > Kindly fill in the following form in order to get in touch with us.. </ h1 >
36+ < form >
37+ < p > Name : < input type ="text " name ="username " maxlength ="30 " size ="15 " required ="required " /> < br />
38+ Tell us more about what you think about us...
39+ </ p >
40+ < textarea name ="comments " cols =50 rows =10 > Enter your comments...</ textarea >
41+ < br >
42+ Submit your response < input type ="Submit " name ="Submit " value ="Submit " />
43+ </ form >
44+ </ section >
45+ </ body >
46+ </ html >
0 commit comments