-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 1.86 KB
/
index.html
File metadata and controls
54 lines (53 loc) · 1.86 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
<!DOCTYPE html>
<html lang="ro">
<head>
<title>TEMA 4</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="content1">
<h1 class="page-title">Apple INC.</h1>
<nav class="menu">
<a href="#acasa" class="menu-item active">
ACASĂ
</a>
<a href="#servicii" class="menu-item">
SERVICII
</a>
<a href="#contact" class="menu-item">
CONTACT
</a>
</nav>
<div class="content2">
<img class="img" src="Picture1.jpg" alt="Poza" />
<div class="extracontent">
<h2 class="subtitle">
Rips through digital video faster than Pentiums can say
</h2>
<p class="text">
Pro Cameras. Pro Display. Pro Performance. iPhone 13 Pro and iPhone
13 Pro Max
</p>
<a href="ContactForm.html" class="link">
CONTACT US
</a>
</div>
</div>
<div class="content3">
<p>
Apple Inc. is an American multinational technology company that
specializes in consumer electronics, software and online services
headquartered in Cupertino, California, United States. Apple is the
largest technology company by revenue (totaling US$365.8 billion in
2021) and as of May 2022, it is the world's second biggest company by
market capitalization, the fourth-largest personal computer vendor by
unit sales and second-largest mobile phone manufacturer. It is one of
the Big Five American information technology companies, alongside
Alphabet, Amazon, Meta, and Microsoft.
</p>
</div>
</div>
</body>
</html>