-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
137 lines (137 loc) · 3.67 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Smarpix</title>
<link rel="stylesheet" type="text/css" href="static/css/style.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="static/js/script.js"></script>
</head>
<body>
<nav>
<div>
<div>
<i class="name">Smarpix</i>
<i class="sidebar"><img class="sidebarimg" src="static/images/sidebar.png"></i>
</div>
<div class="list_items">
<button onclick="location.href='index.html'">Home</button>
<button onclick="location.href='about.html'">About</button>
<button onclick="location.href='team.html'">Team</button>
</div>
</div>
</nav>
<section class="about">
<center>
<div>
<div>
<h1>About us</h1>
</div>
<div class="about_container">
<div>
<div>
<img src="static/images/plan.png">
</div>
<div>
<p><strong>Software engineering : </strong>Before we start in your project, you should provide us with all of the information and the details about it, so we can make it more efficient
</p>
</div>
</div>
<div>
<div>
<img src="static/images/ux.png">
</div>
<div>
<p><strong>User experience or UX : </strong>With our professional development services, your business can provide users with the best experience
</p>
</div>
</div>
<div>
<div>
<img src="static/images/colors.png">
</div>
<div>
<p><strong>User interface or UI : </strong>Our design services offer the option of responsive design, and we can do you what ever type of design you want glass, material , or flat.
</p>
</div>
</div>
<div>
<div>
<img src="static/images/laptop.png">
</div>
<div>
<p><strong>Programming : </strong>We are professional programmers, we do use many programming language and tools to make your project safety, faster, and strong enough to satisfy your needs
</p>
</div>
</div>
</div>
</div>
</center>
</section>
<footer>
<center>
<div>
<div class="contact_us">
<div class="footer_part logo_white_cont">
<img class="logo_white" src="static/images/logo_white.png">
</div>
<div class="footer_part footer_social ">
<div>
<h2><strong>Social Media</strong></h2>
</div>
<div>
<a href="https://www.facebook.com/Smarpix-493781341367342/">facebook</a>
</div>
<div>
<a href="#">instgram</a>
</div>
<div>
<a href="#">Twitter</a>
</div>
<div>
<a href="#">E-mail</a>
</div>
</div>
<div class="footer_part footer_phones">
<div>
<h2><strong>Phones</strong></h2>
</div>
<div>
<a href="#">+249 969 055 755</a>
</div>
<div>
<a href="#">+249 115 908 404</a>
</div>
<div>
<a href="#">+249 928 980 805</a>
</div>
<div>
<a href="#">+249 966 761 270</a>
</div>
</div>
<div class="footer_part footer_members">
<div>
<h2><strong>Team members</strong></h2>
</div>
<div>
<a href="#">Mohammed Bushari</a>
</div>
<div>
<a href="#">Mohammed Abdou</a>
</div>
<div>
<a href="#">Abdualrhman Khalid</a>
</div>
</div>
</div>
<div class="rights">
<p>© 2019 Smarpix. All rights reserved.</p>
</div>
</div>
</center>
</footer>
</body>
</html>