Skip to content

Commit f10ca77

Browse files
authored
Merge pull request #1 from dscigdtuw/main
updating
2 parents bab2ef8 + c762589 commit f10ca77

17 files changed

+947
-2
lines changed

.DS_Store

8 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Capture](https://user-images.githubusercontent.com/55687908/95570511-a65b7e80-0a44-11eb-9e86-76dc4fb058d4.PNG)
1+
<img src="https://user-images.githubusercontent.com/55687908/98227536-70df7d80-1f7d-11eb-9714-f7db92c25822.jpg" height="30%" width="30%">
22

33
# OneStopHelp :handshake:
44

@@ -60,7 +60,7 @@ Alternatively see the GitHub documentation on [creating a pull request](https://
6060
# LICENSE :
6161
`MIT License`
6262

63-
![](https://camo.githubusercontent.com/87df8c3c71a2e199d14376508b126c1b71e68ef0/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f78555047634a4779384939323879496c41512f67697068792e676966)
63+
<img src="https://camo.githubusercontent.com/87df8c3c71a2e199d14376508b126c1b71e68ef0/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f78555047634a4779384939323879496c41512f67697068792e676966" height= "30%" width="30%">
6464

6565
* [LICENSE](https://github.com/dscigdtuw/WebD/blob/master/OneStopHelp/LICENSE)
6666
* Copyright 2020

Tagline/Heena Ahmed/tagline

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. All you need is here.
2+
2. Treasury of resources
3+
3. We care, we share.
4+
4. everything just in one place.

Tagline/Kumari Anjali

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. Self help yourself from all best resources through onestophelp
2+
2. Onestophelp provide resourses to student urge them to help themselves.
3+
3. If everyone stop help you then we provide all resourses you need. .
4+
4 Create an environment to make you self taught through their resources.
File renamed without changes.

index.js

Whitespace-only changes.

public/css/contact.css

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
body
2+
{
3+
background-color: #000;
4+
background-image: url("../img/header.jpg");
5+
background-size: cover;
6+
background-repeat:no-repeat;
7+
width: 100%;
8+
height: 100%;
9+
10+
}
11+
12+
.container{
13+
margin-top:5%;
14+
margin-bottom: 5%;
15+
background: rgba(0,0,0,0.5);
16+
padding:2% 2%;
17+
color:#fff;
18+
border-radius: 2%;
19+
}
20+
21+
#form_container
22+
{
23+
padding-left: 3.5%;
24+
}
25+
.form-group{
26+
margin-top: 2.5%;
27+
}
28+
29+
#h1{
30+
margin-bottom: 5%;
31+
text-shadow: 3px 3px black;
32+
color: rgb(245, 245, 225);
33+
}
34+
35+
.vr{
36+
37+
text-align: center;
38+
39+
}
40+
41+
#des {
42+
border: 0;
43+
height: 2px;
44+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
45+
margin-bottom: 10%;
46+
margin-top: 15%;
47+
width: 80%;
48+
}
49+
50+
#des2 {
51+
border: 0;
52+
height: 2px;
53+
width: 80%;
54+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
55+
margin-top: 10%;
56+
}
57+
58+
#buttonstyle {
59+
position: relative;
60+
background-color: grey;
61+
font-size: 20px;
62+
color: rgba(0,0,0,0.8);
63+
padding: 13px;
64+
width: 130px;
65+
text-align: center;
66+
transition-duration: 0.4s;
67+
overflow: hidden;
68+
cursor: pointer;
69+
}
70+
71+
#buttonstyle:after {
72+
content: "";
73+
background: black;
74+
display: block;
75+
position: absolute;
76+
padding-top: 300%;
77+
padding-left: 350%;
78+
margin-left: -20px !important;
79+
margin-top: -100%;
80+
opacity: 0;
81+
transition: all 0.8s
82+
}
83+
84+
#buttonstyle:active:after {
85+
padding: 0;
86+
margin: 0;
87+
opacity: 1;
88+
transition: 0s
89+
}
90+
91+
#details{
92+
margin-top: 5px;
93+
margin-bottom: -1px;
94+
font-size: 16px;
95+
color: rgba(245, 245, 220, 0.65);
96+
}
97+
98+
.link {
99+
color: white;
100+
}
101+
.link hover {
102+
color: blue;
103+
text-decoration: underline;
104+
}
105+

