forked from LumBeqiri/EmotionDetector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
171 lines (139 loc) · 6.73 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,800", rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>About</title>
<script defer src="face-api.min.js"></script>
</head>
<body>
<nav class="topnav" id="myTopnav">
<a href="index.html"><img src="images/logo.svg" width="40px"></a>
<a href="index.html">Home</a>
<a href="emotions.html">Emotions</a>
<!-- <a href="mission.html">Our mission</a> -->
<a href="about.html" class="active">About</a>
<a href="contact.html">Contact</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</nav>
<div class="about_slogan">
<h1>Learn about our team</h1>
<p class="paragraph_style">A dedicated team of web and mobile professionals <br> who work tirelessly to create the best experience for our readers</p>
</div>
<div class="grid_by_two">
<div class="content_style_poppins item1">
<h1>Excellent Team</h1>
<p>
We assign (3-5 people) of senior developers to projects. In our experience, a small team of veterans delivers faster and better results than larger teams of inexperienced developers. If the project cannot be delivered in the timeframe, we subdivide the project into sub-projects and define the strict programming interfaces between them.
</p>
</div>
<div class="item2">
<img alt="happy people" class="responsive_image" src="images/team2.svg" width="530px" height="370px">
</div>
</div>
<div class="grid_by_two_reversed">
<div>
<img alt="conversation" class="responsive_image" src="images/support.svg" width="530px" height="370px">
</div>
<div class="content_style_poppins">
<h1>Great Communication</h1>
<p>
Our team consists of people from multiple nationalities.
We have experience working with large companies,
which we've supported them through Skype calls or meetings,
spoken in multiple languages like English, German, French, etc.
</p>
</div>
</div>
<div class="grid_by_two">
<div class="content_style_poppins item1">
<h1>Efficient</h1>
<p>
Our team is well organized and works based on priorities. They are highly professional and achieve their goals always in time.
</p>
</div>
<div class="item2">
<img alt="happy people" class="responsive_image" src="images/timezone.svg" width="530px" height="370px">
</div>
</div>
<div class="about_slogan">
<h1>Our Focus</h1>
</div>
<div class="table_row">
<div class="table_shelve">
<div class="tile quote">
<div class="box-icon">
<img src="images/icon-seo-opt.svg" alt="rocket optimization">
</div>
<h3>Reusability</h3>
<p>Because we are using a single code base, it means we can use this for both web applications and desktop reducing time, space and money<br></p>
</div>
<div class="tile quote">
<div class="box-icon">
<img src="images/ux2.svg" alt="ux ui">
</div>
<h3>UI/UX</h3>
<p>With web technologies, you are open to multiple technologies that provide great User Interface (UI) & User Experience (UX) to all your users with great comfort.</p>
</div>
<div class="tile quote">
<div class="box-icon">
<img src="images/cost.svg" alt="cost money">
</div>
<h3>Cost</h3>
<p>You will save a lot of development time and money because for the tech stack we use, there are a lot of developers who can do it for less and achieve good results.</p>
</div>
</div>
</div>
<footer class="footer">
<div class="fitem-1">
<h2>Navigation</h2>
<div class="footer-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="emotions.html">Emotions</a></li>
<!-- <li><a href="mission.html">Our mission</a></li> -->
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="fitem-2">
<h2>Newsletter</h2>
<div class"newsletter">
<p>Enter your email address and subcribe daily newsletter</p>
<form method="post">
<input class="email-form"type="email" placeholder="[email protected]">
<button class="submit-button"type="submit" data-validation="required email">Subscribe</button>
</form>
</div>
<div class="social">
<a href=""><i class="fab fcolor fa-facebook fa-2x"></i></a>
<a href=""><i class="fab tcolor fa-twitter fa-2x"></i></a>
<a href=""><i class="fab licolor fa-linkedin-in fa-2x"></i></a>
<a href=""><i class="fab instcolor fa-instagram fa-2x"></i></a>
<a href=""><i class="fab mediumcolor fa-medium fa-2x"></i></a>
</div>
</div>
<div class="fitem-3">
<h2>Contacts</h2>
<div class="our-app">
<div class="android-app">
<i class="fas fa-phone"></i>
<p style="text-align: center"><span>Kosova:</span>(+383) 44 123 456</p>
</div>
<div class="android-app">
<i class="fas fa-phone"></i>
<p style="text-align: center"><span>USA:</span>(+1) 123 456 7891</p>
</div>
</div>
</div>
</footer> <!--footer ends here-->
</body>
</html>