-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
developer.html
190 lines (176 loc) · 5.62 KB
/
developer.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="shortcut icon" href="image/10.png" type="image/png" >
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/all.min.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<style>
.bs-example{
margin: 20px;
}
body{
margin: 0;
padding: 0;
font-family: "montserrat";
}
.team-section{
background: rgb(0,0,0,0);
text-align: center;
}
.inner-width{
max-width: 1200px;
margin: auto;
padding: 40px;
color: #333;
overflow: hidden;
}
.team-section h1{
font-size: 20px;
text-transform: uppercase;
display: inline-block;
border-bottom: 4px solid;
padding-bottom: 10px;
}
.pe{
float: left;
width: calc(100% / 3);
overflow: hidden;
padding: 40px 0;
transition: 0.4s;
}
.pe:hover{
background: rgb(0,0,0,0.2);
}
.pe img{
width: 120px;
height: 120px;
}
.p-name{
margin: 16px 0;
font-style: bold;
color: white;
}
.p-des{
font-style: bold;
color: white;
}
.p-sm{
margin-top: 12px;
}
.p-sm a{
margin: 0 4px;
display: inline-block;
width: 30px;
height: 30px;
transition: 0.4s;
}
.p-sm a:hover{
transform: scale(1.3);
}
.p-sm a i{
color: white;
line-height: 30px;
}
@media screen and (max-width:600px) {
.pe{
width: 100%;
}
}
@media only screen and (min-width: 1080px){
body{
background-image: url("image/developerweb.jpg");
}
.abc{
display: none;
}
.p-name,.p-des,.p-sm{
color: black;
}
}
/*tablet view styling*/
@media only screen and (max-width: 1080px){
body{
background-image: url("image/tab1.jpg");
}
}
@media only screen and (max-width: 400px){
body{
background-image: url("image/phone1.jpg");
}
}
</style>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/design.css">
<title>Developer</title>
</head>
<body>
<div class="bs-example">
<nav class="navbar navbar-expand-md sticky-top" style="background-color: rgba(0, 0, 0, 0.6);" >
<a href="#" class="navbar-brand" style="color: white; font-weight: bold; font-size: 25px;">Questionnaire</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse" style="background-color: #F1F0FF; border-radius: 10px; height: 30px;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<a href="" class="closebtn" onclick="closeNav" style="color:rgba(0, 0, 0, 0);">X</a>
<div class="navbar-nav">
<a href="index.php" class="nav-item nav-link active" style="color: white;">Home</a>
<a href="developer.html" class="nav-item nav-link" style="color: white;">Developer</a>
<a href="aboutus.html" class="nav-item nav-link" style="color: white;">About Us</a>
<a href="feedback.php" class="nav-item nav-link active" tabindex="-1" style="color: white;">Feedback</a>
</div>
</div>
</nav>
<div class="team-section">
<div class="inner-width"><div class="abc">
<h1 style="color: white; font-weight: bold;">Meet Our Team</h1></div>
<div class="pers">
<div class="pe">
<img src="image/1.jpg" alt="">
<div class="p-name">SHREY NIGAM</div>
<div class="p-des">181B205</div>
<div class="p-name">[email protected]</div>
<div class="p-sm">
<a href="https://www.linkedin.com/in/shrey-nigam-710b3983/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/shrey6162"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/_._shrey_._/"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="pe">
<img src="image/2.jpg" alt="">
<div class="p-name">MANAV JAIN</div>
<div class="p-des">181B120</div>
<div class="p-name">[email protected]</div>
<div class="p-sm">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="pe">
<img src="image/3.jpg" alt="">
<div class="p-name">VIDIT VIKRAM SINGH</div>
<div class="p-des">181B238</div>
<div class="p-name">[email protected]</div>
<div class="p-sm">
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>