-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
88 lines (84 loc) · 3.03 KB
/
portfolio.html
File metadata and controls
88 lines (84 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ty Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
</head>
<body>
<header>
<nav>
<ul class="Navigation">
<li><a href="#home">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Service</a></li>
<li><a href="">Gallery</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="Home">
<div class="heroSection">
<div>
<h1>Hello <span class="welcome">WELCOME</span> to Lekan Oyebisi Photography</h1>
<p>I am <span>TY</span>, a Professional Photographer</p>
<button>contact me</button>
</div>
<div>
<img src="./Images/knuckles-the-echidna.jpg" alt="My images" class="Image">
</div>
</div>
</section>
<section class="about-me">
<h1>About Me</h1>
<img src="./Images/IMG_8098.jpg" alt="Profile Picture" class="profile-pic">
<p>Hello! My name is Oyelekan Oluwatayo Oyebisi, a professional wedding and portrait photographer, based in Lagos state, Nigeria.
<p>I love to capture amazing love stories and freeze memories that will stand the test of time. In my free time, I enjoy watching football, movies and listening to music.</p>
<p>Feel free to connect with me on my social media or check out my portfolio.</p>
<a href="https://www.lekanoyebisiphotography.com" class="portfolio-link">View My Portfolio</a>
</section>
<br>
<br>
<br>
<section id="about">
<div class="aboutMe">
<div>
<img src="/images/elder.jpg" alt="Old lady" class="aboutimg">
</div>
<div>
<div>
<h1>About Me</h1>
<h3>I'm still a new front-End Developer<br> I just started</h3>
<p>I have been working on developing myself daily and it has helped me to <br>
improve myself on a daily basis
</p>
</div>
<div class="about-exp">
<div>
<h3>1</h3>
<p>Years Of Experience</p>
</div>
<div>
<h3>8</h3>
<p>Projects Completed</p>
</div>
<div>
<h3>6</h3>
<p>Satisfied Customers</p>
</div>
</div>
<div>
<div>
<button> CONTACT ME</button>
</div>
</div>
</div>
</div>
</section>
</body>
</html>
</main>
</body>
</html>