-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (72 loc) · 3.14 KB
/
index.html
File metadata and controls
73 lines (72 loc) · 3.14 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="ro">
<head>
<title>Tema 3</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="content1">
<h1 class="page-title">Mihaela Halip</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">
<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>
<img class="img" src="Picture1.jpg" alt="Poza" />
</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>
<p>
Ireland's Data Protection Commission also launched a privacy
investigation to examine whether Apple complied with the EU's GDPR law
following an investigation into how the company processes personal
data with targeted ads on its platform. In December 2019, a report
found that the iPhone 11 Pro continues tracking location and
collecting user data even after users have disabled location services.
In response, an Apple engineer said the Location Services icon
"appears for system services that do not have a switch in settings."
According to published reports by Bloomberg News on March 30, 2022,
Apple turned over data such as phone numbers, physical addresses, and
IP addresses to hackers posing as law enforcement officials using
forged documents. The law enforcement requests sometimes included
forged signatures of real or fictional officials. When asked about the
allegations, an Apple representative referred the reporter to a
section of the company policy for law enforcement guidelines, which
stated, "We review every data request for legal sufficiency and use
advanced systems and processes to validate law enforcement requests
and detect abuse."
</p>
</div>
</div>
</body>
</html>