-
Notifications
You must be signed in to change notification settings - Fork 1
/
who-we-are.php
160 lines (147 loc) · 5.93 KB
/
who-we-are.php
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Solo Atom</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/soloatom.png" />
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="js/gmaps.js"></script>
<script type="text/javascript">
var map;
$(document).ready(function(){
map = new GMaps({
el: '#map',
lat: -12.043333,
lng: -77.028333,
zoomControl : true,
zoomControlOpt: {
style : 'SMALL',
position: 'TOP_LEFT'
},
panControl : false,
streetViewControl : false,
mapTypeControl: false,
overviewMapControl: false
});
});
</script>
</head>
<body>
<div class="containers">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="logo navbar-brand">
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<img class="top-img" src="images/soloatom.jpg">
</div>
<div class="back">
<img class="top-img" src="images/soloatomrev.jpg">
</div>
</div>
</div>
</div>
<button class="navbar-toggle" data-toggle="collapse" data-target=".navHeaderCollapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse navHeaderCollapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.php">Home</a></li>
<li><a href="what-we-do.php">What we do</a></li>
<li class="active"><a href="who-we-are.php">Who we are</a></li>
<li><a href="upcoming-events.php">Upcoming events</a></li>
<li data-toggle="modal" data-target="#myModal"><a href="#">Contact us</a></li>
</ul>
</div>
</div>
</div>
<div class="">
</div>
<div class="center-section">
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<center><h4 class="modal-title">Contact Us</h4></center>
</div>
<div class="modal-body">
<form method="POST" action="#">
<h4>Name:</h4><input name="fname" class="input" type="text" required="required" placeholder="Ranjeet">
<h4>E-mail:</h4><input name="e-mail" class="input" type="email" required="required" placeholder="[email protected]">
<h4>Your Comment</h4><textarea name="comment" class="input-cont" required="required" placeholder=" Your comment please"></textarea>
<center><input type="submit" class="btn btn-success btn-lg"></input></center>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">close</button>
</div>
</div>
</div>
</div>
<div >
<div class="row jumbotron image main" width="100%">
<div class="col-md-3 col-xs-14 col-sm-6" >
<img class="images" src="images/nitin.jpg" width="100%" height="300px">
<div class="info-zone" >
<h3 class="about-text glyphicon glyphicon-user " > Nitin M</h3><br/>
<h3 class="about-text glyphicon glyphicon-screenshot"> Event Co-ordinator</h3><br/>
<h3 class="about-text glyphicon glyphicon-stats"> Accounts Manager</h3><br/>
<h3 class="about-text glyphicon glyphicon-phone"> 91-7200 363550</h3><br/>
</div>
</div>
<div class="col-md-3 col-xs-14 col-sm-6">
<img class="images" src="images/nikhil.jpg" width="100%" height="300px" >
<div class="info-zone">
<h3 class="about-text glyphicon glyphicon-user"> Nikhil Kumar</h3><br/>
<h3 class="about-text glyphicon glyphicon-screenshot"> Event Co-ordinator</h3><br/>
<h3 class="about-text glyphicon glyphicon-check"> Candidates Verifier</h3><br/>
<h3 class="about-text glyphicon glyphicon-phone"> 91-95000 06031</h3><br/>
</div>
</div>
<div class="col-md-3 col-xs-14 col-sm-6">
<img class="images" src="images/ranjeet.jpg" width="100%" height="300px">
<div class="info-zone">
<h3 class=" glyphicon glyphicon-user about-text"> Ranjeet Jain</h3><br/>
<h3 class="about-text glyphicon glyphicon-screenshot"> Event Co-ordinator</h3><br/>
<h3 class="about-text glyphicon glyphicon-globe"> Website Developer</h3><br/>
<h3 class="about-text glyphicon glyphicon-phone"> 91-97890 13928</h3><br/>
</div>
</div>
<div class="col-md-3 col-xs-14 col-sm-6">
<img class="images" src="images/sanjay.jpg" width="100%" height="300px">
<div class="info-zone">
<h3 class="about-text glyphicon glyphicon-user"> Sanjay Gehloth</h3><br/>
<h3 class="about-text glyphicon glyphicon-screenshot"> Event Co-ordinator</h3><br/>
<h3 class="about-text glyphicon glyphicon-ok"> Event acceptor</h3><br/>
<h3 class="about-text glyphicon glyphicon-phone"> 91-90429 64750</h3><br/>
</div>
</div>
</div>
<!--<div id="maps">
<div id="map">
</div>-->
</div>
</div>
</div>
<!--<footer class="footer">
<h3>© All rights reserved</h3>
<div class="footer-cnt">
<ul>
<a href=""><li>Facebook</li></a>
<a href=""><li>Twitter</li></a>
<a href=""><li>Google+</li></a>
</ul>
</div>
</footer>-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/javascript.js"></script>
</body>
</html>