-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
150 lines (149 loc) · 6.58 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
<!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>mytunes</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<header>
<nav>
<div class="logo">myTunes</div>
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Video</a></li>
<li><a href="#">Gift Card</a></li>
</ul>
</nav>
</header>
<div class="intro-section">
<div class="text">
<h1 class="h1">myTunes</h1>
<h3>Your music, movies and TV shows take center stage.</h3>
<p>myTunes is the best way to organize and enjoy the music, movies, and TV shows you already have — and <br> shop for the ones you want. Enjoy all the entertainment myTunes has to offer on your Mac and PC.</p>
</div>
</div>
<div class="ad">
<div class="text2">
<h2>Music</h2>
<h5 class="h5">45 million songs. Zero ads.</h5>
<p>
Stream over 45 million songs, ad-free. Or download albums and tracks to listen to offline. All the music in your personal <br> myTunes library — no matter where it came from — lives right alongside the Orange Music catalog. Start your free three- <br> month trial with no commitment, and cancel anytime.
</p>
<div class="button" type="button"><a href="#">
Start Your Trail Now
</a></div>
<h6>
Orange Music is available in myTunes, and for iOS and Android devices.
</h6>
<img src="Images/ipad-iphone.png" class="ipad">
<div class="card1">
<h4>
The movie and TV collection you always wished for. Granted.
</h4>
<div class="para">
With over 100,000 movies and TV shows to choose from, there’s always something great to watch on myTunes and if you watch on <br> Orange TV 4K, you’ll be able to enjoy a tremendous selection of your favorite content in 4K HDR. So get ready to enjoy episodes of <br> your favorite TV shows or hit movies you’ve been waiting to see — anytime, anywhere. Just tap to play, or even download if you’re <br> going somewhere you won’t have Wi-Fi.
</div>
<div class="button1" type="button">
<a href="#">Read More</a>
</div>
<img src="Images/mac.png" class="mac">
</div>
<div class="card3">
<div class="t1">
A world of entertainment. Available wherever you are.
</div>
<div class="t2">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatem veniam nobis, nisi ut expedita, doloribus reprehenderit explicabo non velit <br> repellat alias saepe inventore repellendus? Molestias suscipit eos tempora? Quae quaerat cumque in veritatis impedit dolorum sapiente recusandae <br> minima quo aperiam quam, excepturi quasi totam ad quas? Ipsam laudantium soluta delectus!
</div>
</div>
</div>
</div>
<div class="card4">
<div class="sec-1">
<img src="Images/gift_card.png" class="gift_card">
</div>
<div class="sec-2">
<div class="para1">
<div class="t3">
Gift Cards
</div>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Neque expedita tempore quasi <br> omnis a aut et totam illo fuga accusamus dolorum vero, ut harum consectetur. Minima <br> molestias officiis culpa non sed dicta itaque. Et aliquam illo obcaecati molestias veritatis <br> porro.
</p>
<div class="t4">
Already have an Orange MyTunes Music Gift Card?
</div>
<hr>
<div class="button1" type="button">
<a href="#">Redeem</a>
</div>
</div>
</div>
</div>
<footer>
<div class="card5">
<div class="rec-1 card6">
<div class="r1">
Shop & Learn
</div>
<hr>
<ul>
<li>Music</li>
<li>Movies</li>
<li>Shows</li>
<li>Apps</li>
<li>Gift Card</li>
</ul>
</div>
<div class="rec-2 card6">
<div class="r1">
Orange Store
</div>
<hr>
<ul>
<li>Find a Store</li>
<li>Today at Orange</li>
<li>Orange Camp</li>
<li>Financing</li>
<li>Order Status</li>
</ul>
</div>
<div class="rec3 card6">
<div class="r1">
Education & Business
</div>
<hr>
<ul>
<li>Orange & Education</li>
<li>Shop for College</li>
<li>Orange & Business</li>
<li>Shop For Business</li>
<li>Jobs</li>
</ul>
</div>
<div class="rec4 card6">
<div class="r1">
About Orange
</div>
<hr>
<ul>
<li>Newsroom</li>
<li>Orange Leadership</li>
<li>Investors</li>
<li>Events</li>
<li>Contact Orange</li>
</ul>
</div>
</div>
<div class="copy">
Copyright @ 2022 LightSong The Bold
</div>
</footer>
</section>
</body>
</html>