-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (127 loc) · 6.56 KB
/
Copy pathindex.html
File metadata and controls
130 lines (127 loc) · 6.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div class="full_width">
<div class="wrapper">
<div class="container">
<header class="top">
<section class="top__info">
<nav class="menu">
<a href="index.html"><img class="menu-image" src="img/logo.svg" alt="logo-home-link"></a>
<a href="contacts.html"><img class="menu-image" src="img/address-book.svg"
alt="contacts"></a>
</nav>
<atricle class="top_info_about">
<h1 class="heading-1">New Automation
Tool for Your </h1>
<p class="text after-heading-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Faucibus tristique vulputate ultrices ut mauris tellus at. Posuere sollicitudin odio
tellus elit.</p>
<a class="button_our_projects" href="#">
See Our Project
</a>
</atricle>
</section>
</header>
</div>
<section class="what-we-do container">
<h3 class="heading-3">What we do to help our client grow in digital era</h3>
<div class="value_info_examples">
<div class="value_info_example">
<img class="example-img" src="img/we-do-example-1-photo.svg" alt="card-1">
<h4 class="heading-4">Make Your business To Be
Better Famous In Internet</h4>
<p class="text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nihil sed adipisci
quidem
libero odio a?
</p>
<a href="#" class="card_link">Learn more</a>
</div>
<div class="value_info_example">
<img class="example-img" src="img/we-do-example-2-photo.svg" alt="card-2">
<h4 class="heading-4">Bring Technology To Your
Comfrotable Home</h4>
<p class="text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nihil sed adipisci
quidem
libero odio a?
</p>
<a href="#" class="card_link">Learn more</a>
</div>
<div class="value_info_example">
<img class="example-img" src="img/we-do-example-3-photo.svg" alt="card-3">
<h4 class="heading-4">Build Your Digital Product
That Suitable For Your Need</h4>
<p class="text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nihil sed adipisci
quidem
libero odio a?
</p>
<a href="#" class="card_link">Learn more</a>
</div>
</div>
</section>
<section class="finished_projects__info container">
<h3 class="heading-3">Our Finished Project</h3>
<p class="text no-opacity">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
</section>
<section class="image-section container">
<div class="image">
<img class="finished-projects-imgs" src="img/smart-home-installation.png"
alt="Smart Home Installation">
<p class="text-on-img">Smart Home Installation</p>
</div>
<div class="image_2-3">
<div id="image2-mobile-margin_right" class="image">
<img class="finished-projects-imgs" src="img/Dribble-iphonex-mockup.png" alt="Sparklite App">
<p class="text-on-img-for-image-2-3">Sparklite App</p>
</div>
<div class="image">
<img class="finished-projects-imgs" src="img/car-repettions.png" alt="Car-Rapetition App">
<p class="text-on-img-for-image-2-3">Car-Rapetition App</p>
</div>
</div>
</section>
</div>
<footer class="bottom">
<section class="bottom-container">
<div class="bottom__interest">
<h3 class="bottom-heading-3" style="text-align: left;">Interested to work
with our team?</h3>
<p class="bottom-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
</div>
<div class="bottom-button">
<a class="button_lets_talk" href="#">
Let’s Talk
</a>
</div>
</section>
<hr class="horizon-line">
<section class="bottom__contacts container">
<div class="bottom_contacts_info">
<ol class="list-horizontal-bottom">
<li>Lorem ipsum dolor sit amet.</li>
<li id="bottom-list-margin">+972-53-9216143</li>
<li>liker1011@yahoo.com</li>
</ol>
</div>
<div class="bottom_contacts_policy">
<p style="opacity: 0.4; padding-bottom: 64px;" class="bottom-text">© All rights reserved</p>
</div>
<div class="bottom_empty"></div>
</section>
</footer>
</div>
</body>
</html>