-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (53 loc) · 2.1 KB
/
about.html
File metadata and controls
53 lines (53 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/index.css" type="text/css">
</head>
<body>
<header id="home">
<div>
<a href="index.html">
<img class="logo" src="images/Braidi-WD-logos.jpeg" alt="logo">
</a>
</div>
<nav class="menu">
<ul class="linkList">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="#projects">Projects</a></li> -->
<li><a href="about.html">Abou Me</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="main-text">
<h1 class="main-title">About Me</h1>
<img class="aboutUs-img" src="images/shutterstock_394793860-1024x784.jpg" alt="">
<p class="main-p">We are a company dedicated to providing online positioning to our clients based on the latest technologies that allow us to offer the best possible user experience, without neglecting aesthetics, functionality and positioning.</p>
</div>
<footer>
<div>
<a href="index.html">
<img class="logo" src="images/Braidi-WD-logos.jpeg" alt="logo">
</a>
</div>
<div class="info">
E-mail braidiwebs@gmail.com
</div>
<div class="redSocial">
<a href="https://github.com/imust1995" target="_blank">
<img class="icono-social" src="images/GitHub-Mark-Light-120px-plus.png" alt="git icon">
</a>
<a href="https://www.linkedin.com/in/zeirb/" target="_blank">
<img class="icono-social" src="images/In-White-96-Γäó.png" alt="in-icon">
</a>
<a href="https://instagram.com" target="_blank">
<img class="icono-social" src="images/instagram.png" alt="instagram icon">
</a>
</div>
</footer>
</body>
</html>