My portfolio

Developer
Size
4,182 Kb
Views
6,072

How do I make an my portfolio?

What is a my portfolio? How do you make a my portfolio? This script and codes were developed by Omar Hassane on 21 January 2023, Saturday.

My portfolio Previews

My portfolio - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>My portfolio</title> <link rel='stylesheet prefetch' href='https://cdn.jsdelivr.net/foundation/5.5.0/css/foundation.css'>
<link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css'>
<link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Dancing+Script'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="header"> <h1 class="header_logo"><a href="#">ARTICLE </a></h1>
</div>
<div class="offset"> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p> <p> text here </p>
</div>
<div class="containerr">	<ul class="social">	<li class="facebook"><a href="#" class="entypo-facebook"></a></li>	<li class="twitter"><a href="#" class="entypo-twitter"></a></li>	<li class="dribbble"><a href="#" class="entypo-dribbble"></a></li>	<li class="behance"><a href="#" class="entypo-behance"></a></li>	<li class="linked-in"><a href="#" class="entypo-linkedin"></a></li> <li class="github"><a href="#" class="entypo-github"></a></li>	</ul>	</div>
<h3>Copyright © 2015 HASSANE OMAR </h3> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js'></script> <script src="js/index.js"></script>
</body>
</html>

My portfolio - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(https://fonts.googleapis.com/css?family=Courgette|Oswald);
a[class*="entypo-"]:before { font-family: 'entypo', sans-serif;
}
body { height: 1500px; background: url(https://www.brainpickings.org/wp-content/themes/brainpickings/images/bckgd_body.png);
}
.offset { margin-top: 0; padding-top: 270px; text-align: center; -webkit-transition: .3s; transition: .3s;
}
.header { position: fixed; width: 100%; height: 120px; font-weight: bold; text-align: center; background: #1C1C1C; -webkit-transition: .3s; transition: .3s;
}
.header.small { height: 50px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.small ~ .offset { padding-top: 140px;
}
.header.small .header_logo { font-size: 30px; text-shadow: 3px 4px rgba(10, 10, 10, 0.4); margin-top: 11px;
}
.header_logo { font-family: 'Oswald', sans-serif; font-size: 70px; text-shadow: 3px 4px rgba(10, 10, 10, 0.4); -webkit-transition: .3s; transition: .3s; color: #fff; margin-left: -1070px;
}
a { text-decoration: none;
}
ul { list-style: none; margin: 0; padding: 0;
}
.containerr { height: 3em; left: 50%; top: 50%; width: 12em; margin-top: 1500px; margin-left: 1100px;
}
.social { position: relative; height: 3em; width: 13.5em;
}
.social li { display: block; height: 4em; line-height: 4em; margin: -2.2em; position: absolute; -webkit-transition: -webkit-transform .7s; -moz-transition: -moz-transform .7s; -ms-transition: -ms-transform .7s; -o-transition: -o-transform .7s; transition: transform .7s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); text-align: center; width: 4em;
}
.social a { color: #fffdf0; display: block; height: em; line-height: 4em; text-align: center; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); width: 4em;
}
.social li:hover { -webkit-transform: scale(1.3, 1.3) rotate(45deg); -moz-transform: scale(1.3, 1.3) rotate(45deg); -ms-transform: scale(1.3, 1.3) rotate(45deg); -o-transform: scale(1.3, 1.3) rotate(45deg); transform: scale(1.3, 1.3) rotate(45deg);
}
.facebook { background: #155b9d; left: 0; top: 0%;
}
.twitter { background: #1a9ec4; bottom: 0; left: 25%;
}
.dribbble { background: #d05f8f; left: 50%; top: 0%;
}
.behance { background: #3f7aa3; bottom: 0; left: 75%;
}
.linked-in { background: #157f9d; left: 100%; top: 0%;
}
.github { left: 50%; bottom: -100%; background: #123;
}
h3 { color: black; font-size: 17px; font-family: Dancing script; margin-left: 150px;
}
a:link { text-decoration: none; color: #fff;
}
a:visited { text-decoration: none; color: #fff;
}
a:hover { text-decoration: none; color: #fff;
}
a:active { text-decoration: none; color: #fff;
}
.no-js #loader { display: none;
}
.js #loader { display: block; position: absolute; left: 100px; top: 0;
}
h2 { font-family: 'Oswald', sans-serif; font-size: 70px; text-shadow: 3px 4px rgba(10, 10, 10, 0.4); -webkit-transition: .3s; transition: .3s;
}

My portfolio - Script Codes JS Codes

$(document).scroll(function() { navbarScroll();
});
function navbarScroll() { var y = window.scrollY; if (y > 10) { $('.header').addClass('small'); } else if (y < 10) { $('.header').removeClass('small'); }
}
My portfolio - Script Codes
My portfolio - Script Codes
Home Page Home
Developer Omar Hassane
Username omodev
Uploaded January 21, 2023
Rating 3
Size 4,182 Kb
Views 6,072
Do you need developer help for My 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!

Omar Hassane (omodev) Script Codes
Create amazing video scripts 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!