Starter Portfolio

Size
2,235 Kb
Views
6,072

How do I make an starter portfolio?

What is a starter portfolio? How do you make a starter portfolio? This script and codes were developed by Michael Chernin on 19 January 2023, Thursday.

Starter Portfolio Previews

Starter Portfolio - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Starter Portfolio</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head> <title>About Me</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body> <main> <section class="hero"> <div class="content"> <img class="my-picture" src="http://i1016.photobucket.com/albums/af281/Michael_Chernin/Michael-Chernin-profile3_zpsa9k2tqar.png" height="300" width="300" alt="Michael Chernin"> <p class="iama">My name is...</p> <p class="my-name my-info">Michael Chernin</p> <p class="iama">I want to be...</p> <p class="my-name my-info">a front-end master</p> </div> </section> <section class="about-me content"> <p class="iama">I live in...</p> <p class="my-info">Netanya, Israel</p> <p class="iama">My favorite way to work is...</p> <p class="my-info">Remotely, in a place that looks as far from a traditional office as possible</p> <p class="iama">In my free time, I like to...</p> <p class="my-info">Go hiking in the countryside</p> </section> </main>
</body>
</body>
</html>

Starter Portfolio - Script Codes CSS Codes

body { font-family: sans-serif; margin: 0;
}
.content { max-width: 500px; margin: 0 auto; text-align: center;
}
/* MAIN SECTIONS */
.hero { padding: 1em; max-width: 100%; background-color: #1976D2; color: white;
}
.my-picture { display: block; margin: 0 auto 10px; max-width: 100%; border: 2px solid white; border-radius: 50%;
}
.iama { max-width: 100%; color: #212121; letter-spacing: 0.05em; font-size: 20px; margin: 0; font-family: 'Droid Serif';
}
.my-info { max-width: 100%; font-size: 22px; margin: 0 auto 20px; font-family: 'Source Sans Pro'; color: #727272;
}
.my-info:last-of-type { margin: 0;
}
.my-name { color: white; font-family: 'Source Sans Pro';
}
.about-me { padding: 1em;
}
Starter Portfolio - Script Codes
Starter Portfolio - Script Codes
Home Page Home
Developer Michael Chernin
Username mchernin34
Uploaded January 19, 2023
Rating 3
Size 2,235 Kb
Views 6,072
Do you need developer help for Starter 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!

Michael Chernin (mchernin34) 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!