Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit cf2a2c0

Browse files
committed
Bug Fixes
1 parent 008d516 commit cf2a2c0

13 files changed

+799
-51
lines changed

About.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,23 +111,6 @@ <h1 class="u-text u-text-default u-text-1">Parcoil Inc Is Trusted by&nbsp;</h1>
111111
</div>
112112
</div>
113113
</div>
114-
</section>
115-
116-
117-
118-
<footer class="u-align-center u-clearfix u-footer u-white u-footer" id="sec-9f48"><div class="u-align-left u-clearfix u-sheet u-sheet-1">
119-
<img class="u-absolute-hcenter u-expanded-height u-image u-image-contain u-image-default u-preserve-proportions u-image-1" src="images/coollogo_com-23120205.png" alt="" data-image-width="195" data-image-height="253">
120-
</div></footer>
121-
<section class="u-backlink u-clearfix u-grey-80">
122-
<a class="u-link" href="https://nicepage.com/website-templates" target="_blank">
123-
<span>Website Templates</span>
124-
</a>
125-
<p class="u-text">
126-
<span>created with</span>
127-
</p>
128-
<a class="u-link" href="" target="_blank">
129-
<span>Website Builder Software</span>
130-
</a>.
131114
</section><section class="u-align-center u-clearfix u-cookies-consent u-grey-80 u-cookies-consent" id="sec-8261">
132115
<div class="u-clearfix u-sheet u-valign-middle u-sheet-1">
133116
<div class="u-clearfix u-expanded-width u-layout-wrap u-layout-wrap-1">

Contact.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,7 @@ <h2 class="u-text u-text-9"> Level up your brand</h2>
185185
</div>
186186
</div>
187187
</div>
188-
</div>
189-
</section>
190-
191-
192-
193-
194-
<section class="u-backlink u-clearfix u-grey-80">
195-
<a class="u-link" href="https://nicepage.com/website-templates" target="_blank">
196-
<span>Website Templates</span>
197-
</a>
198-
<p class="u-text">
199-
<span>created with</span>
200-
</p>
201-
<a class="u-link" href="" target="_blank">
202-
<span>Website Builder Software</span>
203-
</a>.
188+
</div>
204189
</section><section class="u-align-center u-clearfix u-cookies-consent u-grey-80 u-cookies-consent" id="sec-8261">
205190
<div class="u-clearfix u-sheet u-valign-middle u-sheet-1">
206191
<div class="u-clearfix u-expanded-width u-layout-wrap u-layout-wrap-1">

Home.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@
16281628

