-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
42 lines (42 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/logo-symbol.png"/>
<title>Agile Freaks</title>
</head>
<body>
<div class="bg">
<div class="description">
<img src="images/agile-freaks-logo.svg" alt="Agile Freaks Logo"/>
<h1 class="description__header">We believe in openness, education and clean code</h1>
<p class="description__paragraph">We build well crafted tools that are delightful to use, so that our clients
can grow their business sustainably. We do this from an environment that puts our personal growth at the
core.
</p>
<div id="inner">
<div class="contact">
<a class="button" href="mailto:[email protected]">Contact Us</a>
<div class="divider">
<span class="divider__dot"></span>
<span class="divider__dot"></span>
<span class="divider__dot"></span>
<span class="divider__dot"></span>
</div>
<div>
<b>If you want to pass by for a talk:</b>
<address>
<a class="contact__address" href="https://goo.gl/maps/8sDNcNADLeTRqPae9" target="_blank">
Str. Dorului, Nr. 20, 4A, Sibiu, Romania
</a>
</address>
</div>
</div>
</div>
</div>
<div id="big-dot-div">
<span class="big-dot"></span>
</div>
</div>
</body>
</html>