-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (309 loc) · 16.2 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- google font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<!-- my css -->
<link rel="stylesheet" href="css/app.css">
<title>Sass Painter</title>
</head>
<body>
<!-- header -->
<header>
<div class="header-top">
<div class="wrapper">
<ul>
<li><a href="#"><i class="fas fa-phone"></i>1-877-582-6735</a></li>
<li><a href="#"><i class="fas fa-comment-alt"></i>Chat</a></li>
<li><a href="#"><i class="fas fa-user"></i>Sign In</a></li>
<li><a href="#"><i class="fas fa-shopping-cart"></i>Cart</a></li>
<li>
<select name="languages">
<option value="en" selected>English</option>
<option value="de">Deutch</option>
<option value="it">Italiano</option>
<option value="fr">Francais</option>
</select>
</li>
</ul>
</div>
</div>
<div class="header-bottom">
<div class="wrapper">
<ul>
<li><img src="img/logo_painter.png" alt="Logo Painter"></li>
<li><a href="#">Products<i class="fas fa-chevron-down"></i></a></li>
<li><a href="#">Brushes<i class="fas fa-chevron-down"></i></a></li>
<li><a href="#">Wacom Tablets</a></li>
<li><a href="#">Special Offers</a></li>
<li><a href="#">Free Trials</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Support<i class="fas fa-chevron-down"></i></a></li>
<li><a href="#">Learning<i class="fas fa-chevron-down"></i></a></li>
</ul>
</div>
</div>
</header>
<!-- /header -->
<!-- main -->
<main>
<!-- jumbotron -->
<div class="jumbotron">
<div class="wrapper">
<div class="intro">
<h1>Painter Essentials 7 (Windows/Mac)</h1>
<h2>Painting software for beginners</h2>
<ul>
<li><i class="fas fa-chevron-right"></i>User-friendly interface</li>
<li><i class="fas fa-chevron-right"></i>AI-based photo painting</li>
<li><i class="fas fa-chevron-right"></i>Industry-acclaimed brushes</li>
<li><i class="fas fa-chevron-right"></i>Incredible speed</li>
<li><i class="fas fa-chevron-right"></i>Built-in learning</li>
</ul>
<a href="#" class="btn-grey">
<div class="btn-left">
DOWLOAD TRIAL<br>
For Windows/Mac
</div>
<div class="btn-right">
<i class="fas fa-download"></i>
</div>
</a>
</div>
<div class="price-tab">
<img src="img/money-back.png" alt="Money Back">
<h3>$49.99</h3>
<p>DOWNLOAD</p>
<a href="#" class="btn">BUY NOW</a>
<div class="limited">
<h4>LIMITED-TIME OFFER</h4>
<p>FREE Animations Essentials Brush Pack ($19.99 value)</p>
<a href="#">Learn More</a>
</div>
</div>
</div>
</div>
<!-- /jumbotron -->
<!-- subnav -->
<div class="subnav">
<div class="wrapper">
<ul>
<li><a href="#" class="active">Overview</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Compare</a></li>
<li><a href="#">Tech Specs</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Learning</a></li>
</ul>
</div>
</div>
<!-- /subnav -->
<!-- quick-start -->
<div class="quick-start">
<div class="wrapper2">
<h2>The ideal painting software for beginners</h2>
<p>Start your creative journey with Painter® Essentials™ 7, the best paint program for beginners to explore and expand artistic curiosity using impressive, easy-to-learn tools.</p>
<a href="#">
<span class="icon-bg"><i class="fas fa-book"></i></span>
Quick Start Guide (PDF)
</a>
<img src="img/overview-front.png" alt="Overview Intro">
</div>
</div>
<!-- /quick-start -->
<!-- slider -->
<div class="slider">
<div class="wrapper2">
<h2>Distinctive Artificial Intelligence based photo painting</h2>
<p>Produce incredible photo art with ease by converting your favorite photos into paintings using neural networking and the strength of Painter’s brush engine! Choose from an impressive range of AI styles for photo painting, including Bold Watercolor, Colored Pencil, Colorful Dabs, Impressionist, Smooth Acrylic, Van Gogh, Watercolor Portrait, and Charcoal Drawing.</p>
<img src="img/slider-img-01.jpg" alt="Slider Image">
</div>
</div>
<!-- /slider -->
<!-- bg-image1 -->
<div class="bg-image1"></div>
<!-- /bg-image1 -->
<!-- specs -->
<div class="specs">
<div class="wrapper2">
<h2>Flexible photo painting tools</h2>
<p>Open your image and the painting choice is yours. Auto-Paint, in one click, with AI, or SmartStroke™ technology that rapidly produces stunning results. Clone paint by dipping any brush you like directly into the photo, or trace by turning on tracing paper and selecting a brush and color while using the image as your guide.</p>
<img src="img/specs-image-01.jpg" alt="Specs Image 1">
</div>
<div class="wrapper">
<div class="specs-row">
<div class="item left">
<h3>Experiment with blank canvas painting</h3>
<p>Immerse yourself in an intriguing collection of realistic brushes and canvas textures that respond to your every move when using a pressure-sensitive drawing tablet. Dry, wet, springy, speckled, spattered, glowing, gooey, patterned media is at the ready, allowing you to bring your wildest ideas to life.</p>
</div>
<div class="item large">
<img src="img/specs-image-02.jpg" alt="Specs Image 1">
</div>
</div>
<div class="specs-row">
<div class="item large">
<img src="img/specs-image-03.jpg" alt="Specs Image 1">
</div>
<div class="item right">
<h3>Experiment with blank canvas painting</h3>
<p>Immerse yourself in an intriguing collection of realistic brushes and canvas textures that respond to your every move when using a pressure-sensitive drawing tablet. Dry, wet, springy, speckled, spattered, glowing, gooey, patterned media is at the ready, allowing you to bring your wildest ideas to life.</p>
</div>
</div>
</div>
</div>
<!-- /specs -->
<!-- bg-image2 -->
<div class="bg-image2"></div>
<!-- /bg-image2 -->
<!-- tools -->
<div class="tools">
<h2>Tools and effects to inspire you</h2>
<div class="wrapper3">
<div class="card">
<img src="img/card-1.jpg" alt="Tool Card">
<h5>Mirror</h5>
</div>
<div class="card">
<img src="img/card-2.jpg" alt="Tool Card">
<h5>Navigator</h5>
</div>
<div class="card">
<img src="img/card-3.jpg" alt="Tool Card">
<h5>Kaleidoscope</h5>
</div>
<div class="card">
<img src="img/card-4.jpg" alt="Tool Card">
<h5>Woodcut</h5>
</div>
<div class="card">
<img src="img/card-5.jpg" alt="Tool Card">
<h5>Apply Lighting</h5>
</div>
</div>
</div>
<!-- /tools -->
<!-- brusjpacks -->
<div class="brushpacks">
<div class="wrapper">
<div class="tab">
<h3>Additional brush packs</h3>
<p>Browse our outrageously creative brush packs to enhance any kind of painting. Simplify your workflow with the perfect <a href="#">brush pack</a> solution.</p>
</div>
<div class="tab">
<h3>Explore our Learning Portal</h3>
<p>Find just what you need to succeed! Tons of useful <a href="#">tutorial videos</a> await you in our Discovery Center. You can also <a href="#">share artwork</a>, benefit from <a href="#">tips</a>, register for <a href="#">webinars</a> and enter <a href="#">contests</a>.</p>
</div>
</div>
</div>
<!-- /brusjpacks -->
</main>
<!-- /main -->
<!-- footer -->
<footer>
<div class="footer-top">
<div class="wrapper">
<div class="col">
<ul>
<li><h5>Products</h5></li>
<li><a href="#">Corel Painter</a></li>
<li><a href="#">ParticleShop</a></li>
<li><a href="#">Painter Essentials</a></li>
<li><a href="#">Special Offers</a></li>
<li><a href="#">Free Trials</a></li>
<li><a href="#">All products</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><h5>Quick Links</h5></li>
<li><a href="#">Licensing</a></li>
<li><a href="#">Tutorials & Tips</a></li>
<li><a href="#">Webinars</a></li>
<li><a href="#">The Painter Factory</a></li>
<li><a href="#">Discovery Center</a></li>
<li><a href="#">Beta Programs</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><h5>Support</h5></li>
<li><a href="#">Register your product</a></li>
<li><a href="#">Patches & Updates</a></li>
<li><a href="#">Knowledgebase</a></li>
<li><a href="#">Uninstall instructions</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><h5>About Corel</h5></li>
<li><a href="#">Company information</a></li>
<li><a href="#">Newsroom</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Partner Program</a></li>
<li><a href="#">Legal Information</a></li>
<li><a href="#">EULA</a></li>
<li class="social-icons">
<ul>
<li>
<div class="icon-bg instagram">
<a href=""><i class="fab fa-instagram"></i></a>
</div>
</li>
<li>
<div class="icon-bg facebook">
<a href=""><i class="fab fa-facebook-f"></i></a>
</div>
</li>
<li>
<div class="icon-bg twitter">
<a href=""><i class="fab fa-twitter"></i></a>
</div>
</li>
<li>
<div class="icon-bg youtube">
<a href=""><i class="fab fa-youtube"></i></a>
</div>
</li>
<li>
<div class="icon-bg pinterest">
<a href=""><i class="fab fa-pinterest-p"></i></a>
</div>
</li>
<li>
<div class="icon-bg rss">
<a href=""><i class="fas fa-rss"></i></a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="wrapper">
<div class="bottom-left">
<img src="img/corelAdvantage-logo.png" alt="Corel Advantage Logo">
<img src="img/logo-bbb.png" alt="Bbb logo">
<img src="img/mcafee-logo.png" alt="McAfee Logo">
</div>
<div class="bottom-right">
<ul>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Cookies</a></li>
<li class="copyright">Copyright © 2021 Corel Corporation. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- /footer -->
</body>
</html>