-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (56 loc) · 1.81 KB
/
Copy pathindex.html
File metadata and controls
69 lines (56 loc) · 1.81 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>flow.computers</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<div class="title">flow.computers</div>
<!-- WHO CARD -->
<div class="card">
<div class="card-title">Who</div>
<div class="card-text">
I am Pietro, my goal is to provide tailored solutions aimed to solve modern problems with my knowledge in IT.
</div>
<div class="card-text">
</div>
</div>
<!-- WHAT CARD -->
<div class="card">
<div class="card-title">What</div>
<div class="card-text">
I make computers do what you need them to do.
</div>
<div class="card-text">
Save time, grow your business, automate work
</div>
</div>
<!-- CARD CONTAINER -->
<div class="card-container">
<div class="card services">
<div class="card-title">Hard truth</div>
<div class="card-text">To allow such a complex theme, this element must be placed here as a placeholder or the whole thing collapses.</div>
<a href="https://www.maracuja.agency/contatti" target="_blank" rel="noopener noreferrer" class="card-link">:)</a>
</div>
<div class="card services ">
<div class="card-title">1-to-1</div>
<div class="card-text">Book a session now</div>
<a href="https://www.maracuja.agency/contatti" target="_blank" rel="noopener noreferrer" class="card-link">Book now</a>
</div>
</div>
<!-- WHY CARD -->
<div class="card">
<div class="card-title">Why</div>
<div class="card-text">
Computer Work is not just a profession, but a calling.
</div>
<div class="card-text">
It has the power to transform lives, businesses and the whole society
</div>
</div>
</div>
</body>
<script src="./script.js"></script>
</html>