-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (152 loc) · 5.71 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
<!DOCTYPE html>
<html>
<head>
<title>Piracy Awareness</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<audio autoplay loop>
<source src="music/sumbodi.wav" type="audio/wav">
<source src="music/sumbodi.ogg" type="audio/ogg">
<!--<source src="music/sumbodi.mp3" type="audio/mpeg">-->
sumbodi i u 2 now
</audio>
<div class="wrap">
<div id="header1">
<div id="nav-container">
<div id="navbar">
<ul>
<li class="nav-div"><a class="nav-list" href="index.html">Piracy</a></li>
<li class="nav-div"><a class="nav-list" href="#lse">Legal, Social, Ethical Issues</a></li>
<li class="nav-div"><a class="nav-list" href="#digital">Digital Systems</a></li>
<li class="nav-div"><a class="nav-list" href="#stake">Key Stakeholders</a></li>
<li class="nav-div"><a class="nav-list" href="#pn">Positive and Negative Opinions</a></li>
<li><a class="nav-list" href="#data">Storing and Communicating Data</a></li>
</ul>
</div>
</div>
</div>
<div id="content">
<div class="push">
<div class="content-container">
<div class="content">
<p>Piracy</p>
</div>
</div>
<div class="content-info-container">
<div class="info">
<p>Piracy is essentially a web hosted file server with a heap of illegally distributed files that anyone can collect
and download via torrenting programs (eg. BitTorrent, uTorrent) using p2p (peer-to-peer) transferring.</p>
</div>
</div>
</div>
<div id="lse" class="push">
<div class="content-container">
<div class="content">
<p>Legal, Social and Ethical Issues</p>
</div>
</div>
<div class="content-info-container">
<div class="info">
<p>Piracy is illegal, but the laws behind it are very technical and very vague. If you follow the Australian Government
laws, it’s illegal to both download and distribute the files, as long as you’re connected to $ISP. If you follow the
American Government laws, it’s only illegal to distribute the files, not download them.</p>
</div>
</div>
</div>
<div id="digital" class="push">
<div class="content-container">
<div class="content">
<p>Digital Systems</p>
</div>
</div>
<div class="content-info-container">
<div class="info">
<p>A common way to pirate music, movies, software, games etc. is through <i>torrenting</i>. Applications such as
<i>uTorrent</i> and <i>BitTorrent</i> are used to obtain these files through <i>peer-to-peer</i> transfer, which relies on users to
<i>seed</i> the segments of the file being downloaded to others. Ways to do this privately as according to the government
it's <i>illegal</i>, therefore people paranoid about being 'caught' use a VPN (Virtual Private Network) to essentially
mask their IPv6 (public) address.</p>
</div>
</div>
</div>
<div id="stake" class="push">
<div class="content-container">
<div class="content">
<p>Key Stakeholders and their Responsibilities</p>
</div>
</div>
<div class="content-info-container">
<div class="info">
<p>The key stakeholders for the issue of piracy would be those who pirate, and those who don’t pirate.
Their responsibilities are to not distribute the downloaded files.</p>
</div>
</div>
</div>
<div id="pn" class="push">
<div class="content-container">
<div class="content">
<p>Positive and Negative Opinions of Stakeholders</p>
</div>
</div>
<div class="content-info-container">
<div class="info">
<center>
<p>Opinions of a pirate would probably be along the lines of “I get stuff for free, you don’t.”<br>
Opinions of someone who doesn’t pirate would be a “I support the $billionDollarFranchise”</p>
</center>
</div>
</div>
</div>
<div id="data" class="push">
<div class="content-container">
<div class="content">
<p>Storing and Communicating Data</p>
</div>
</div>
<div class="content-info-container">
<div class="info">
<p>Some options for storing the data could be site-hosting companies, like github (which is what you’re reading this
on right now.) Some advantages could be that it’s easy for everyone to contribute to the website development, everyone
can see what data is being added in real time, and everyone can make changes overall. Some disadvantages could be that
it’s solely on the internet, meaning it’s not really able to be changed and edited from somewhere that doesn’t have
internet, and it’s hard to fix if there is problems, especially if it’s github and we need to contact an admin to fix it
for us.</p>
</div>
</div>
</div>
<!--
<div id="about-push">
<div id="content-about-container">
<div id="about">
<p>About</p>
</div>
</div>
<div id="content-info2-container">
<div id="info2">
<p>Some information two</p>
</div>
</div>
</div>
<div id="contact-push">
<div id="content-contact-container">
<div id="contact">
<p>Contact</p>
</div>
</div>
<div id="content-info3-container">
<div id="info3">
<p>Some information three</p>
</div>
</div>-->
</div>
</div>
<div class="footer">
<p>© Copyright Ryan Denton 2016</p>
</div>
</body>
</html>