forked from nabeeljay/bloodbank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
103 lines (94 loc) · 2.39 KB
/
contactus.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
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body
{
background-image: url("https://s-media-cache-ak0.pinimg.com/736x/5e/bb/35/5ebb350afa99fb3a2b75c5855e98bd9c.jpg");
background-attachement:center;
background-size:cover;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
font-family: arial;
}
.container {
padding: 0 16px;
}
.container::after {
content: "";
clear: both;
display: table;
}
.title {
color: grey;
font-size: 18px;
}
button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
</style>
</head>
<body>
<h2 style="text-align:center">#DEVELOPERS</h2>
<div class="card">
<img src="https://i0.wp.com/www.anatorresdamas.com/wp-content/uploads/2016/03/recepcion-sonrisa.png?fit=749%2C550" alt="Kritika" style="width:100%">
<div class="container">
<h1>KRITIKA GUPTA</h1>
<p class="title">B.TECH(COMP) IInd YEAR</p>
<p>JAMIA MILLIA ISLAMIA UNIVERSITY</p>
<div style="margin: 24px 0;">
<a href='https://www.facebook.com/kritika.gupta.71619'><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<br>
<br>
<div class="card">
<img src="https://www.akveo.com/blog/content/images/2015/11/developer.png" alt="Nabeel" style="width:100%">
<div class="container">
<h1>NABEEL JAVED</h1>
<p class="title">B.TECH(COMP) IInd YEAR</p>
<p>JAMIA MILLIA ISLAMIA UNIVERSITY</p>
<div style="margin: 24px 0;">
<a href='https://www.facebook.com/bloodbullett'><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<br>
<br>
<div class="card">
<img src="http://icons.iconarchive.com/icons/dapino/office-women/512/eyes-office-women-red-icon.png" alt="Ishita" style="width:100%">
<div class="container">
<h1>ISHITA TRIPATHI</h1>
<p class="title">B.TECH(COMP) IInd YEAR</p>
<p>JAMIA MILLIA ISLAMIA UNIVERSITY</p>
<div style="margin: 24px 0;">
<a href='https://www.facebook.com/ishita.tripathi.9847'><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<br>
<center><h2><a href='dontmind.html'>HOME</a></h2></center>
</body>
</html>