-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex(4).html
More file actions
119 lines (119 loc) · 6.24 KB
/
index(4).html
File metadata and controls
119 lines (119 loc) · 6.24 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
<!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>Examen4</title>
<link rel="stylesheet" href="css/style_examen4.css">
<link href="https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<section class="nav wrapper">
<img src="image_ex/logo.png" alt="logo" class="nav__logo">
<ul class="nav__links">
<li class="nav__item"><a href="index(2).html" class="nav__link">About</a></li>
<li class="nav__item"><a href="index(3).html" class="nav__link">Services</a></li>
<li class="nav__item"><a href="index(4).html" class="nav__link">Pricing</a></li>
<li class="nav__item"><a href="index.html" class="nav__link">Blog</a></li>
</ul>
<button type="button" class="nav__button button_dark">CONTACT</button>
<img src="image_ex/menu.png" alt="menu" class="nav__menu">
</section>
<section class="header__main wrapper">
<div class="header__info">
<h1 class="header__title bigtext_light">Contact</h1>
<p class="header__text text_light_gray">Agency provides a full service range including technical skills, design, business understanding.</p>
</div>
</section>
</header>
<section class="contacts">
<div class="contacts__main wrapper">
<form action="#" class="contacts_form">
<p class="contacts__formtitle text_dark">Get in touch</p>
<input type="text" class="contacts__email" placeholder="Your email">
<select class="contacts__subject" placeholder="Subject">
<option value="">Subject</option>
</select>
<textarea class="contacts__message" cols="30" rows="5" placeholder="Message"></textarea>
<div class="contacts__buttonbox"><button type="button" class="activity__button orange_button">submit now</button></div>
</form>
</div>
<div class="contacts_map">
<div class="contacts_map1"><img src="image_ex/Shape (4).png" alt="" class="contacts_mapimage"></div>
</div>
</section>
<section class="contact">
<div class="contact__global wrapper">
<div class="contact__item">
<p class="contact__name text_light_accent">contact</p>
<p class="contact__link_telefon text_dark_mini">+1(234)567-89-00</p>
</div>
<div class="contact__item">
<p class="contact__name2 text_light_accent">contact</p>
<p class="contact__link_mail text_dark_mini">info@agency.com</p>
</div>
<div class="contact__item">
<p class="contact__name3 text_light_accent">contact</p>
<p class="contact__link_adress text_dark_mini">2247 Lunatta Street,TX 76301</p>
</div>
</div>
</section>
<section class="questions">
<div class="questions__main wrapper">
<div class="questions__info">
<p class="questions__name text_light_accent">FAQ</p>
<h2 class="questions__title text_dark_middle">Frequently Asked<br>Questions</h2>
<p class="questions__text text_dark_mini">A digital agency is a business you hire to outsource your digital marketing efforts, instead of handling in-house.</p>
<p class="questions__contact text_dark_mini">Contact Me</p>
</div>
<div class="questions__links">
<div class="questions__link">
<p class="questions__linkheader1 text_dark_middle">A digital agency is a busines</p>
<p class="questions__text text_dark_gray">Digital marketing efforts, instead of handling in-house. They can provide your business with a variety of digital solutions to promote your product or service online and help you hit your marketing goals and grow your business.</p>
</div>
<p class="questions__linkheader text_dark">Hure to outsource your digital</p>
<p class="questions__linkheader text_dark">Marketing efforts</p>
<p class="questions__linkheader text_dark">Can provide your business</p>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__main wrapper">
<p class="footer__title text_dark">Agency</p>
<ul class="footer__menu">
<li class="footer__item text_light_accent">Menu</li>
<li class="footer__item text_dark_mini">About</li>
<li class="footer__item text_dark_mini">Services</li>
<li class="footer__item text_dark_mini">Blog</li>
<li class="footer__item text_dark_mini">Contact</li>
</ul>
<ul class="footer__menu ">
<li class="footer__item text_light_accent">service</li>
<li class="footer__item text_dark_mini">Design</li>
<li class="footer__item text_dark_mini">Development</li>
<li class="footer__item text_dark_mini">Marketing</li>
<li class="footer__item text_dark_mini">See More</li>
</ul>
<div class="footer__links">
<div class="footer__box">
<img src="image_ex/facebook.png" alt="logo" class="footer_logo">
</div>
<div class="footer__box">
<img src="image_ex/twitter.png" alt="logo" class="footer_logo">
</div>
<div class="footer__box">
<img src="image_ex/instagram.png" alt="logo" class="footer_logo">
</div>
</div>
</div>
<div class="footer__postfooter wrapper">
<p class="footer__text text_dark_gray">Copyright © 2022 Laaqiq. All Rights Reserved.</p>
<div class="footer__privacybox text_dark_mini">
<p class="footer__box_item">Terms of Use</p>
<p class="footer__box_item">Privacy Policy</p>
</div>
</div>
</footer>
</body>