-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (45 loc) · 1.79 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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="favicon.jpg" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ABOUT</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-1ZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9s+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous" />
</head>
<header>
<nav>
<ul class="nav-list">
<li class="nav-item">
<a href="#">
<img src="images/bulogo.png" alt="Logo" width="220" />
</a>
</li>
<li class="nav-item">
<a href="index.html">HOME</a>
</li>
<li class="nav-item">
<a href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a href="services.html">SERVICES</a>
</li>
<li class="nav-item">
<a class="btn-primary" class="button" href="records.html">RECORDS</a>
</li>
</ul>
</nav>
</header>
<div class="wrapper">
<div class="about-header">
<h2 class="heading-title">ABOUT ME</h2>
<span class="header-dot"></span>
<p>I'm not very good at it, but coding has changed my world. It's not just about apps. Learning to code gave me <b>
<i>problem-solving skills</i>
</b> and a way to communicate with others on a technical level. I can learn by trying and if I keep trying, I know I will make something amazing! And I learn everything at <strong>
<i>School</i>
</strong> where they build your self-esteem and keep you motivated. </p>
</div>
</div>