-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.66 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Heart IT</title>
<link href="https://fonts.googleapis.com/css?family=Inknut+Antiqua:400,600|Josefin+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<ul class="menu">
<li class="heartit"><a href="#">HeartIT</a></li>
<li><a href="#">Work List</a></li>
<li><a href="#">Our Friends</a></li>
<li><a href="#">Crew List</a></li>
<li><a href="#">Contact Card</a></li>
</ul>
</header>
<main class="page">
<div class="brand">
<img src="rect4138.png" alt="Heart IT Logo" class="logo">
</div>
<div class="information">
<h4>Hello World</h4>
<h1>HeartIT</h1>
<p> is an
<span class="important">IT agency</span>
with the aim of
<span class="important">helping people</span>,
bringing
<span class="important">freedom</span>
through the knowledge of
<span class="important">Information Technology. </span> <br />
We are a <a href="#">big team</a> with diversified background and do our <a href="#">work</a> very <span class="important">passionately, with heart and DON!</span></p>
<p class="special">Because if you ever think of us in the future, we want you to remember with a smile \m/</p>
<button>See our adventures</button>
<button>Contact Us</button>
</div>
</main>
</body>
</html>