-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (183 loc) · 6.87 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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo_notxt.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>At Digital</title>
</head>
<body>
<header class="header">
<nav class="header__nav">
<div class="header__logo">
<a href="#">
<img src="/logo.svg" alt="logo" />
</a>
</div>
<div class="hamburger">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="header__menu">
<li class="menu__item">
<a href="#" class="menu__link">Services</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">About Us</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Contact Us</a>
</li>
<li class="menu__item"><a href="#" class="menu__link">Careers</a></li>
</ul>
</nav>
</header>
<main>
<div class="main__container">
<section class="hero">
<img src="/assets/hero-0.png" alt="hero image" class="hero__img" />
<img src="/assets/hero.png" alt="hero image" class="hero__img-xl" />
<div class="hero__content">
<p>
We Crush Your Competitors, Goals, And Sales Records - Without The
B.S.
</p>
<button class="hero__btn cta-btn">Get Free Consultation</button>
</div>
</section>
<section class="info">
<div class="info__section1" id="app_development">
<img src="/assets/development.png" alt="pc" class="info__img" />
<div class="info__content">
<h3 class="info__title title">Web & Mobile App Development</h3>
<p class="info__text">
Your web and mobile Apps are pieces of the puzzle to grow your
business. We use frameworks which tailor content and engagement
methods to respond to different intents shown by your potential
customers who interact with your business online.
</p>
<button class="info__btn cta-btn">Learn More</button>
</div>
</div>
<div class="info__section2" id="data_analytics">
<img src="/assets/consulting.png" alt="check" class="info__img" />
<div class="info__content">
<h3 class="info__title title">Digital Strategy Consulting</h3>
<p class="info__text">
Your digital strategy should complement the overall marketing
strategy of the company. In online marketing, each component
will never work in isolation and every business needs a
different mix. We provide a clear concept and strategic overview
to find the most efficient model for your business.
</p>
<button class="info__btn cta-btn">Learn More</button>
</div>
</div>
</section>
<section class="faq">
<div class="faq__container">
<h3 class="faq__title title">Frequently asked questions</h3>
<div class="faq__item">
<div class="faq__question">
<span
>Lorem ipsum dolor sit amet consectetur. Leo at sit eu
libero?</span
>
<span class="faq__toggle">+</span>
</div>
<div class="faq__answer">
<p>
Lorem ipsum dolor sit amet consectetur. Faucibus commodo
suscipit id ipsum. Elementum ultrices nulla faucibus odio est
sed aliquam. Sapien massa morbi risus sagittis tortor integer.
</p>
</div>
</div>
<div class="faq__item">
<div class="faq__question">
<span
>Lorem ipsum dolor sit amet consectetur. Tortor scelerisque
integer?</span
>
<span class="faq__toggle">+</span>
</div>
<div class="faq__answer">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quia
officiis odio nisi velit nostrum sapiente doloremque, quidem
corrupti delectus maiores nulla sunt? Delectus quae voluptas
corporis eveniet sequi doloremque quibusdam.
</p>
</div>
</div>
<div class="faq__item">
<div class="faq__question">
<span
>Lorem ipsum dolor sit amet consectetur. Faucibus scelerisque
nunc?</span
>
<span class="faq__toggle">+</span>
</div>
<div class="faq__answer">
<p>
Lorem ipsum dolor sit amet consectetur. Faucibus scelerisque
nunc?
</p>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="footer">
<div class="footer__container">
<div class="footer__info">
<div class="footer__info__logo">
<a href="#"><img src="/logo.svg" alt="logo" /></a>
</div>
<p class="footer__info__text">
Your goal is our target. Not anything in between. We use online
marketing platforms and tools to achieve single objective - your
business results.
</p>
</div>
<div class="footer__technologies">
<p class="footer__title">Our Technologies</p>
<ul class="footer__list">
<li>ReactJS</li>
<li>Gatsby</li>
<li>NextJS</li>
<li>NodeJS</li>
</ul>
</div>
<div class="footer__services">
<p class="footer__title">Our Services</p>
<ul class="footer__list">
<li>Social Media Marketing</li>
<li>
<a href="#app_development" class="footer__link"
>Web & Mobile App Development</a
>
</li>
<li>
<a href="#data_analytics" class="footer__link"
>Data & Analytics</a
>
</li>
</ul>
</div>
</div>
<div class="footer__notes">
<img src="/assets/footer-line.svg" alt="footer line" />
<div class="footer__notes__text">
<a href="#" class="footer__link">Privacy Policy</a>
<span class="footer__vertical">|</span>
<a href="#" class="footer__link">Terms & Conditions</a>
</div>
</div>
</footer>
<script src="js/script.js" type="module"></script>
</body>
</html>