-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterms.html
91 lines (71 loc) · 6 KB
/
terms.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
<!DOCTYPE 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>Terms and Conditions</title>
<link rel="stylesheet" href="src/styles/header and footer.css">
<link rel="stylesheet" href="src/styles/terms.css">
</head>
<body>
<!-- Header and Nav Bar -->
<header>
<!-- Logo Image -->
<div>
<a href="jobs.html">
<img id="logoImage" src="assets\logo\phd-logos.jpg">
</a>
</div>
<!-- Nav Links -->
<nav>
<ul>
<li> <a href="jobs.html"> Jobs </a> </li>
<li> <a href="Profiles.html"> Profile </a> </li>
<li> <a href="landing.html"> Sign Out </a> </li>
</ul>
</nav>
<!-- Banner Texts -->
<div id="intro">
<h1> Find Incredible Talent </h1>
<h5> Search for a qualified employee </h5>
<p style="color: transparent;"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium molestias rem voluptatem sint! Quisquam vitae minus beatae aperiam, corrupti, dolores obcaecati, fugiat quia perferendis harum autem repellendus magnam. Consequuntur, repudiandae.</p>
</div>
<!-- Banner Image -->
<div>
<img id="" style="float: right; width: 420px; margin-top: -260px; margin-right: 50px;" src="assets\illustrations\undraw_Group_hangout_re_4t8r.png">
</div>
</header>
<section class="container">
<div class="content">
<h1>Website Terms and Conditions of Use</h1>
<h2>1. Terms</h2>
<p>By accessing this Website, accessible from rozgr.com, you are agreeing to be bound by these Website Terms and Conditions of Use and agree that you are responsible for the agreement with any applicable local laws. If you disagree with any of these terms, you are prohibited from accessing this site. The materials contained in this Website are protected by copyright and trade mark law.</p>
<h2>2. Use License</h2>
<p>Permission is granted to temporarily download one copy of the materials on rozgr Job Portal's Website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
<ul id="list">
<li>modify or copy the materials;</li>
<li>use the materials for any commercial purpose or for any public display;</li>
<li>attempt to reverse engineer any software contained on rozgr Job Portal's Website;</li>
<li>remove any copyright or other proprietary notations from the materials; or</li>
<li>transferring the materials to another person or "mirror" the materials on any other server.</li>
</ul>
<p>This will let rozgr Job Portal to terminate upon violations of any of these restrictions. Upon termination, your viewing right will also be terminated and you should destroy any downloaded materials in your possession whether it is printed or electronic format. These Terms of Service has been created with the help of the <a href="https://www.termsofservicegenerator.net">Terms Of Service Generator</a>.</p>
<h2>3. Disclaimer</h2>
<p>All the materials on rozgr Job Portal’s Website are provided "as is". rozgr Job Portal makes no warranties, may it be expressed or implied, therefore negates all other warranties. Furthermore, rozgr Job Portal does not make any representations concerning the accuracy or reliability of the use of the materials on its Website or otherwise relating to such materials or any sites linked to this Website.</p>
<h2>4. Limitations</h2>
<p>rozgr Job Portal or its suppliers will not be hold accountable for any damages that will arise with the use or inability to use the materials on rozgr Job Portal’s Website, even if rozgr Job Portal or an authorize representative of this Website has been notified, orally or written, of the possibility of such damage. Some jurisdiction does not allow limitations on implied warranties or limitations of liability for incidental damages, these limitations may not apply to you.</p>
<h2>5. Revisions and Errata</h2>
<p>The materials appearing on rozgr Job Portal’s Website may include technical, typographical, or photographic errors. rozgr Job Portal will not promise that any of the materials in this Website are accurate, complete, or current. rozgr Job Portal may change the materials contained on its Website at any time without notice. rozgr Job Portal does not make any commitment to update the materials.</p>
<h2>6. Links</h2>
<p>rozgr Job Portal has not reviewed all of the sites linked to its Website and is not responsible for the contents of any such linked site. The presence of any link does not imply endorsement by rozgr Job Portal of the site. The use of any linked website is at the user’s own risk.</p>
<h2>7. Site Terms of Use Modifications</h2>
<p>rozgr Job Portal may revise these Terms of Use for its Website at any time without prior notice. By using this Website, you are agreeing to be bound by the current version of these Terms and Conditions of Use.</p>
<h2>8. Your Privacy</h2>
<p>Please read our Privacy Policy.</p>
<h2>9. Governing Law</h2>
<p>Any claim related to rozgr Job Portal's Website shall be governed by the laws of af without regards to its conflict of law provisions.</p>
</div>
</section>
</body>
</html>