16291629
@media (max-width: 991px) {
16301630
.u-section-6 .u-sheet-1 {
1631-
min-height: 3541px;
1631+
min-height: 3778px;
16321632
}
16331633

16341634
.u-section-6 .u-gallery-1 {
@@ -1638,15 +1638,11 @@
16381638
.u-section-6 .u-gallery-inner-1 {
16391639
grid-template-columns: repeat(3, auto);
16401640
}
1641-
1642-
.u-section-6 .u-text-2 {
1643-
margin-bottom: 0;
1644-
}
16451641
}
16461642

16471643
@media (max-width: 767px) {
16481644
.u-section-6 .u-sheet-1 {
1649-
min-height: 6080px;
1645+
min-height: 6112px;
16501646
}
16511647

16521648
.u-section-6 .u-gallery-1 {
@@ -1660,7 +1656,7 @@
16601656

16611657
@media (max-width: 575px) {
16621658
.u-section-6 .u-sheet-1 {
1663-
min-height: 14828px;
1659+
min-height: 15398px;
16641660
}
16651661

16661662
.u-section-6 .u-gallery-1 {

Page-Password-Template.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.u-section-1 {
2+
background-image: none;
3+
}
4+
5+
.u-section-1 .u-sheet-1 {
6+
min-height: 600px;
7+
}
8+
9+
.u-section-1 .u-icon-1 {
10+
width: 71px;
11+
height: 71px;
12+
margin: 60px auto 0;
13+
padding: 0;
14+
}
15+
16+
.u-section-1 .u-text-1 {
17+
font-weight: 700;
18+
margin: 23px auto 0;
19+
}
20+
21+
.u-section-1 .u-form-1 {
22+
height: 124px;
23+
width: 400px;
24+
margin: 11px auto 60px;
25+
}
26+
27+
.u-section-1 .u-input-1 {
28+
background-image: none;
29+
font-size: 1.25rem;
30+
}
31+
32+
.u-section-1 .u-btn-1 {
33+
width: 100%;
34+
font-size: 1.25rem;
35+
background-image: none;
36+
font-weight: 700;
37+
border-style: solid;
38+
text-transform: none;
39+
padding: 10px 30px;
40+
}
41+
42+
@media (max-width: 575px) {
43+
.u-section-1 .u-form-1 {
44+
width: 340px;
45+
}
46+
}

admin.css

Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
.u-section-1 {
2+
background-image: url("images/b776ef28-2fd6-7f41-f904-3250a4ae993b.png");
3+
background-position: 50% 50%;
4+
}
5+
6+
.u-section-1 .u-sheet-1 {
7+
min-height: 683px;
8+
}
9+
10+
.u-section-1 .u-layout-wrap-1 {
11+
width: 1140px;
12+
margin: 0 auto;
13+
}
14+
15+
.u-section-1 .u-layout-cell-1 {
16+
min-height: 683px;
17+
}
18+
19+
.u-section-1 .u-container-layout-1 {
20+
padding: 30px;
21+
}
22+
23+
.u-section-1 .u-image-1 {
24+
height: 242px;
25+
margin: 0;
26+
}
27+
28+
.u-section-1 .u-text-1 {
29+
background-image: none;
30+
font-size: 1.25rem;
31+
margin: 27px 0 0;
32+
}
33+
34+
.u-section-1 .u-btn-1 {
35+
border-style: solid;
36+
font-weight: 700;
37+
text-transform: uppercase;
38+
letter-spacing: 4px;
39+
background-image: none;
40+
align-self: center;
41+
margin: 35px auto 0;
42+
padding: 10px 54px 10px 52px;
43+
}
44+
45+
.u-section-1 .u-text-2 {
46+
margin: 32px 0 0;
47+
}
48+
49+
.u-section-1 .u-btn-2 {
50+
border-style: none none solid;
51+
padding: 0;
52+
}
53+
54+
.u-section-1 .u-layout-cell-2 {
55+
min-height: 683px;
56+
}
57+
58+
.u-section-1 .u-container-layout-2 {
59+
padding: 30px 0;
60+
}
61+
62+
.u-section-1 .u-image-2 {
63+
margin-bottom: 0;
64+
margin-top: 0;
65+
height: 623px;
66+
}
67+
68+
@media (max-width: 1199px) {
69+
.u-section-1 .u-sheet-1 {
70+
min-height: 443px;
71+
}
72+
73+
.u-section-1 .u-layout-wrap-1 {
74+
width: 940px;
75+
}
76+
77+
.u-section-1 .u-layout-cell-1 {
78+
min-height: 563px;
79+
}
80+
81+
.u-section-1 .u-image-1 {
82+
height: 194px;
83+
margin-right: initial;
84+
margin-left: initial;
85+
}
86+
87+
.u-section-1 .u-btn-1 {
88+
font-size: 1rem;
89+
}
90+
91+
.u-section-1 .u-text-2 {
92+
width: 354px;
93+
}
94+
95+
.u-section-1 .u-layout-cell-2 {
96+
min-height: 563px;
97+
}
98+
99+
.u-section-1 .u-image-2 {
100+
height: 514px;
101+
}
102+
}
103+
104+
@media (max-width: 991px) {
105+
.u-section-1 .u-sheet-1 {
106+
min-height: 272px;
107+
}
108+
109+
.u-section-1 .u-layout-wrap-1 {
110+
width: 720px;
111+
}
112+
113+
.u-section-1 .u-layout-cell-1 {
114+
min-height: 500px;
115+
}
116+
117+
.u-section-1 .u-container-layout-1 {
118+
padding-left: 20px;
119+
padding-right: 20px;
120+
}
121+
122+
.u-section-1 .u-image-1 {
123+
height: 160px;
124+
margin-right: initial;
125+
margin-left: initial;
126+
}
127+
128+
.u-section-1 .u-text-1 {
129+
font-size: 1.125rem;
130+
width: auto;
131+
}
132+
133+
.u-section-1 .u-btn-1 {
134+
padding-right: 26px;
135+
padding-left: 26px;
136+
}
137+
138+
.u-section-1 .u-text-2 {
139+
width: auto;
140+
}
141+
142+
.u-section-1 .u-layout-cell-2 {
143+
min-height: 392px;
144+
}
145+
146+
.u-section-1 .u-image-2 {
147+
height: 358px;
148+
}
149+
}
150+
151+
@media (max-width: 767px) {
152+
.u-section-1 .u-sheet-1 {
153+
min-height: 956px;
154+
}
155+
156+
.u-section-1 .u-layout-wrap-1 {
157+
margin-bottom: -162px;
158+
margin-right: initial;
159+
margin-left: initial;
160+
width: auto;
161+
}
162+
163+
.u-section-1 .u-layout-cell-1 {
164+
min-height: 473px;
165+
}
166+
167+
.u-section-1 .u-container-layout-1 {
168+
padding-top: 70px;
169+
padding-right: 10px;
170+
padding-left: 10px;
171+
}
172+
173+
.u-section-1 .u-image-1 {
174+
height: 260px;
175+
margin-right: initial;
176+
margin-left: initial;
177+
}
178+
179+
.u-section-1 .u-layout-cell-2 {
180+
min-height: 193px;
181+
}
182+
183+
.u-section-1 .u-image-2 {
184+
height: 315px;
185+
}
186+
}
187+
188+
@media (max-width: 575px) {
189+
.u-section-1 .u-sheet-1 {
190+
min-height: 512px;
191+
}
192+
193+
.u-section-1 .u-layout-wrap-1 {
194+
margin-bottom: 0;
195+
width: auto;
196+
margin-right: initial;
197+
margin-left: initial;
198+
}
199+
200+
.u-section-1 .u-layout-cell-1 {
201+
min-height: 100px;
202+
}
203+
204+
.u-section-1 .u-container-layout-1 {
205+
padding-top: 50px;
206+
}
207+
208+
.u-section-1 .u-image-1 {
209+
height: 160px;
210+
margin-right: initial;
211+
margin-left: initial;
212+
}
213+
214+
.u-section-1 .u-layout-cell-2 {
215+
min-height: 285px;
216+
}
217+
218+
.u-section-1 .u-image-2 {
219+
height: 198px;
220+
}
221+
}

0 commit comments

Comments
 (0)