-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdinosoft-copyright-page.html
149 lines (116 loc) · 6.07 KB
/
dinosoft-copyright-page.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="DINOSOFT-LOGO.jpg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dinosoft - Copyright Notice</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
}
#content {
padding-left: 60px;
padding-right: 60px;
text-align: justify;
}
.paragraph {
margin-bottom: 1em;
}
h4 {
margin-top: 1em;
}
</style>
</head>
<body>
<center>
<h1 style="font-size: 80px">Dinosoft Copyright</h1>
</center>
<div id="content">
<div class="paragraph">
<p>Welcome to Dinosoft! Before exploring, please note our copyright notice covering third-party services, tools, and non-licensable photos that contribute to our site's functionality and design.</p>
</div>
<div class="paragraph">
<p><strong>Dinosoft recognizes W3Schools as a valuable resource for addressing coding errors.</strong> Utilized to enhance overall coding quality, it ensures a smooth, error-free user experience on our website.</p>
</div>
<div class="paragraph">
<p><strong>2. CodePen:</strong> We use CodePen for implementing backgrounds, CSS, graphs, and other elements to enhance our website's visual appeal. CodePen is crucial to the creative and aesthetic aspects of Dinosoft's design.</p>
</div>
<div class="paragraph">
<p><strong>3. Google Co.:</strong> Dinosoft incorporates Google's search engine technology for an efficient user search experience. Google Analytics is also used to track user numbers, aiding in understanding and enhancing our website's performance.</p>
</div>
<div class="paragraph">
<h4><strong>4. ChatGPT:</strong> Dinosoft uses ChatGPT, an OpenAI product, to address coding errors. This advanced language model enhances the accuracy and efficiency of our coding processes, ensuring a more robust and reliable website.</h4>
</div>
<div class="paragraph">
<h4>Dinosoft depends on CodeHS for URL management and code execution. This platform significantly contributes to the functionality and execution of various features on our website.</h4>
</div>
<div class="paragraph">
<h4><strong>Use of Non-Licensable Images:</strong> Dinosoft informs users that some images on our website may not be licensable. Though specific details are not disclosed, we emphasize our commitment to respecting intellectual property rights and adhering to relevant copyright laws and regulations.</h4>
</div>
<div class="paragraph">
<h4>Dinosoft acknowledges that the intellectual property and copyrights of W3Schools, CodePen, Google Co., ChatGPT, and CodeHS, along with the original creators of non-licensable photos, belong to their respective owners. Dinosoft respects and adheres to the terms and conditions set forth by these entities in utilizing their services.</h4>
</div>
<div class="paragraph">
<h4>As part of our commitment to transparency, we've integrated an interactive pie chart on the right side of this page. Users can hover over each segment to view corresponding percentages and the names of third-party tools and services used in developing Dinosoft. This dynamic feature enhances your understanding of the elements contributing to the functionality and aesthetics of our website.</h4>
</div>
<div class="paragraph">
<h4>We trust that the interactive pie chart, along with the comprehensive copyright notice, offers a clear overview of the tools, services, and non-licensable photos in Dinosoft. For any questions or concerns about our use of third-party resources or specific site content details, please reach out. Your feedback is valuable, and we appreciate your active participation in the Dinosoft community!</h4>
</div>
<div class="paragraph">
<h3>Contact Information:</h3>
<ul>
<li>For direct communication with the developer, you can email Mohammed K. Yousef at <a href="mailto:[email protected]">[email protected]</a>.</li>
<li>To contact the company, please use <a href="mailto:[email protected]">[email protected]</a>. We welcome your inquiries, suggestions, and feedback as we strive to enhance your experience on Dinosoft.</li>
</ul>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<center>
<script src="https://www.gstatic.com/charts/loader.js"></script>
</head>
<body>
<div id="customChart" style="width:100%; max-width:600px; height:500px;"></div>
<script>
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
// Set Data
const data = google.visualization.arrayToDataTable([
['Company', 'Value'],
['ChatGPT', 40],
['CodeHS', 20],
['CodePen', 10],
['W3Schools', 10],
['Google Co.', 8],
['Bing AI', 6],
['Google Bard', 6]
]);
// Set Options
const options = {
title: 'Dinosoft Copyright Graph',
pieSliceText: 'percentage',
slices: {
0: { color: '#02B3E7' },
1: { color: '#CFD3D6' },
2: { color: '#736D79' },
3: { color: '#776068' },
4: { color: '#EB0D42' },
5: { color: '#FFEC62' },
6: { color: '#04374E' }
}
};
// Draw
const chart = new google.visualization.PieChart(document.getElementById('customChart'));
chart.draw(data, options);
}
</script>
</body>
</html>
<img src="developer-signature.png" alt="Signature" width="250" height="120">
</center>