<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Responsive Personal Portfolio Website Design | Codehal</title>
<!-- box icons -->
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
<!-- custom css -->
<link rel="stylesheet" href="css/style.css" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
border: none;
outline: none;
scroll-behavior: smooth;
font-family: "Poppins", sans-serif;
}
:root {
--bg-color: #1f242d;
--second-bg-color: #323946;
--text-color: #fff;
--main-color: #0ef;
}
*::selection {
background: var(--main-color);
color: var(--bg-color);
}
html {
font-size: 62.5%;
overflow-x: hidden;
}
body {
background: var(--bg-color);
color: var(--text-color);
}
/* BREAKPOINTS
</style>
</head>
<body>
<!-- header design -->
<!-- home section design -->
<!-- about section design -->
<!-- services section design -->
<!-- portfolio section design -->
<!-- contact section design -->
<!-- footer design -->
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<!-- custom js -->
<script src="js/script.js"></script>
<script>
/*==================== toggle icon navbar ====================*/
/*==================== scroll sections active link ====================*/
/*==================== sticky navbar ====================*/
/*==================== remove toggle icon and navbar when click navbar link (scroll) ====================*/
/*==================== scroll reveal ====================*/
/*==================== typed js ====================*/
</script>
</body>
</html>
결론
결론적으로 말하면, 개인 포트폴리오 웹사이트가 온라인에서 가장 중요한 역할을 합니다. 이곳은 자신의 것을 자랑하고, 주목을 받고, 디지털 세계에서 자신의 흔적을 남길 수 있는 장소입니다. 아직 하나도 얻지 못했다면 무엇을 기다리고 계십니까? 오늘 당장 나가서 개인 포트폴리오 웹사이트 구축을 시작하고, 당신이 얼마나 멋진 사람인지 세상에 알리세요! 즐거운 코딩 되세요!