-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_us.html
More file actions
45 lines (45 loc) · 2.01 KB
/
about_us.html
File metadata and controls
45 lines (45 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<div class="col-12" id="grey">
<div class="col-10" id="header">
<nav>
<ul>
<li class="col-3 borR hidden-border"><a href="index.html">Home</a></li>
<li class="col-3 borL hidden-border"><a href="what_we_do.html">What we do</a></li>
<li class="col-3 borL hidden-border"><a href="about_us.html">About us</a></li>
<li class="col-3 borL hidden-border"><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="col-12 textHedera">
<p id="master">
No Emootions LLC
</p>
</div>
</div>
</div>
<div class="col-12 scale red">
<div class="col-10 scale pageImage">
<div class="masterPageAbout">
<h3 id="aboutus"> About our company...</h3>
<div class="text col-7">
<p class="tekst">
<b>
No Emotions LLC is a small but fast growing company founded in 2018 in South Haven MI oriented towards ambitious people who are new to this business and just starting in the trucking industry. We operate with a full knowledge of what your goals can be because we can look at your needs from your perspective since or employees have a lot of experience in trucking and transportation industry and in that way we can offer you stability, straightforwardness and responsible arrangement.
</b>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
</html>