-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.37 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>No Emotions LLC</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="test slikaM">
<img class="resize" src="slike/logo.png" alt="">
<!-- <h3>We taking our job seriously.</h3> -->
</div>
</div>
</div>
</div>
</body>
</html>