-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
59 lines (59 loc) · 2.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="css/style.css" rel="stylesheet">
<title>Yoseph_ABZ - About</title>
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col mr-auto">
<a href="index.html" class="header-logo col"> Yoseph_ABZ</a>
</div>
<nav class="header-menu">
<ul>
<li><a href="about.html" class="active-menu">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<div class="about">
<div class="container">
<div class="row">
<div class="col-6"><img src="img/img2.jpg" alt="Me"></div>
<div class="about-text col-6">
<p> I'm Joseph, a web developer and computer science student with harvard university. I like the field of tech (Programming, Cybersecurity, Cryptography, Blockchain, Cloud computing, AI...) </p>
<p> I keep learning and practising at the same time, i want to achieve big things in the field of tech even in Blockchain or AI or whatever. </p>
<p> I like reading, learning, and trying new thing, sport...etc</p>
<p>If you want to know more about me, contact me through Facebook or Linkedin.</p>
<br>
<p>“Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” <i>E.F. Schumacher</i></p>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class=" container">
<div class="row">
<div class="col-3 mr-auto">
<p>© Yoseph_ABZ/p>
</div>
<div class="social-networks">
<a href="https://github.com/youssefadbz" target="_blank"><img src="img/github.svg" alt=""></a>
<a href="https://www.linkedin.com/in/youssef-adebouz-989124170" target="_blank"><img src="img/linkendin.svg" alt=""></a>
<a href="https://www.facebook.com/youssef.adebouz" target="_blank"><img src="img/facebook.svg" alt=""></a>
</div>
</div>
</div>
</footer>
</body>
</html>