-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
64 lines (47 loc) · 2.08 KB
/
Copy pathportfolio.html
File metadata and controls
64 lines (47 loc) · 2.08 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
<!DOCTYPE html>
<html>
<title>NASIRU SULAIMON</title>
<link rel="stylesheet" href="portfolio.css">
<body>
<header class="head">
<div>
<h2 class="logo">SULAIMONEY</h2>
</div>
<button class="tog">Toggle</button>
<div class="na">
<nav class="nav-links">
<ul>
<div><li> <a style="--i:1"href="#home" class="scroll-link">Home</a></li></div><br>
<div><li><a style="--i:2"href="#about" class="scroll-link">About</a></li></div><br>
<div><li><a style="--i:3"href="#services" class="scroll-link">Services</a></li></div><br>
<div><li><a style="--i:4"href="#portfolio" class="scroll-link">Portfolio</a></li></div><br>
<div><li><a style="--i:5"href="#contact" class="scroll-link">Contact</a></li></div><br><br>
</ul>
</div>
</header>
<section class="home" id="home">
<div class="bio">
<article class="name">
<h1>Hi, vffffI'm Nasiru Sulaimon A.</h1><br>
<h3 class="front">Frontend Developer</h3><br>
</article>
<p class="lorem">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo saepe magni veritatis eaque cum obcaecati. Modi deserunt quod et alias eaque. Veniam, quisquam minima blanditiis doloremque architecto cumque praesentium iusto!
<br><br></p>
<div><button class="btn">Hire Me</button> <button class="btn">Let's Talk</button></div>
</div>
<div class="photo">
<img src="IMG-20240823-WA0027.jpg" class="pics">
</div>
</section>
<section id="about">
</section>
<section id="services">
</section>
<section id="portfolio">
</section>
<section id="contact">
</section>
</nav>
<script src="portfolio.js"></script>
</body>
</html>http://127.0.0.1:5500/portfolio.html