Skip to content

Commit eecb456

Browse files
author
Devusol
committed
initial commit on May 2, 2021
1 parent 86efd22 commit eecb456

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+9786
-1
lines changed

.ftpquota

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8 11705

400.shtml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--#set var="code" value="400" -->
2+
<!--#set var="reason" value="Bad Request" -->
3+
<!--#set var="msg" value="Your browser sent a request that this server could not understand:" -->
4+
<!--#include virtual="cp_errordocument.shtml" -->

401.shtml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--#set var="code" value="401" -->
2+
<!--#set var="reason" value="Unauthorized" -->
3+
<!--#set var="msg" value="The requested page requires authentication:" -->
4+
<!--#include virtual="cp_errordocument.shtml" -->

403.shtml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--#set var="code" value="403" -->
2+
<!--#set var="reason" value="Forbidden" -->
3+
<!--#set var="msg" value="Access is forbidden to the requested page:" -->
4+
<!--#include virtual="cp_errordocument.shtml" -->

404.shtml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--#set var="code" value="404" -->
2+
<!--#set var="reason" value="Not Found" -->
3+
<!--#set var="msg" value="The server cannot find the requested page:" -->
4+
<!--#include virtual="cp_errordocument.shtml" -->

413.shtml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--#set var="code" value="413" -->
2+
<!--#set var="reason" value="Request Entity Too Large" -->
3+
<!--#set var="msg" value="The request exceeds the capacity limit:" -->
4+
<!--#include virtual="cp_errordocument.shtml" -->

500.shtml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--#set var="code" value="500" -->
2+
<!--#set var="reason" value="Internal Server Error" -->
3+
<!--#set var="msg" value="The request was not completed. The server met an unexpected condition." -->
4+
<!--#include virtual="cp_errordocument.shtml" -->

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# DroneFieldGuide
1+
# DroneFieldGuide
2+
3+
This is the latest working code from May 2, 2021

assets/css/feedbackForm.css

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
:root{
2+
--eerie-black: #272727ff;
3+
--white: #FEFEFEff;
4+
--cyan-process: #25B0E7ff;
5+
--cool-grey: #8088B8ff;
6+
--slate-blue: #6065CFff;
7+
--dark-cornflower-blue: #063E7Fff;
8+
--lavender-floral: #AC84DAff;
9+
}
10+
11+
12+
13+
14+
15+
.feedback-input {
16+
color:white;
17+
font-family: Helvetica, Arial, sans-serif;
18+
font-weight:500;
19+
font-size: 18px;
20+
border-radius: 5px;
21+
line-height: 22px;
22+
background-color: transparent;
23+
border:2px solid var(--cool-grey);;
24+
transition: all 0.3s;
25+
padding: 13px;
26+
margin-bottom: 15px;
27+
width:50%;
28+
box-sizing: border-box;
29+
outline:0;
30+
}
31+
32+
.feedback-input:focus { border:2px solid var(--cool-grey);; }
33+
34+
textarea {
35+
height: 75px;
36+
line-height: 150%;
37+
resize:vertical;
38+
color: var(--eerie-black);
39+
}
40+
41+
#feedbackSubmit {
42+
width: 50%;
43+
background: var(--slate-blue);
44+
border-radius:5px;
45+
border:0;
46+
cursor:pointer;
47+
color:white;
48+
font-size:24px;
49+
padding-top:10px;
50+
padding-bottom:10px;
51+
transition: all 0.3s;
52+
margin-top:-4px;
53+
font-weight:700;
54+
}
55+
56+
57+
#feedbackSubmit:hover { background:var(--cool-grey); }
58+
59+
#feedbackForm{
60+
61+
text-align: center;
62+
63+
64+
}

assets/css/multiStepForm.css

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
:root{
2+
--eerie-black: #272727ff;
3+
--white: #FEFEFEff;
4+
--cyan-process: #25B0E7ff;
5+
--cool-grey: #8088B8ff;
6+
--slate-blue: #6065CFff;
7+
--dark-cornflower-blue: #063E7Fff;
8+
--lavender-floral: #AC84DAff;
9+
}
10+
11+
12+
13+
/****Multi-Step Form*****/
14+
15+
/* Style the form */
16+
/* #regForm {
17+
background-color: #ffffff;
18+
margin: 100px auto;
19+
padding: 40px;
20+
width: 70%;
21+
min-width: 300px;
22+
} */
23+
24+
/* Style the input fields */
25+
/*input {
26+
padding: 10px;
27+
width: 100%;
28+
font-size: 17px;
29+
font-family: Raleway;
30+
border: 1px solid #aaaaaa;
31+
}
32+
*/
33+
/* Mark input boxes that gets an error on validation: */
34+
/* input.invalid {
35+
background-color: #ffdddd;
36+
}
37+
*/
38+
/* Hide all steps by default: */
39+
.tab {
40+
display: none;
41+
}
42+
43+
/* Make circles that indicate the steps of the form: */
44+
.step {
45+
height: 15px;
46+
width: 15px;
47+
margin: 0 2px;
48+
background-color:var(--cool-grey);
49+
border: none;
50+
border-radius: 50%;
51+
display: inline-block;
52+
opacity: 0.5;
53+
cursor: pointer;
54+
}
55+
56+
/* Mark the active step: */
57+
.step.active {
58+
opacity: 1;
59+
}
60+
61+
/* Mark the steps that are finished and valid: */
62+
.step.finish {
63+
background-color:var(--cyan-process);
64+
}

0 commit comments

Comments
 (0)