-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-section.html
116 lines (112 loc) · 5.47 KB
/
service-section.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/homepage-sec-seg.css">
<link rel="stylesheet" href="CSS/homepage-third-sec.css">
<link rel="stylesheet" href="CSS/homepage-fourth-seg.css">
<link rel="stylesheet" href="CSS/homepage-fifth-seg.css">
<link rel="stylesheet" href="CSS/homepage-sixth-seg.css">
<link rel="stylesheet" href="CSS/homepage-seventh-seg.css">
<link rel="stylesheet" href="CSS/homepage-last-seg.css">
<link rel="stylesheet" href="CSS/services-header.css">
<title>Services</title>
</head>
<body>
<header class="header">
<img src="assets/images/page3.images/Logo.png" alt="Boldo logo">
<nav class="end-section">
<a href="#">Product</a>
<a href="service-section.html">Services</a>
<a href="html/page4.html">About</a>
<button type="button" class="log-in">Log In</button>
</nav>
</header>
<section class="second-segment">
<div class="service">
<p class="our-service"> Our Services</p>
<p class="handshake">Handshake infographic mass market crowdfunding iteration</p>
</div>
<div class="pic-container">
<img src="assets/homepage/images/Service.svg" class="first-service-pic" alt="service-provider-image">
<img src="assets/homepage/images/Service (1).svg" class="second-service-pic" alt="service-provider-image">
<img src="assets/homepage/images/Service (2).svg" alt="service-provider-image">
</div>
</section>
<section class="third-segment">
<div class="pic-content">
<div><img src="assets/homepage/images/man on phonecall.png" alt="man on a phonecall"></div>
<div class="p-content">
<p class="customer-connect">We connect our customers with the best, and help them keep up-and stay open. </p>
<p class="p-checkbox"><img src="assets/homepage/images/check.png" class="check">We connect our customers with the best.</p>
<p class="p-checkbox"><img src="assets/homepage/images/check.png" class="check">Advisor success customer launch party. </p>
<p class="p-checkbox"><img src="assets/homepage/images/check.png" class="check">Business-to-consumer long tail.</p>
<button type="submit" class="start-now">Start now</button>
</div>
</div>
</section>
<section class="fourth-segment">
<div class="content-woman">
<div class="p-woman-content">
<p class="customer-connect-woman">We connect our customers with the best, and help them keep up-and stay open. </p>
<p class="p-feather"><img src="assets/homepage/images/feather.png" class="feather">We connect our customers with the best.</p>
<p class="p-eye"><img src="assets/homepage/images/eye.png" class="eye">Advisor success customer launch party. </p>
<p class="p-sun"><img src="assets/homepage/images/sun.png" class="sun">Business-to-consumer long tail.</p>
</div>
<div><img src="assets/homepage/images/woman.png" alt="woman on a phonecall"></div>
</div>
</section>
<section class="fifth-segment">
<div class="enterprise-pic">
<div>
<p class="enterprise">An enterprise template to ramp up your company website</p>
<img src="assets/homepage/images/arrow-left.png" alt="arrow-left">
<img src="assets/homepage/images/arrow-right.png" alt="arrow-right">
</div>
<div class="fifth-pic-container">
<img src="assets/homepage/images/Testimonial 1.png">
<img src="assets/homepage/images/Testimonial (2).png">
<img src="assets/homepage/images/Testimonial 3.png">
</div>
</div>
</section>
<section class="sixth-segment">
<div >
<img src="assets/homepage/images/Group picture.png">
</div>
<div class="sixth-segment-content">
<div>
<p class="connect-with">We connect our customers with the best, and help them keep up-and stay open.</p>
</div>
<div class="connect-android">
<p class="we"> We connect our customers with the best?</p>
<hr>
<p class="android">Android research & development rockstar?<span><img src="assets/homepage/images/check.png"></span>
</p><hr>
</div>
</div>
</section>
<section class="seventh-segment">
<div class="blog-proposition">
<p class="our-blog">Our Blog</p>
<p class="value-proposition">Value proposition accelerator product management venture </p>
</div>
<div class="seventh-segment-pic-container">
<img src="assets/homepage/images/Article.png">
<img src="assets/homepage/images/Article (1).png">
<img src="assets/homepage/images/Article (2).png">
</div>
<button type="button" class="load">Load more</button>
</section>
<section class="last-segment">
<div class="content-email">
<p class="enterprise-template">An enterprise template to ramp up your company website </p>
<div class="email-start" >
<input type="email" class="email" placeholder="your email address">
<button type="submit" class="start">Start now</button>
</div>
</div>
</section>
</body>
</html>