-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact1.html
129 lines (122 loc) · 3.75 KB
/
contact1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bringfood/Contact</title>
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<style>
.container-1 {
height: 62px;
width: 100%;
display: flex;
}
body {
background-image: url(14.webp);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
opacity: 1;
}
.heading {
color: whitesmoke;
font-weight: 400;
font-size: 2rem;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin-top: 0;
text-align: center;
}
#sp1 {
background-color: rgb(16, 87, 87);
opacity: 0.9;
color: black;
}
#imm {
margin-top: 3px;
height: 100px;
width: auto;
}
.container-2{
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
}
.btn-1 {
margin-left: 25px;
font-size: 15px;
margin-top: 20px;
padding: 10px;
background-color: #55c259;
border: 2px rgb(74, 187, 240);
border-radius: 5px;
cursor: pointer;
opacity: 1;
color: #fff;
}
a {
text-decoration: none;
color: #fff;
font-family: serif;
font-weight: 300;
opacity: 100%;
}
@media screen and (max-width:480px) {
.raj1{
font-size: 10px;
}
}
#h11{
font-size: 30px;
color: blue;
}
.h11{
font-size: 30px;
color:#fff;
}
.dev, .raj{
display: flex;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body oncontextmenu="return false">
<div class="container-1">
<img id="imm" src="new logo.png" alt="logo">
</div>
<div class="heading">
<h1>Contact <span id="sp1">Us</h1>
</div>
<div class="container-2">
<div class="raj1">
<a href="https://www.facebook.com/ruturaj.sahu.100/"><img src="gmail.png" alt=""></a>
<h1><a href="mailto:bringfood.charity@gmail.com">bringfood.charity@gmail.com</a></h1>
</div>
<h1 id="h11">Developer Contact</h1>
<p class="h11">Ruturaj Sahu</p>
<div class="dev">
<div class="raj" >
<a href="mailto: ruturajsahu2002@gmail.com"><img src="gmail.png" alt=""></a>
</div>
<div class="raj" >
<a href="http://www.linkedin.com/in/ruturaj-sahu-675a90225"><img src="lkdin.png" alt=""></a>
</div>
<div class="raj">
<a href="https://www.instagram.com/ruturaj__10/"><img src="insta.png" alt=""></a>
</div>
<div class="raj">
<a href="https://www.facebook.com/ruturaj.sahu.100/"><img src="fb.png" alt=""></a>
</div>
</div>
</div>
<div class="container-3">
<button class="btn-1"><a href="index.html">Back to Home</a></button>
</div>
</body>
</html>