-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (63 loc) · 3.51 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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;400&display=swap" rel="stylesheet">
</head>
<body>
<section>
<div>
<div class="cont1" >
<h1 class="h1"><i class="fas fa-podcast" style="color:rgb(83,231,174)"></i> pod</h1>
<h1 class="h2">PUBLISH YOUR PODCASTS <BR><span class="sp1">EVERYWHERE</span></h1>
<p class="p1">Upload your audio to pod with a single click. We'll then distribute your podcasts to sportify.Apple Podcasts.
Google Podcasts.Pocket Cast and more!</p>
<textarea rows="1" >Email address</textarea>
<button class="button1">Request Access</button>
<div class="cont9">
<p><i class="fab fa-spotify" style="color:rgb(106,110,125)"></i>Spotify</p>
<p><i class="fas fa-podcast" style="color:rgb(106,110,125)"></i>Apple Podcast</p>
<p><i class="fab fa-google" style="color:rgb(106,110,125)"></i> Google Podcast</p>
<p><i class="fab fa-get-pocket" style="color:rgb(106,110,125)"></i>Pocketcast</p>
</div>
</div>
<div class="cont2">
</div>
<button class="button3">Desktop Design</button>
<button class="button3">Tablet Design</button>
<button class="button3">Mobile Design</button>
</div>
<div class="cont3">
<div class ="cont4">
<p class="p2">Premium</p>
<p>HTML</p>
<p class="p3">CSS</p>
<p>JS</p>
<div class="cont5" >
<p class="p6">1</p>
<p class="p7">NEWBIE</p>
</div>
</div>
<div>
<P class="head">Pod request access landing page</p>
<p class="p8">In this challenge, you'll be building out an early access landing page that includes custom form validation.</p>
</div>
<div class="cont6">
<p class="p5">ASSETS PROVIDED</p>
<p><i class="fas fa-check " style="color:rgb(90,226,169);"></i> <span class="icon">Sketch and Figma design files</span></p>
<p><i class="fas fa-check " style="color:rgb(90,226,169);"></i> <span class="icon">Mobile, tablet & desktop layouts</span></p>
<p><i class="fas fa-check " style="color:rgb(90,226,169);"></i> <span class="icon">Professional design system for colors, fonts, etc</span></p>
<p><i class="fas fa-check " style="color:rgb(90,226,169);"></i> <span class="icon">Optimized image assets</span></p>
<p><i class="fas fa-check " style="color:rgb(90,226,169);"></i> <span class="icon">README file to help you get started</span></p>
<p><i class="fas fa-check " style="color:rgb(90,226,169);"></i> <span class="icon">HTML files with pre-written content</span></p>
</div>
<button class="button2">unlock access with pro</button>
</div>
</section>
</body>
</html>