Portfolio

Developer
Size
4,144 Kb
Views
18,216

How do I make an portfolio?

FreeCodeCamp Basic Zipline: Build a Personal Portfolio Webpage. What is a portfolio? How do you make a portfolio? This script and codes were developed by Kw7oe on 26 November 2022, Saturday.

Portfolio Previews

Portfolio - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Portfolio</title> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto' rel='stylesheet' type='text/css'> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body>	<nav class = "navbar navbar-default navbar-fixed-top">	<div class = "container-fluid">	<div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class = "navbar-brand" href ="#welcome">YOUR NAME</a> </div>	<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">	<ul class = "nav navbar-nav">	</ul>	<ul class = "nav navbar-nav navbar-right">	<li><a href="#welcome"><span class="	glyphicon glyphicon-home"></span> Home</a></li>	<li><a href="#about">About</a></li>	<li><a href="#portfolio">Portfolio</a></li>	<li><a href="#contact">Contact</a></li>	</ul>	</div>	</div>	</nav>	<div class = "parallax", id = "welcome">	<div class = "black">	<div class = "container">	<div class = "container content">	<h1 class = "text-center", id = "test">Welcome to my website</h1>	<p class= "text-center", id ="test2">Hi, I am FILL_IN_THE_BLANK</p>	</div>	</div>	</div>	<div class = "white" , id = "about">	<div class = "container">	<div class = "content about">	<h1 class ="text-center">About Me</h1>	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut placerat lorem. Sed ultrices dictum eros eget posuere. Nullam condimentum pretium enim, in varius nunc pulvinar viverra. Suspendisse cursus purus id erat aliquam efficitur. Nulla vitae pretium augue. Proin et aliquet libero. Morbi sapien diam, faucibus non turpis in, suscipit varius dolor. Aenean tempor ut nunc vel porta. </p>	<p>Morbi non aliquet velit. Fusce aliquam lacus at imperdiet porta. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nam malesuada lectus sed magna vulputate vehicula. Fusce in ipsum fermentum, convallis dolor sed, mollis arcu. Pellentesque ultrices massa ut enim lobortis efficitur. In id venenatis arcu, ac convallis felis. Fusce in porta augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>	</div>	</div>	</div>	<div class = "black" , id = "portfolio">	<div class = "container">	<div class = "portfolio">	<h1 class = "text-center">Portfolio</h1><br><br>	<div class = "row">	<div class = "col-xs-12 col-sm-4 col-md-4">	<div class = "wrapper">	<span class = "text">	<h3>Portfolio 1</h3>	<p>Descriptions of Portfolio 1</p>	</span>	<img src = "https://40.media.tumblr.com/efe24e3d12b4c6ef285ed7317ea5b8b7/tumblr_nsoantsiqG1qfirfao1_1280.jpg">	</div>	</div>	<div class = "col-xs-12 col-sm-4 col-md-4">	<div class = "wrapper">	<span class = "text">	<h3>Portfolio 2</h3>	<p>Description of Porfolio 2.</p>	</span>	<img src= "https://41.media.tumblr.com/bd52bc6811c23836b64bbf96b64ce5d7/tumblr_nsoavu8uyV1qfirfao1_1280.jpg">	</div>	</div>	<div class = "col-xs-12 col-sm-4 col-md-4">	<div class = "wrapper">	<span class = "text">	<h3>Portfolio 3</h3>	<p>Descriptions of Portfolio 3</p>	</span>	<img src= "https://40.media.tumblr.com/93dd503a372863110727dccc4bf1a660/tumblr_nsobx5Dd7c1qfirfao1_1280.jpg">	</div>	</div>	</div>	<div class = "row">	<div class = "col-xs-12 col-sm-4 col-md-4">	<div class = "wrapper">	<span class = "text">	<h3>Portfolio 4</h3>	<p>Descriptions of Portfolio 4</p>	</span>	<img src ="http://assets.picography.co/wp-content/uploads/2015/10/vatican-at-night.jpg?9f01d0">	</div>	</div>	<div class = "col-xs-12 col-sm-4 col-md-4">	<div class = "wrapper">	<span class = "text">	<h3>Portfolio 5</h3>	<p>Descriptions of Portfolio 5</p>	</span>	<img src= "https://36.media.tumblr.com/2b4371e83e1bed20155f7ba5413f4b00/tumblr_nsoa5vVWGM1qfirfao1_1280.jpg">	</div>	</div>	<div class = "col-xs-12 col-sm-4 col-md-4 ">	<div class = "wrapper">	<span class = "text">	<h3>Portfolio 6</h3>	<p>Descriptions of Portfolio 6</p>	</span>	<img src= "https://41.media.tumblr.com/76e0830e214ebdef7cead2769697035e/tumblr_nsoc5ikBbb1qfirfao1_1280.jpg">	</div>	</div>	</div>	</div>	</div>	</div>	<div class = "white" , id = "contact">	<div class = "container">	<div class = "content">	<h1 class =	"text-center">Connect with me at: </h1>	<a class = "btn btn-grey btn-block" href = "https://github.com/kw7oe"><i class = "fa fa-github"></i> Github</a>	<a class = "btn btn-info btn-block" href = "#"><i class = "fa fa-twitter"></i> Twitter</a>	<a class = "btn btn-primary btn-block" href = "https://www.facebook.com/choong.kaiwern"><i class = "fa fa-facebook"></i> Facebook</a>	<a class = "btn btn-danger btn-block" href = "https://www.freecodecamp.com/kw7oe"><i class = "fa fa-fire"></i> FreeCodeCamp</a>	</div>	</div>	</div>	<footer class = " panel panel-footer">	<p>&copy Lorem Ipsum 2015</p>	</footer>	</div>
</body> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Portfolio - Script Codes CSS Codes

