-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutus.html
More file actions
213 lines (150 loc) · 4.03 KB
/
aboutus.html
File metadata and controls
213 lines (150 loc) · 4.03 KB
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<head>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
body, html {
background-color: #000;
color: aliceblue;
height: 100%;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.hero-image {
background-image: linear-gradient(rgba(187, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), url("pebbles-1090536.jpg");
height: 80%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(255, 243, 75);
}
.hero-text button {
border: none;
outline: 0;
display: inline-block;
padding: 10px 25px;
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
text-align: center;
cursor: pointer;
}
.hero-text button:hover {
background-color: rgb(255, 44, 227);
color: rgb(255, 219, 58);
}
</style>
</head>
<body>
<div class="hero-image">
<div class="hero-text">
<h1>Hello see you</h1>
<h2 style="font-size:50px">I am Mv.Quantum</h2>
<p>Wanna know more </p>
<button class="GFG"
onclick="window.location.href = 'index.html';">
Home Page
</button>
</div>
</div>
<style>
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
.column {
float: left;
width: 33.3%;
margin-bottom: 16px;
padding: 0 8px;
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
.card {
box-shadow: 0 4px 8px 0 rgba(255, 234, 138, 0.2);
}
.container {
padding: 0 17px;
}
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: rgb(147, 206, 255);
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
text-align: center;
cursor: pointer;
width: 100%;
}
.button:hover {
background-color: rgb(255, 255, 255);
}
</style>
</head>
<div class="is-box-6 is-light-text is-box is-bg-dark">
<div class="is-boxes">
<div class="is-overlay">
<div class="is-overlay-color" style="display: none;"></div>
<div class="is-overlay-content"></div>
</div>
<div class="is-box-centered">
<div class="is-container is-builder container-fluid is-content-970" id="contentareaRUcW4VU" style=""><div class="row"><link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<div class="module-border-wrap" style="transform:TranslateX(-60px);">
<div class="module">
<h3 style=" background: linear-gradient(270deg, #6012D9 0%, #FF0099 100%, #000000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold;
font-family:Georgia, 'Times New Roman', Times, serif; font-size:50px;"> About the notion </h3><br>
<center> <h1> Radhey MOhan Mishra </h1> </center>
<center> <h2> CEO and Founder</h2></center>
<center> <h3> contact us <br> email- </h3></center>
<center><h1> mscienceboy12@gmail.com</h1></center>
</h1>
</div>
</div>
<style>
.module-border-wrap {
width: 100% !important;
padding: 1rem;
position: relative;
left: 70px;
background: linear-gradient(270deg, #6012D9 0%, #FF0099 100%, #000000 100%);
padding: 15px;
border-radius: 50px;
}
.module {
background: rgb(70, 70, 70);
color: rgb(255, 255, 255);
border-radius: 50px;
padding: 2rem;
}
@media only screen and (max-width: 800px)
{
.module-border-wrap{
width: 80vw !important;
}
}
</style></div></div >
</body>
</html>