Portfolio Landing Page
How do I make an portfolio landing page?
What is a portfolio landing page? How do you make a portfolio landing page? This script and codes were developed by Eric Franklin on 25 July 2022, Monday.
Portfolio Landing Page - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Portfolio Landing Page</title> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="header"> <div class="fixed-content"> <img class="port" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/95581/cat.jpg"> <h2>DESIGNER - WEB DEVELOPER</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab veniam maxime vero qui rerum ipsum.</p> <div class="icon-row"> <i class="fa fa-twitter"></i> <i class="fa fa-codepen"></i> <i class="fa fa-linkedin"></i> <i class="fa fa-youtube"></i> </div> </div>
</div>
<div class="second"> <div class="fixed-content"> <h1>Cat Person</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus et blanditiis reprehenderit alias rem expedita vel eligendi similique, veritatis deleniti impedit recusandae, velit dolorum, officia aliquam rerum, quaerat cum distinctio. Necessitatibus et blanditiis reprehenderit alias rem expedita vel eligendi similique, veritatis deleniti impedit recusandae, velit dolorum, officia aliquam rerum, quaerat.</p> </div>
</div>
<div class="footer"> <div class="fixed-content"> <div class="icon-row blue"> <i class="fa fa-git"></i> <i class="fa fa-google-plus"></i> <i class="fa fa-stack-overflow"></i> <i class="fa fa-html5"></i> <i class="fa fa-skype"></i> </div> <p>Lorem ipsum dolor sit amet, sed et dolore magna aliqua.</p> <p>Necessitatibus et blanditiis reprehenderit alias rem expedita vel eligendi similique.</p> <i class="fa fa-chevron-up"></i> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>
Portfolio Landing Page - Script Codes CSS Codes
@import url(http://fonts.googleapis.com/css?family=Montserrat);
body { margin: 0; padding: 0; font-family: 'Montserrat';
}
.fixed-content { width: auto; max-width: 860px; float: none; display: block; margin-right: auto; margin-left: auto; padding: 40px; text-align: center;
}
.header { background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/95581/header.png'); /*background-attachment: fixed;*/ color: #FFF; max-height: 500px; height: 100%;
}
.header .port { border-radius: 50%; border: 6px #ccc solid; width: 16%;
}
.icon-row { margin: 45px auto; width: 100%;
}
.icon-row i { border-radius: 4px; cursor: pointer; font-size: 44px; margin: 0px 20px; padding: 20px 30px; transition: all 400ms ease-in-out;
}
.icon-row i:hover { background: #FFF; color: #ca5549;
}
.second { background: #f2f2f2; color: #a9b0ba; width: 100%;
}
.footer { color: #a9b0ba;
}
.footer .blue i { color: #d2d6dc;
}
.footer .blue i:hover { background: #3c7fc6; color: #d2d6dc;
}
.footer .fa-chevron-up { cursor: pointer; font-size: 34px; margin: 40px 0 0 0; position: relative; top: 0px;
}
.footer .fa-chevron-up:hover { -webkit-animation: up 1s infinite; /* Chrome, Safari, Opera */ animation: up 1s infinite;
}
@-webkit-keyframes up { 0% { top: 0px; } 25% { top: 5px; } 50% { top: 0px; } 75% { top: 5px; } 100% { top: 0px; }
}
Portfolio Landing Page - Script Codes JS Codes
$(document).ready(function(){ $('.fa-chevron-up').click(function () { $('body').animate({ scrollTop: 0 }, 400); return false; });
});
// inspired by
// https://dribbble.com/shots/920939-Portfolio-Redesign-2013-early-stage?list=searches&tag=portfolio&offset=22

Developer | Eric Franklin |
Username | FDfranklin |
Uploaded | July 25, 2022 |
Rating | 4 |
Size | 3,585 Kb |
Views | 48,552 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Fun nav bar blog style | 4,813 Kb |
Mock up health chart with pop ups. | 2,352 Kb |
Donation Counter | 2,994 Kb |
Gif play on hover. | 2,586 Kb |
Responsive Wedding Page | 7,425 Kb |
Iguana Blog - LESS | 3,430 Kb |
Lightning Vs. Penguins Hover Thingy | 3,000 Kb |
Simple jQuery modal with form. | 3,382 Kb |
A Pen by Eric Franklin | 3,491 Kb |
Fun with input fields. | 3,117 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Twitch JSON API | Jvhti | 2,808 Kb |
Basic HTML Slideshow | Tomhodgins | 3,386 Kb |
Slick Slider | Wearebold | 5,913 Kb |
CubeTronic | Jurbank | 3,716 Kb |
Faux column absolute wrapper | Yurimorini | 1,823 Kb |
A Pen by Shidhin | Shidhincr | 5,015 Kb |
Greyscale image with filter in CSS3 | NickyCDK | 1,562 Kb |
Template | Indra_z85 | 2,323 Kb |
Bootstrap example | Ssaakkaa | 2,716 Kb |
Simple jQuery Slider | Jurbank | 2,874 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!