You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>S18: Wireframce, Mockups and Prototypes</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800;900&display=swap" rel="stylesheet">
<!-- External CSS -->
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<!-- Start of Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#" id="logo">LOGO</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item mx-3">
<a class="nav-link" href="#">About Me</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#">My Works</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#">Contact</a>
</li>
</div>
</div>
</nav>
<!-- End of Navbar -->
<!-- Start of Page 4 -->
<div class="container-fluid py-5" id="landing">
<div class="row justify-content-center py-5 my-5">
<div class="col-md-8 pt-md-5 text-center">
<h1 id="title">Seeing the world through my lens</h1>
<a href="#works" id="base" class="d-inline-block mt-5 text-decoration-none">View My Work</a>
</div>
</div>
</div>
<!-- End of Page 4 -->
<!-- Start of Page 2 -->
<div class="container-fluid p-md-5" id="about">
<div class="row justify-content-center py-md-5 my-md-5">
<div class="col-md-3 my-5 my-md-0" >
<img src="./images/about.png" class="img-fluid">
</div>
<div class="col-md-7 ms-4 px-2">
<h4 id="text-title">
Hi! Im John Doe.
</h4>
<p>
I am a passionate photographer who loves capturing life's special moments. From candid shots of everyday life to capturing the beauty of nature, I strive to create beautiful images that will last a lifetime. I am always looking for new opportunities to create unique and inspiring photos that are sure to leave a lasting impression.
</p>
<p>
I have been a photographer for many years and have had the privilege of working with some of the most talented professionals in the industry. I have had the opportunity to travel to some of the most beautiful places in the world and capture the essence of each location. I am constantly learning new techniques and expanding my knowledge of photography to ensure my images are of the highest quality. I am excited to share my passion with others and create memories that will last a lifetime.
</p>
</div>
</div>
</div>
<!-- End of Page 2 -->
<!-- JS Bundle -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>