-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
36 lines (36 loc) · 1.08 KB
/
About.html
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
<!------About------>
<!DOCTYPE html>
<html lang="end">
<head>
<link rel="icon" href="img/loli.jpg">
<link rel="stylesheet" href="css/About.css">
<title>About Me</title>
</head>
<body>
<div class="hero" id="Home">
<nav>
<a href="index.html" class="btn1"><h2 class="logo">Arrofi <span>Portfolio</span></h2></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Medsos.html">medsos</a></li>
<li><a href="Contact.html">Contact Me</a></li>
</ul>
<a href="https://www.youtube.com/channel/UCeWOmSBistwU_6LIdFWBOlQ" class="btn">Subscribe</a>
</nav>
<section class="about" id="about">
<div class="main">
<img src="img/tampol.jpeg">
<div class="about-text">
<h2>About Me</h2>
<h5>Basic <span> Developer</span></h5>
<p>My name is Muhammad Yusuf Arrofi
<br> I live in Karanganyar, Central Java
<br> I am 16 years old and attend SMK 2 Karanganyar
<br> majoring in PPLG and sitting in class X.RC
</p>
</div>
</div>
</section>
</body>
</html>