Skip to content

Commit 6fbf2b0

Browse files
authored
Add files via upload
1 parent b1e7f18 commit 6fbf2b0

File tree

10 files changed

+1286
-0
lines changed

10 files changed

+1286
-0
lines changed

public/404.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Page Not Found</title>
7+
8+
<style media="screen">
9+
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
10+
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
11+
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
12+
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
13+
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
14+
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
15+
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
16+
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
17+
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
18+
@media (max-width: 600px) {
19+
body, #message { margin-top: 0; background: white; box-shadow: none; }
20+
body { border-top: 16px solid #ffa100; }
21+
}
22+
</style>
23+
</head>
24+
<body>
25+
<div id="message">
26+
<h2>404</h2>
27+
<h1>Page Not Found</h1>
28+
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
29+
<h3>Why am I seeing this?</h3>
30+
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
31+
</div>
32+
</body>
33+
</html>

public/css/index.css

Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
body {
2+
background-color: red;
3+
font-family: 'Lato', sans-serif;
4+
}
5+
6+
canvas {
7+
z-index: -999;
8+
top: 0px;
9+
position: absolute;
10+
width: 100%;
11+
height: 100%;
12+
background: #111a22;
13+
}
14+
15+
.one {
16+
width: 100%;
17+
height: 75px;
18+
background-color: #6950d1;
19+
margin: 0%;
20+
padding: 0%;
21+
font-family: Helvetica;
22+
}
23+
24+
h1 {
25+
text-align: center;
26+
color: white;
27+
font-family: Helvetica;
28+
}
29+
30+
.posting {
31+
margin-top: 20px;
32+
margin-left: 40%;
33+
border: 0.5px solid gray;
34+
height: 100px;
35+
max-height: 100px;
36+
min-height: 100px;
37+
width: 300px;
38+
max-width: 300px;
39+
min-width: 300px;
40+
padding: 20px;
41+
font-family: Lato;
42+
text-align: center;
43+
position: static;
44+
}
45+
46+
.three {
47+
margin-top: 75px;
48+
background-color: #9eadff;
49+
width: 20%;
50+
height: 100%;
51+
position: fixed;
52+
bottom: 0;
53+
left: 0;
54+
text-align: center;
55+
}
56+
57+
58+
.search input{
59+
margin: 15px 5px 0 5px;
60+
height: 20px;
61+
width: 150px;
62+
padding: 7px;
63+
border: 0px;
64+
border-radius: 20px;
65+
}
66+
67+
.search button {
68+
color: white;
69+
height: 25px;
70+
width: 25px;
71+
background-color: #6950d1;
72+
border: 0px;
73+
border-radius: 5px;
74+
margin: 30px 5px 10px 5px;
75+
}
76+
77+
.reg {
78+
border: 0px;
79+
margin: 10%;
80+
width: 125px;
81+
padding: 20px;
82+
background-color: #6950d1;
83+
color: white;
84+
}
85+
86+
.profileph {
87+
border: 0 solid transparent;
88+
border-radius: 50px;
89+
min-width: 100px;
90+
max-width: 100px;
91+
height: 100px;
92+
margin: 20px;
93+
background-color: #6950d1;
94+
}
95+
96+
97+
98+
.submit {
99+
background-color: #6950d1;
100+
border: 0;
101+
color: white;
102+
height: 30px;
103+
width: 60px;
104+
margin: 35px 10px 35px 0;
105+
}
106+
107+
108+
.comment {
109+
text-align: center;
110+
background-color: #9eadff;
111+
border: 1px solid purple;
112+
border-radius: 20px;
113+
width: 300px;
114+
margin: auto;
115+
margin-top: -40px;
116+
padding: 5px;
117+
height: auto;
118+
}
119+
.comment p {
120+
margin: 0px;
121+
text-align: left;
122+
}
123+
.comment h2 {
124+
margin: auto;
125+
text-align: right;
126+
position: relative;
127+
top: -75px;
128+
}
129+
130+
.comment table {
131+
border: 0;
132+
}
133+
134+
135+
.comment button {
136+
margin: 0px;
137+
display: inline;
138+
text-align: right;
139+
border: 0px;
140+
background-color: transparent;
141+
}
142+
143+
.comment buttonlike {
144+
margin: 0px;
145+
display: inline;
146+
text-align: right;
147+
border: 0px;
148+
background-color: red;
149+
position: relative;
150+
top: -20px;
151+
}
152+
153+
.comment img {
154+
border-radius: 50%;
155+
width: 30px;
156+
text-align: right;
157+
position: relative;
158+
top: -75px;
159+
}
160+
161+
.comment button img {
162+
width: 35px;
163+
padding: 0px;
164+
height: 35px;
165+
margin: auto;
166+
position: relative;
167+
top: 0;
168+
}
169+
170+
.comment textarea {
171+
margin-right: 20px;
172+
border: 0.5px solid #9eadff;
173+
background-color: #9eadff;
174+
height: 75px;
175+
max-height: 75px;
176+
min-height: 75px;
177+
width: 200px;
178+
max-width: 200px;
179+
min-width: 200px;
180+
padding: 20px;
181+
font-family: Lato;
182+
text-align: center;
183+
position: static;
184+
}
185+
186+
.user {
187+
text-align: right;
188+
}
189+
190+
.comment.submit {
191+
background-color: #6950d1;
192+
border: 0;
193+
color: white;
194+
height: 30px;
195+
width: 60px;
196+
position: relative;
197+
text-align: center;
198+
margin:auto;
199+
}
200+
201+
.Upload.Photo {
202+
background-color: #6950d1;
203+
border-radius: 20px;
204+
border: 0;
205+
color: white;
206+
height: 30px;
207+
width: 60px;
208+
position: relative;
209+
text-align: center;
210+
margin: auto;
211+
}

public/css/login.css

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
html,
2+
body {
3+
height: 100%;
4+
width: 100%;
5+
margin: 0;
6+
padding: 0;
7+
cursor: pointer;
8+
}
9+
canvas {
10+
border: 1px soild black;
11+
position:absolute;
12+
top:0;
13+
left:0;
14+
width:100%;
15+
height:100%;
16+
z-index:-1;
17+
}
18+
19+
h1 {
20+
text-align: center;
21+
}
22+
23+
.textE{
24+
25+
}
26+
27+
.textPass{
28+
29+
}
30+
31+
.submitLogin {
32+
background-color: #fcb260;
33+
border-radius: 50px;
34+
border: 0;
35+
color: white;
36+
height: 30px;
37+
width: 60px;
38+
margin: 35px 10px 35px 0;
39+
}
40+
41+
.submitForgotP {
42+
background-color: #fcb260;
43+
border-radius: 75px;
44+
border: 0;
45+
color: white;
46+
height: 40px;
47+
width: 75px;
48+
margin: 35px 10px 35px 0;
49+
}
50+
51+
.title{
52+
border-radius: 100px;
53+
height: 75px;
54+
width: auto;
55+
margin: 40px 20px 45px 0;
56+
font-family: fantasy;
57+
color: #9eedb5
58+
59+
}
60+
61+
.subtitle{
62+
color: #c2ccfc
63+
}

0 commit comments

Comments
 (0)