HTML
HTML
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="bootstrap-5.3.3-dist/bootstrap-5.3.3-dist/css/bootstrap.min.css">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet" >
</head>
<body>
<header class="header">
<a href="#home" class="logo">CH. <span>Waseem</span></a>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#testimonials">Testimonials</a>
<a href="#contact">Contact</a>
</nav>
</header>
<div class="btn-group">
<a href="#" class="btn">Hire</a>
<a href="#contact" class="btn">Contact</a>
</div>
<div class="home-img">
<img src="img/logo-img copy.png" alt="home-image">
</div>
</div>
</section>
<!---svg-social-icons---
<a class="u-social-url" title="facebook" target="_blank"
href="https://facebook.com/name">
<span class="u-icon u-social-facebook u-social-icon u-text-custom-
color-3 u-icon-1">
<svg class="u-svg-content" viewBox="0 0 112.196 112.196"
x="0px" y="0px" id="svg-194c" style="enable-background:new 0 0 112.196 112.196;">
<g><circle style="fill:currentColor;" cx="56.098"
cy="56.098" r="56.098"></circle>
<path style="fill:#FFFFFF;" d="M70.201,58.294h-
10.01v36.672H45.025V58.294h-7.213V45.406h7.213v-8.34 c0-5.964,2.833-
15.303,15.301-15.303L71.56,21.81v12.51h-8.151c-1.337,0-3.217,0.668-
3.217,3.513v7.585h11.334L70.201,58.294z">
</path>
</g></svg></span>
</a>
<a class="u-social-url" target="_blank" data-
type="Instagram" title="Instagram" href="">
<span class="u-icon u-social-icon u-social-
instagram u-text-custom-color-3 u-icon-2">
c5.5,0,9.9,4.5,9.9,9.9V73.3z"></path></svg></span>
</a>
--->
<script>src="bootstrap-5.3.3-dist/" </script>
<script> src="script.js" </script>
</body>
</html>