Skip to content

Commit 365202d

Browse files
committed
initial upload
1 parent 217b02d commit 365202d

23 files changed

+740
-0
lines changed

assets/css/style.css

+217
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
body {
2+
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
3+
font-size: 18px;
4+
line-height: 34px;
5+
color: #777;
6+
background: url("../images/concrete_seamless.png");
7+
}
8+
9+
* {
10+
box-sizing: border-box;
11+
}
12+
13+
/* general */
14+
15+
.container {
16+
width: 100%;
17+
max-width: 960px;
18+
margin: 0 auto;
19+
clear: both;
20+
}
21+
22+
h1,
23+
h2,
24+
h3,
25+
p {
26+
margin-bottom: 20px;
27+
}
28+
29+
p:last-child {
30+
margin-bottom: 0;
31+
}
32+
33+
h1,
34+
h2,
35+
h3 {
36+
font-family: Georgia, Times, "Times New Roman", serif;
37+
font-weight: 700;
38+
color: #4aaaa5;
39+
}
40+
41+
h1 {
42+
padding-bottom: 20px;
43+
font-size: 30px;
44+
line-height: 49px;
45+
border-bottom: 3px solid #ddd;
46+
}
47+
48+
h2,
49+
h3 {
50+
font-size: 22px;
51+
}
52+
53+
/* header */
54+
55+
#masthead {
56+
position: fixed;
57+
z-index: 99;
58+
width: 100%;
59+
margin: 0 0 30px;
60+
overflow: auto;
61+
color: #fff;
62+
background: #fff;
63+
border-bottom: 2px solid #ccc;
64+
}
65+
66+
#logo {
67+
float: left;
68+
width: 250px;
69+
height: 90px;
70+
font-family: Georgia, Times, "Times New Roman", serif;
71+
font-size: 30px;
72+
font-weight: 700;
73+
line-height: 90px;
74+
color: #fff;
75+
text-align: center;
76+
text-decoration: none;
77+
background: #4aaaa5;
78+
}
79+
80+
nav {
81+
float: right;
82+
margin-top: 25px;
83+
}
84+
85+
nav a {
86+
display: inline-block;
87+
padding-left: 15px;
88+
margin-left: 15px;
89+
line-height: 18px;
90+
color: #999;
91+
text-decoration: none;
92+
border-left: 1px solid #efefef;
93+
}
94+
95+
nav a:first-child {
96+
border-left: 0 none;
97+
}
98+
99+
/* footer */
100+
101+
footer {
102+
padding: 30px 0;
103+
clear: both;
104+
font-size: 12px;
105+
color: #fff;
106+
color: #ccc;
107+
text-align: center;
108+
background: #666;
109+
border-top: 8px solid #4aaaa5;
110+
height: 50px;
111+
}
112+
113+
h3, h2 {
114+
padding-bottom: 20px;
115+
margin-bottom: 15px;
116+
line-height: 22px;
117+
border-bottom: 2px solid #eee;
118+
}
119+
120+
/* main */
121+
122+
#main-container {
123+
padding-top: 130px;
124+
min-height: calc(100vh - 70px);
125+
}
126+
127+
.main-section {
128+
float: left;
129+
width: 100%;
130+
max-width: 960px;
131+
padding: 30px;
132+
margin: 0 0 40px;
133+
background: #fff;
134+
border: 1px solid #ddd;
135+
}
136+
137+
/* portfolio page */
138+
139+
.work {
140+
position: relative;
141+
float: left;
142+
width: 274px;
143+
margin: 20px 0 25px;
144+
overflow: auto;
145+
}
146+
147+
.work:nth-child(even) {
148+
margin-right: 40px;
149+
}
150+
151+
.work img {
152+
width: 100%;
153+
border: 0 none;
154+
opacity: 0.8;
155+
}
156+
157+
.work h3 {
158+
position: absolute;
159+
bottom: 20px;
160+
width: 100%;
161+
padding: 15px;
162+
margin-bottom: 0;
163+
font-weight: 300;
164+
line-height: 30px;
165+
color: #fff;
166+
text-align: center;
167+
background: #4aaaa5;
168+
border-bottom: 0;
169+
}
170+
171+
.auth-image {
172+
float: left;
173+
width: 200px;
174+
height: auto;
175+
margin-top: 10px;
176+
margin-right: 25px;
177+
}
178+
179+
/* contact page */
180+
181+
#contact-form ul {
182+
margin-bottom: 20px;
183+
}
184+
185+
#contact-form li {
186+
margin-bottom: 10px;
187+
}
188+
189+
label,
190+
input[type=text],
191+
input[type=email],
192+
textarea {
193+
display: block;
194+
width: 100%;
195+
}
196+
197+
input[type=text],
198+
input[type=email],
199+
textarea {
200+
height: 35px;
201+
padding: 0 10px;
202+
font-size: 14px;
203+
border: 1px solid #ddd;
204+
}
205+
206+
textarea {
207+
height: 200px;
208+
}
209+
210+
input[type=submit] {
211+
padding: 10px 30px;
212+
font-size: 18px;
213+
color: #fff;
214+
cursor: pointer;
215+
background: #4aaaa5;
216+
border: 0 none;
217+
}

assets/images/cat.jpg

26.6 KB
Loading

assets/images/concrete_seamless.png

79.3 KB
Loading
26.4 KB
Loading
66.2 KB
Loading
21.6 KB
Loading
40.3 KB
Loading
34.3 KB
Loading

0 commit comments

Comments
 (0)