Skip to content

Commit

Permalink
[portfolio] design updated
Browse files Browse the repository at this point in the history
  • Loading branch information
akkefa committed Mar 15, 2018
1 parent 8e448c1 commit 752548a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 56 deletions.
50 changes: 22 additions & 28 deletions docs/css/styles.css
Expand Up @@ -558,6 +558,10 @@ a.btn:hover {
margin-right: 8px;
}

/**
Portfolio Section
*/

.portfolio-section .filters {
list-style: none;
margin: 0 auto;
Expand Down Expand Up @@ -596,8 +600,6 @@ a.btn:hover {
}

.portfolio-section .item-inner {
background: #00BCD4;
color: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
Expand All @@ -612,52 +614,44 @@ a.btn:hover {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.portfolio-section .item-inner:hover {
background: #00c5de;
}

.portfolio-section .item-inner:hover img {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
}

.portfolio-section .item-inner .content {
padding: 30px;
padding-bottom: 75px;
position: relative;
}

.portfolio-section .item-inner .content a {
color: #fff;
}

.portfolio-section .item-inner .content .sub-title {
font-size: 16px;
font-weight: 600;
margin-top: 0;
margin-bottom: 5px;
margin-bottom: 6px;
color: #000000;
}

.portfolio-section .item-inner .content .meta {
color: rgba(255, 255, 255, 0.8);
color: #666;
font-size: 14px;
margin-bottom: 3px;
}

.portfolio-section .item-inner .content .action {
position: absolute;
bottom: 30px;
left: 30px;
font-size: 14px;
margin-bottom: 3px;
color: #666;
}

.portfolio-section .item-inner .link-mask {
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
.portfolio-section .item-inner .content .action span {
font-weight: 600;
color: #00BCD4;
}

/**
portfolio section end here
*/

/**
Contact section start here
*/
.contact-section .intro {
position: relative;
padding: 30px;
Expand Down
54 changes: 26 additions & 28 deletions docs/index.html
Expand Up @@ -368,7 +368,7 @@ <h2 class="section-title">Education & Certification</h2>
<div class="time">2017 - 2017</div>
<div class="desc">
Link: <a href="https://www.coursera.org/account/accomplishments/certificate/RBTEP9TQYSP7">
https://www.coursera.org/account/accomplishments/certificate/RBTEP9TQYSP7
Certificate link
</a>

</div>
Expand Down Expand Up @@ -451,41 +451,39 @@ <h2 class="section-title">Portfolio</h2>


<!--Single portfolio-->
<div class="item open-source col-lg-3 col-6">
<div class="item open-source col-lg-12 col-12">
<div class="item-inner">
<figure class="figure">
<!--<img class="img-fluid" src="images/portfolio/portfolio.jpg" alt=""/>-->
</figure>
<div class="content text-left">
<h3 class="sub-title"><a target="_blank" href="http://github.com/akkefa/php-oauth-api">PHP oauth
Api</a></h3>
<div class="meta">Implementation of the OAuth protocol in PHP</div>
<div class="action"><a target="_blank" href="http://github.com/akkefa/php-oauth-api">View on
Github</a></div>
</div><!--//content-->
<a class="link-mask" target="_blank" href="http://github.com/akkefa/php-oauth-api"></a>
</div><!--//item-inner-->
</div>
<!--//Single portfolio-->

<!--Single portfolio-->
<div class="item open-source col-lg-3 col-6">
<div class="item-inner">
<figure class="figure">
<!--<img class="img-fluid" src="images/portfolio/portfolio.jpg" alt=""/>-->
</figure>
<div class="content text-left">
<h3 class="sub-title"><a target="_blank" href="http://github.com/akkefa/MoviesWallpaper">Movies
Wallpaper</a></h3>
<div class="meta">Android App using themoviedb.org.</div>
<div class="action"><a target="_blank" href="http://github.com/akkefa/MoviesWallpaper">View on
Github</a></div>
<h3 class="sub-title">PHP OAuth protocol</h3>
<div class="meta">Implementation of the OAuth protocol in PHP. Implement the OAuth protocol to
retrieve a token from a server to authorize the access to an API on behalf of the current
user. Perform calls to a Web services API using a token previously obtained using this
class or a token provided some other way by the Web services provider.
</div>

<figure class="figure">
<img class="img-fluid"
src="https://raw.githubusercontent.com/akkefa/php-oauth-api/master/oauth.png"
alt="oauth"/>
</figure>

<div class="action">
<span>Project type: </span> Package<br>
<span>Role: </span> Creator<br>
<span>Technologies used: </span> PHP<br>
<span>Date started: </span> April 2013<br>
<span>Link:</span> <a href="https://github.com/akkefa/php-oauth-api"
target="_blank">https://github.com/akkefa/php-oauth-api</a><br>

</div>
</div><!--//content-->
<a class="link-mask" target="_blank" href="http://github.com/akkefa/MoviesWallpaper"></a>

</div><!--//item-inner-->
</div>
<!--//Single portfolio-->


</div><!--//item-wrapper-->

</section><!--//section-->
Expand Down

0 comments on commit 752548a

Please sign in to comment.