Portfolio

Developer
Size
2,529 Kb
Views
40,480

How do I make an portfolio?

What is a portfolio? How do you make a portfolio? This script and codes were developed by Sicontis on 12 July 2022, Tuesday.

Portfolio Previews

Portfolio - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Portfolio</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <header> <h1>I<span>AM</span>SICONTIS</h1> <div class="links"> <a href="https://www.facebook.com/groups/30days30sites/" target="blank"> <i class="fa fa-facebook" title="Facebook"></i> </a> <a href="https://twitter.com/30days30sites" target="blank"> <i class="fa fa-twitter" title="Twitter"></i> </a> <a href="mailto:[email protected]" target="_top"> <i class="fa fa-envelope-o" title="Email me"></i> </a> </div> </header> <section> <div class="about"> <h3>Kia Ora <span>&amp;</span> Greetings</h3> <p>My name is <strong>Noel Tekiri</strong> and I am from the beautiful city of <strong>Auckland, New Zealand</strong>.</p> <p>I love to code and have a fascination with front-end development for both web and mobile platforms.</p> <p>I'm looking to improve my existing skills by taking on the <strong>30 Days 30 Websites challenge</strong>.</p> </div> </section>
</div>
<div class="portfolio"> <section> <div class="work"> <h1>PORTFOLIO</h1> <p>Coming soon...</p> </div> </section>
</div>
</body>
</html>

Portfolio - Script Codes CSS Codes

/* PAGE COLORS GLITTER #E8EEF2 ONYX #37393A ROSE MADDER #D72638
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
body { font-family: Arial, sans-serif; background-color: #E8EEF2; color: #37393A;
}
a { text-decoration: none; color: inherit;
}
.container { width: 100%; max-width: 900px; margin: 0 auto;
}
header, section { padding: 40px 0;
}
header { display: flex; justify-content: space-between; align-items: center;
}
header h1 { font-size: 2em; font-family: 'Poppins'; font-weight: 700;
}
header h1 span { color: #D72638;
}
.links i { padding: 10px; transition: all .5s;
}
.links i:hover { color: #D72638; cursor: pointer;
}
.about { margin: 0 auto; font-size: 1.1em; line-height: 1.7em; padding: 20px 40px;
}
.about h3 { font-size: 1.2em; font-weight: 600; margin-bottom: 10px;
}
.about span { display: inline-block; color: #D72638;
}
.about strong { font-weight: 600;
}
.portfolio { background-color: #37393A; color: #FFFFFF; margin-top: 50px;
}
.work { width: 100%; max-width: 900px; margin: 0 auto; height: 400px;
}
.work h1 { color: #D72638; font-size: 2em; font-family: 'Poppins'; margin-bottom: 20px;
}
@media screen and (max-width: 699px) and (min-width: 520px) { header, section { padding: 20px 0; } header { flex-direction: column; } .about { padding: 20px; }
}
Portfolio - Script Codes
Portfolio - Script Codes
Home Page Home
Developer Sicontis
Username Sicontis
Uploaded July 12, 2022
Rating 3
Size 2,529 Kb
Views 40,480
Do you need developer help for Portfolio?

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!

Sicontis (Sicontis) Script Codes
Create amazing web content with AI!

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!