body {	padding-top: 40px;	color: black;	font-family: 'Roboto'
}
h1 {	font-family: "Roboto Slab";
}
img {	width:100%;	border-radius: 5px;	border: 3px solid rgba(255, 255, 255, 0.8);
}
.parallax {	height: 100%;	width: 100%;	background-attachment: fixed;	background-image: url(https://41.media.tumblr.com/20bb50c68fc753d8b35c906ec64550bf/tumblr_nsoah2rRqK1qfirfao1_1280.jpg);	background-size: cover;	background-position: 50% 20%;
}
.wrapper { position: relative; padding: 0; display:block;
}
.text { position: absolute;	padding: 10%; top: 0; color:black; background-color:rgba(255,255,255,0.9); width: 100%; height: 100%; text-align: center; z-index: 10; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}
.text:hover {	opacity: 1;	cursor: pointer;
}
.text h3 {	font-size:18px;	font-family: "Roboto Slab";
}
.white {	padding: 40px;	background: rgba(255, 255, 255, 1);
}
.black {	margin: 0;	min-height: 600px;	padding: 60px;	background: rgba(0, 0, 0, 0.5);
}
.black .content {	color: rgba(255, 255, 255, 0.9);
}
.content {	padding: 10%;
}
.about p {	line-height: 2;
}
.portfolio .row {	margin-bottom: 24px;
}
.portfolio {	color: rgba(255, 255, 255, 0.9);
}
.content h1 {	font-size: 42px;	margin-bottom: 22px;
}
.content p {	font-size: 18px;
}
.nav li:hover {	background: black;	opacity: 0.8;
}
.nav.navbar-nav li:hover a {	color: #e7e7e7;
}
footer p {	font-size: 12px;	margin-bottom: 0px;
}
.panel {	margin-bottom: 0px;	color: rgba(255, 255,255, 0.7);
}
.panel-footer {	background-color: rgba(0 ,0 ,0, 0.8);
}
.btn-grey {	background-color: #A0A0A0;
}
a.btn-grey {	color: white;
}
.btn-grey:hover {	background-color: #909090;
}
a.btn-grey:hover {	color: white;
}

Portfolio - Script Codes JS Codes

$(document).ready(function() { $("#test").hide(0).delay(400).fadeIn(3000); $("#test2").hide(0).delay(1000).fadeIn(3000);
});
Portfolio - Script Codes
Portfolio - Script Codes
Home Page Home
Developer Kw7oe
Username kw7oe
Uploaded November 26, 2022
Rating 3
Size 4,144 Kb
Views 18,216
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!

Kw7oe (kw7oe) Script Codes
Create amazing captions 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!