forked from HowToLearnHacking/uploads
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
33 lines (32 loc) · 1.31 KB
/
Copy pathportfolio.html
File metadata and controls
33 lines (32 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styl.css">
</head>
<body>
<header>
<a href="#" class="logo">YOUNESS</a>
<nav>
<a href="#" class="active">homme</a>
<a href="#" class="active">skills</a>
<a href="#" class="active">contacts</a>
<a href="#" class="active">education</a>
</nav>
</header>
<section class="homme">
<div class="homme-image">
<img src="b3307db3-bb9b-4a38-a9b8-38dc3912e6d1.jfif" alt="">
</div>
<div class="homme-content">
<h1>hi,its <span>YOUNESS</span></h1>
<h3 class="typing-text"><span> </span></h3>
<p>Youness is a 19-year-old computer science student with a <span>strong passion for creating websites and applications.</span> He enjoys turning ideas into functional digital projects and is always exploring new ways to improve his skills in web and app development. His curiosity and motivation drive him to keep learning and building creative solutions.</p></p></span>
<button>SEE MORE</button>
</div>
</div>
</section>
</body>
</html>