public/css/index.css

Lines changed: 267 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,267 @@
1+
.image {
2+
background-color: #490d40;
3+
background: url(../img/header.jpg) no-repeat center center;
4+
background-size: cover;
5+
height: 570px;
6+
margin-top: -20px;
7+
}
8+
.image .heading {
9+
color: white;
10+
text-align: center;
11+
padding-top: 200px;
12+
}
13+
.image p {
14+
text-align: center;
15+
padding: 20px 60px;
16+
}
17+
.image p .btn {
18+
background-color: transparent;
19+
color: white;
20+
border: 1px solid white;
21+
padding: 10px;
22+
font-size: 1.2em;
23+
}
24+
.image p .btn:hover {
25+
color: #c57ed3;
26+
border-color: #c57ed3;
27+
}
28+
.navbar {
29+
height: 80px;
30+
background-color: transparent;
31+
border: none;
32+
color: white;
33+
z-index: 100;
34+
transition: background-color 1s ease 0s;
35+
}
36+
.navbar-default .navbar-brand {
37+
/* margin-top: 10px;*/
38+
color: white;
39+
margin-left: 0%;
40+
}
41+
.navbar-default .navbar-nav > li > a {
42+
color: white;
43+
margin: 10px 5px 5px 5px;
44+
}
45+
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
46+
color: #F1948A;
47+
border: 1px solid #F1948A;
48+
}
49+
50+
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
51+
background-color: transparent;
52+
color: #F1948A;
53+
}
54+
.navbar-default .navbar-toggle {
55+
border-color: #F1948A;
56+
background-color: #ffffff;
57+
}
58+
.navbar-default .navbar-toggle:hover {
59+
background-color: #F1948A;
60+
}
61+
/* .navbar-default .navbar-toggle .icon-bar {
62+
color: #F1948A;
63+
background-color: #F1948A;
64+
}*/
65+
.navbar-default .navbar-collapse.collapse.in ul {
66+
background-color: #373A36;
67+
}
68+
.navbar-default .navbar-collapse.collapse.in li a {
69+
background-color: #373A36;
70+
text-align: center;
71+
}
72+
/* Solid class attached on scroll past first section */
73+
.navbar.solid {
74+
background-color: #373A36;
75+
transition: background-color 1s ease 0s;
76+
box-shadow: 0 0 4px grey;
77+
}
78+
.navbar.solid .navbar-brand {
79+
color: #D48166;
80+
transition: color 1s ease 0s;
81+
}
82+
.navbar.solid .navbar-nav > li > a {
83+
color: #D48166;
84+
transition: color 1s ease 0s;
85+
}
86+
.about {
87+
background-color: #E6E2DD;
88+
color: #490d40;
89+
height: 600px;
90+
text-align: center;
91+
margin-top: -20px;
92+
}
93+
.about h2 {
94+
padding-top: 220px;
95+
}
96+
.about p {
97+
padding: 20px 80px;
98+
}
99+
100+
101+
footer{
102+
bottom: 0;
103+
width: 100%;
104+
}
105+
.footer-distributed{
106+
background-color: #373A36;
107+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
108+
box-sizing: border-box;
109+
width: 100%;
110+
text-align: left;
111+
font: bold 16px sans-serif;
112+
padding: 55px 50px;
113+
/* margin-top: 80px; */
114+
}
115+
116+
.footer-distributed .footer-left,
117+
.footer-distributed .footer-center,
118+
.footer-distributed .footer-right{
119+
display: inline-block;
120+
vertical-align: top;
121+
}
122+
123+
.footer-distributed .footer-left{
124+
width: 40%;
125+
}
126+
127+
.footer-distributed h3{
128+
color: #E6E2DD;
129+
font: normal 36px 'Montez', cursive;
130+
margin: 0;
131+
}
132+
133+
.footer-distributed h3 span{
134+
color: #D48166;
135+
}
136+
137+
138+
.footer-distributed .footer-links{
139+
color: #E6E2DD;
140+
margin: 20px 0 12px;
141+
padding: 0;
142+
}
143+
144+
.footer-distributed .footer-links a{
145+
display:inline-block;
146+
line-height: 1.8;
147+
text-decoration: none;
148+
color: inherit;
149+
}
150+
151+
.footer-distributed .footer-company-name{
152+
color: #D48166;
153+
font-size: 14px;
154+
font-weight: normal;
155+
margin: 0;
156+
}
157+
158+
159+
.footer-distributed .footer-center{
160+
width: 35%;
161+
}
162+
163+
.footer-distributed .footer-center i{
164+
background-color: #D48166;
165+
color: #E6E2DD;
166+
font-size: 25px;
167+
width: 38px;
168+
height: 38px;
169+
border-radius: 50%;
170+
text-align: center;
171+
line-height: 42px;
172+
margin: 10px 15px;
173+
vertical-align: middle;
174+
}
175+
176+
.footer-distributed .footer-center i.fa-envelope{
177+
font-size: 17px;
178+
line-height: 38px;
179+
}
180+
181+
.footer-distributed .footer-center p{
182+
display: inline-block;
183+
color: #E6E2DD;
184+
vertical-align: middle;
185+
margin:0;
186+
}
187+
188+
.footer-distributed .footer-center p span{
189+
display:block;
190+
font-weight: normal;
191+
font-size:14px;
192+
line-height:2;
193+
}
194+
195+
.footer-distributed .footer-center p a{
196+
color: #E6E2DD;
197+
text-decoration: none;;
198+
}
199+
200+
.footer-distributed .footer-right{
201+
width: 20%;
202+
}
203+
204+
.footer-distributed .footer-company-about{
205+
line-height: 20px;
206+
color: #E6E2DD;
207+
font-size: 13px;
208+
font-weight: normal;
209+
margin: 0;
210+
}
211+
212+
.footer-distributed .footer-company-about span{
213+
display: block;
214+
color: #E6E2DD;
215+
font-size: 14px;
216+
font-weight: bold;
217+
margin-bottom: 20px;
218+
}
219+
220+
.footer-distributed .footer-icons{
221+
margin-top: 25px;
222+
}
223+
224+
.footer-distributed .footer-icons a{
225+
display: inline-block;
226+
width: 35px;
227+
height: 35px;
228+
cursor: pointer;
229+
background-color: #D48166;
230+
border-radius: 2px;
231+
font-size: 20px;
232+
color: #ffffff;
233+
text-align: center;
234+
line-height: 35px;
235+
margin-right: 3px;
236+
margin-bottom: 5px;
237+
}
238+
.footer-distributed .footer-icons a:hover{
239+
transition: all ease 0.6s;
240+
transform:scale(1.3,1.3);
241+
opacity: 0.7;
242+
}
243+
244+
@media (max-width: 880px) {
245+
.footer-distributed{
246+
font: bold 14px sans-serif;
247+
248+
}
249+
.footer-distributed .footer-left,
250+
.footer-distributed .footer-center,
251+
.footer-distributed .footer-right{
252+
display: block;
253+
width: 100%;
254+
margin-bottom: 40px;
255+
text-align: center;
256+
}
257+
.footer-distributed .footer-center i{
258+
margin-left: 0;
259+
}
260+
261+
footer {
262+
line-height: normal;
263+
font-size: auto;
264+
}
265+
266+
267+
}

0 commit comments

Comments
 (0)