Skip to content

Commit f84045f

Browse files
authored
Merge pull request #6 from FahimFBA/development
Development
2 parents 861541d + 4365881 commit f84045f

7 files changed

Lines changed: 892 additions & 9 deletions

File tree

debug.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[0114/013844.985:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)

index.html

Lines changed: 408 additions & 4 deletions
Large diffs are not rendered by default.

ionicons-2.0.1.zip

-2.67 MB
Binary file not shown.
1.16 MB
Loading

resources/css/queries.css

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
2+
3+
/* Big tablets to 1200px (widths smaller than the 1140px row) */
4+
5+
@media only screen and (max-width: 1200px){
6+
.background-text-box {
7+
width: 100%;
8+
padding: 0 2%;
9+
}
10+
.row { padding: 0 2%; }
11+
}
12+
13+
14+
/* Small tablets to big tablets: from 768px to 1023px */
15+
16+
@media only screen and (max-width: 1023px){
17+
18+
body { font-size: 18px; }
19+
section { padding: 60px 0; }
20+
.long-copy {
21+
22+
width: 80%;
23+
margin-left: 10%;
24+
25+
26+
}
27+
28+
.steps-box { margin-top: 10px; }
29+
.steps-box:last-child { margin-top: 10px; }
30+
.works-steps { margin-bottom: 40px; }
31+
.works-step:last-of-type {
32+
margin-bottom: 60px; }
33+
.app-screen { width: 50%; }
34+
.icon-small { width: 17px;
35+
margin-right: 5px;
36+
}
37+
.city-feature { font-size: 90%; }
38+
.plan-box {
39+
width: 100%;
40+
margin-left: 0%;
41+
}
42+
.plan-price { font-size: 250%;}
43+
44+
.contact-form { width: 80%; }
45+
}
46+
47+
48+
/* Small phones to small tablets: from 481 to 767px */
49+
50+
@media only screen and (max-width: 767px){
51+
body { font-size: 16px; }
52+
section { padding: 30px 0; }
53+
.row,
54+
.background-text-box { padding: 0 4%; }
55+
.col {
56+
margin: 0 0 4% 0;
57+
width: 100%; }
58+
.main-nav { display: none; }
59+
h1 { font-size: 180%;}
60+
h2 {font-size: 150%; }
61+
.long-copy {
62+
63+
width: 100%;
64+
margin-left: 0%;
65+
}
66+
67+
.works-step div {
68+
69+
70+
height: 40px;
71+
width: 40px;
72+
padding: 5px;
73+
font-size: 120%;
74+
75+
margin-right: 15px;
76+
}
77+
.steps-box:first-child {
78+
text-align: center;
79+
80+
81+
}
82+
83+
.app-screen {width: 40%; }
84+
.works-steps { margin-bottom: 20px; }
85+
.works-steps:last-of-type { margin-bottom: 20px; }
86+
}
87+
88+
89+
90+
/* Small phones: from 0 to 480px */
91+
92+
@media only screen and (max-width: 480px){
93+
94+
section { padding: 25px 0;}
95+
.contact-form { width: 100%;}
96+
97+
}
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+

0 commit comments

Comments
 (0)