summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-01 12:46:42 -0400
committerryderr <r@okfoc.us>2014-10-01 12:46:42 -0400
commit9adab52b26614788e99be76311d2cd3506e0595c (patch)
tree8650aa35e9db5d8449dc7a66f4a12e98ab936139 /public
parentdf2956a33736e1c6cd982e04bca204ab5f7d09bf (diff)
new section
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 56577f2..da8e970 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -189,6 +189,66 @@ h5 {
display: inline-block;
}
+.projectList.about {
+ text-align: left;
+ border-top: 1px solid;
+ padding:10% 0;
+}
+
+.projectList.about .item{
+ float: left;
+ width: 100%;
+ clear: both;
+}
+
+.projectList.about .item .rap {
+ max-width: 1250px;
+ margin: 0 auto;
+ padding: 0 10%;
+}
+
+.projectList.about .item span{
+ display: inline-block;
+ float: left;
+}
+
+.projectList.about .item span words {
+ max-width: 90%;
+ display: inline-block;
+ line-height: 28px;
+ font-size: 17px;
+ font-weight: 300;
+}
+
+.projectList.about .item span:nth-child(1){
+ width: 300px;
+ height: 300px;
+ display: inline-block;
+ float: left;
+ border-radius: 300px;
+ background-size:cover;
+ background-position:center;
+}
+
+.projectList.about .item span h3{
+ font-weight: 500;
+ font-size: 30px;
+ margin-bottom: 8px;
+}
+
+.projectList.about .item span:nth-child(2){
+ width: calc(100% - 300px);
+ padding: 70px 50px;
+}
+
+.projectList.about .item:nth-child(2) {
+ padding: 5% 0;
+}
+
+.projectList.about .item:nth-child(2) span:nth-child(1){
+ float: right;
+}
+
.page .showcase {
height:70vh;
}