forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
190 lines (187 loc) · 10.3 KB
/
legal.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en" translate="yes"> <!--type of human-readable language-->
<head>
<title>Legal | Chris A. Iradukunda</title> <!--website title -->
<meta name="description" content="Terms and Privacy policies for @daqhris website"> <!--website description, appears in search engine results-->
<meta charset="UTF-8">
<meta name="author" content="Chris A. Iradukunda"> <!--name of website owner or public project name-->
<link rel="canonical" href="https://daqhris.com/legal.html" /> <!--main webpage link-->
<link rel="alternate" href="https://daqhris.com/legal.html" hreflang="x-default" /> <!--default webpage version-->
<link rel="alternate" href="https://daqhris.com/legal.html" hreflang="en"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta http-equiv="Content-Security-Policy" content="default-src 'none';font-src 'self';img-src 'self';base-uri 'self';style-src 'nonce-qWJMewLt4URDgEvJ5vjLD5NCbNEU8NexxXxVGK9BfLBpZARdUKt5UNJyHrb8kxnQyZM4DfzBEv52yaLb6nxcuXUywRAZ46uuTR7sVtWMWtbkdVMhFeyv9jbfzVCd6wYu';">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="referrer" content="no-referrer">
<meta content="daqhris,chris-armel,chris iradukunda,iradukunda,burundais,entrepreneur,actor,software engineer,engineer" name="keywords"> <!-- website keywords-->
<meta content="Chris A. Iradukunda | Terms & Privacy" property="og:title"> <!-- website title-->
<meta content="en" property="og:locale"> <!-- language locale name-->
<meta content="website" property="og:type">
<meta content="https://daqhris.com/legal.html" property="og:url"> <!-- website url-->
<meta content="@daqhris" property="og:site_name"> <!-- website name-->
<meta content="Legal and Privacy policies for Chris A. Iradukunda's website" property="og:description"> <!-- with website description-->
<meta content="/images/white-background.png" property="og:image"> <!-- website background image url-->
<meta name="theme-color" content="#FFFFFF"/>
<link href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon"> <!--website favicon url-->
<link href="/images/white-background.png" rel="shortcut icon"> <!--website icon-->
<link href="/images/white-background.png" rel="apple-touch-icon"> <!--website icon, intended for use on Apple OS devices-->
<!--Inline CSS-->
<style nonce="qWJMewLt4URDgEvJ5vjLD5NCbNEU8NexxXxVGK9BfLBpZARdUKt5UNJyHrb8kxnQyZM4DfzBEv52yaLb6nxcuXUywRAZ46uuTR7sVtWMWtbkdVMhFeyv9jbfzVCd6wYu">
/*Fonts used and served locally with this webpage*/
@font-face {
font-family: "Lucida Bright";
font-weight:normal;
src:local('Lucida Bright'),
local('LucidaBright');
src:url(/style/font/LucidaBright.ttf) format("truetype"); /* Safari, Android, iOS */
font-display: swap;
}
@font-face{
font-family: 'Noto-Serif';
font-weight: normal;
src:url(/style/font/NotoSerif-Regular.ttf) format("truetype"); /* Safari, Android, iOS */
font-display: swap;
}
/*CSS code - visual styling*/
html{
background-color:#FFFFFF;
color:#000000;
font:1em "Lucida Bright", 'Noto-Serif', serif;
}
a {color: #000000;text-decoration:none}
a:hover,
a:focus,
a:active {color:#007fff;}
hr{display:block;width:50%;height:.0625em;border:0;border-top:.0625em solid #ccc;margin:2em auto 1em;padding:0}
p{margin:.25em 2em;padding:.125em}
body{margin:.5em;padding:.5em}
h1{font-size:2em;margin:.5em .25em 1em;font-family: "Lucida Bright", serif}
h2{font-size:1.25em;margin:1em .25em 1em;font-family: "Lucida Bright", serif}
h3{font-size:.8em;margin:2em .25em 1em;font-family: "Lucida Bright", serif}
small{font-size:90%}
.siteContainer{margin:.5em 1.5em}
.siteContent{font-family:'Noto-Serif', serif}
/*Custom CSS*/
footer{text-align:center;font-size:.875em;margin:.5em 2em;font-family:'Noto-Serif', serif}
.underline-link{border-bottom-width:.1em;border-bottom-style: solid;} /*Underlined links at the bottom*/
/*Different screen sizes, different appearance rules*/
/*Tiny screen*/
@media (max-width: 320px) {
body {
font-size: .59375em; /*9.5px*/
margin: .25em;
padding: .25em;
}
}
/*Small screen*/
@media (min-width: 320px) and (min-width: 320px){
body {
font-size: .75em; /*12px*/
margin: .5em;
padding: .5em;
}
}
/*Mobile screen*/
@media (min-width: 375px) {
body {
font-size: .875em; /*14px*/
margin: .75em;
padding: .75em;
}
}
/*Mobile screen*/
@media (min-width: 425px) {
body {
font-size: 1em; /*16px*/
margin: .75em;
padding: .75em;
}
}
/*Tablet screen*/
@media (min-width: 768px) and (min-height:320px){
body {
font-size: 1.125em; /*18px*/
margin: .875em;
padding: .875em;
}
}
/*Laptop screen*/
@media (min-width: 1024px) and (min-height: 425px) {
body {
font-size: 1.25em; /*20px*/
margin: 1em;
padding: 1em;
}
}
/*Desktop HD screen*/
@media (min-width: 1440px) and (min-height: 768px) {
body {
font-size: 1.5em; /*24px*/
margin: 1.125em;
padding: 1.125em;
}
}
/*4K screen*/
@media (min-width: 2560px) and (min-height: 1024px){
body {
font-size: 2.5em; /*40px*/
margin: 2em;
padding: 2em;
}
}
/*8K screen*/
@media (min-width: 4320px) and (min-height: 1440px) {
body {
font-size: 4em; /*64px*/
margin: 2.5em;
padding: 2.5em;
}
}
/*16K screen*/
@media (min-width: 8640px) and (min-height: 2560px) {
body {
font-size: 5em; /*80px*/
margin: 3em;
padding: 3em;
}
}
/*code for dark mode*/
@media (prefers-color-scheme: dark) {
html{background-color: #000000;color:#FFFFFF}
hr{border-top-color:#F2F2F2}
.underline-link{color:#FFFFFF}
}
</style>
</head>
<body>
<main class="siteContainer">
<h1>Statements & Policies</h1>
<h2>Terms and Conditions of Use</h2>
<div class="siteContent">
<p>All content provided on this website is for informational purposes only.
<p>The owner of this website makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site.
<p>The site owner will not be liable for any errors or omissions of the displayed information nor for the availability of this information.
<p>The website controller will not be liable for any losses, injuries, or damages from the display or use of this information.
<p><em>I, the web developer and domain owner, consider that you do accept these terms by navigating on my website pages or by contacting me through links displayed on there or by reading these sets of policies.</em>
<p>Any feedback, comments or suggestions you may provide, by e-mail or in-person regarding this website or its services, is entirely voluntary and I will be free to use or reply to such feedback, comments, or suggestions as I see fit and without any obligation to you.
<p>These terms and conditions of use are subject to change at any time and without notice.</div>
<h2>Privacy Policy</h2>
<div class="siteContent">
<p><em>No Cookies!</em>
<p>The website developer has consciously refrained from using tracking, marketing, or any other commercial cookies.
<p>The site owner is not responsible for the republishing of the content found here on other websites or media platforms.
<p>These privacy policies are subject to change at any time and without notice.</div>
<h2>Disclaimer</h2>
<div class="siteContent">
<p>This site is hosted on Github Pages.
<p>Please note that GitHub may collect logs from visitors or store information about your visit to this website.
<p><a href="https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement#github-pages" title="GitHub Privacy Statement" rel="noopener" target="_blank" class="underline-link">Read more</a></div>
<h3><em>Latest document update:</em> <a href="https://github.com/daqhris/daqhris.github.io/commits/master/legal.html" title="View previous changes to this document by looking at GitHub Commits)" rel="noopener" target="_blank" class="underline-link">January 3, 2025</a></h3>
</main>
<footer>
<hr>
<small><code translate="no">© 2020-2025 daqhris</code> — <a href="https://github.com/daqhris/daqhris.github.io" rel="noopener" target="_blank" title="Website's Front-End Code" class="underline-link">Source Code</a> — <a href="/" title="Back to Homepage" class="underline-link">Home</a></small>
</footer>
</body>
</html>