-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (46 loc) · 1.51 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
<!DOCTYPE HTML>
<html>
<head>
<title>Omary Ally</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="one">
<div class="image main" data-position="center">
<img src="images/cover.png" alt="" />
</div>
<div class="container">
<header class="major">
<h2>Hi, I am Omary Ally</h2>
<p>Software are made to simplify our daily activities and make our life easier, join me on my
journey
in building solutions.</p>
</header>
<p>. Working in Agriculture Industry and water sector I came across and used very good software and not so
good software. With my deep interest
in technology I saw I can make impact to the world by using technology, I decided to learn and
contributing in improving the technology solutions.</p>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© Omary Ally, All rights reserved.</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>