-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
169 lines (153 loc) · 7.99 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>007Secure</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.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>007Secure</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"
integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu"
crossorigin="anonymous"
/>
</head>
<body>
<main>
<div class="menu df fd-c">
<button class="btn" data-side="front">Introduction</button>
<button class="btn" data-side="right">Personal Information</button>
<button class="btn" data-side="back">Devices</button>
<button class="btn" data-side="left">Home Safety</button>
<button class="btn" data-side="top">Phishing</button>
<button class="btn" data-side="bottom">Closing Remarks</button>
</div>
<section class="scene">
<div class="cube show-front" id="cube" data-side="front">
<div class="cube-face cube-face-front">
<div class="intro-wrapper df fd-r">
<div class="intro">
<p class="intro-heading">Importance of <span>
Cybersecurity</span></p>
<p class="intro-text">
Cybersecurity refers to the practice of protecting digital devices, networks, and
sensitive information from unauthorized access, cyber attacks, and other cyber
threats. It is crucial in preventing financial loss, reputation damage, physical harm,
and ensuring the confidentiality, integrity, and availability of digital assets,
maintaining the trust of customers, partners, and stakeholders.
</p>
</p>
</div>
<div class="image df fd-r">
<div class="image-wrapper">
<img
src="./007securelogocircle.png"
alt="007Secure Logo"
/>
</div>
</div>
</div>
</div>
<div class="cube-face cube-face-back">
<p class="intro-heading">Keeping your <span>devices </span>safe</p>
<div class="work-edu-section df fd-r">
<div class="work-edu-info">
<ul>
<li>Install security software</li>
<li>Never skip an update</li>
<li>Watch what you download</li>
<li>Complex passwords</li>
</ul>
</div>
</div>
</div>
<div class="cube-face cube-face-right">
<p class="intro-heading">What counts as <span>Personal Information?</span></p>
<div class="work-edu-section df fd-r">
<div class="work-edu-info">
<ul>
<ul>
</ul>
</ul>
</div>
</div>
<div class="work-edu-section df fd-r">
<h4 class="work-edu-heading date"></h4>
<div class="work-edu-info">
<h4 class="work-edu-heading company"></h4>
<ul>
<li>Social Security or Insurance Number</li>
<li>Date and Place of Birth</li>
<li>Financial account numbers</li>
<li>Credit / Debit Security Codes</li>
<li>Email and Physical address</li>
<li>Driver’s license and Passport number</li>
<li>Full name and Phone numbers</li>
<li>Affiliations, Memberships, and Employers</li>
</ul>
</div>
</div>
</div>
<div class="cube-face cube-face-left">
<p class="intro-heading">How to safely operate <span>devices</span> at home</p>
<div class="certificate-section df fd-r">
<h4 class="certificate-date">1</h4>
<h4 class="certificate-heading"> Enable two-factor authentication</h4>
</div>
<div class="certificate-section df fd-r">
<h4 class="certificate-date">2</h4>
<h4 class="certificate-heading"> Secure your home network</h4>
</div>
<div class="certificate-section df fd-r">
<h4 class="certificate-date">3</h4>
<h4 class="certificate-heading">Limit personal information sharing</h4>
</div>
<div class="certificate-section df fd-r">
<h4 class="certificate-date">4</h4>
<h4 class="certificate-heading">Never skip an update</h4>
</div>
<div class="certificate-section df fd-r">
<h4 class="certificate-date">5</h4>
<h4 class="certificate-heading">Keep an eye on anyone using your devices</h4>
</div>
</div>
<div class="cube-face cube-face-top">
<p class="intro-heading"><span>Phis</span>hing</p>
<div class="projects">
</div>
<div class="project-border">
<div class="project-wrapper">
<div class="visit-wrapper">
<p class="app-title">Phishing Email</p>
<a class="visit-app" href=""
>Visit<i class="fas fa-link"></i
></a>
</div>
</div>
</div>
</div>
<div class="cube-face cube-face-bottom">
<p class="intro-heading">In <span>Conclusion</span></p>
<h4 class="work-edu-heading">
<p class="intro-text">
Remember that online safety is just as important as physical
safety.
</p>
</div>
</div>
</section>
</main>
</body>
</html>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>