-
Notifications
You must be signed in to change notification settings - Fork 2
/
product.html
97 lines (87 loc) · 3.01 KB
/
product.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
<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>Document</title>
<link rel="stylesheet" href="styles/product.css" />
<link rel="stylesheet" href="scripts/navbar.css" />
</head>
<style>
</style>
<body> <div id="navbar"></div><h1><b>Features</b></h1>
<div id="main"></div>
<div id="sub">
<h3>Ready to get covered?</h3>
<pre>Join over a million developers in shipping healthier
code today.Sign up with your code host below.</pre>
<div> <div id="hub">
<img src="https://about.codecov.io/wp-content/themes/codecov/assets/logos/ci/github/github-icon.svg">
<h6>GitHub</h6></div>
<div id="lab"><img src="https://about.codecov.io/wp-content/themes/codecov/assets/logos/ci/gitlab/gitlab-icon.svg">
<h6>GitLab</h6></div>
<div id="bit"><img src="https://about.codecov.io/wp-content/themes/codecov/assets/logos/ci/bitbucket/bitbucket-icon.svg">
<h6>Bitbucket</h6></div>
</div></div>
<div id="wave"> <svg style="width:auto" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 150">
<path fill="#0f1b29" fill-opacity="1" d="M0,32L1440,128L1440,320L0,320Z"></path>
</svg> </div>
<div class="footer_bottom">
<div class="footer_bottom_main">
<div id="google_translate_element"></div>
<div class="footer_bottom_mid_div">
<p onclick="term()">
<!-- <a href="https://about.codecov.io/terms-and-conditions/" -->
Terms & Conditions
<!-- </a> -->
</p>
<p onclick="privacy()">
<!-- <a href="https://about.codecov.io/privacy/"> -->
Privacy
<!-- </a> -->
</p>
<p onclick="sec()">
<!-- <a href="https://about.codecov.io/security/"> -->
Security
<!-- </a> -->
</p>
<p onclick="eula()">
<!-- <a href="https://about.codecov.io/eula/"> -->
EULA
<!-- </a> -->
</p>
<p onclick="gdpr()">
<!-- <a href="https://about.codecov.io/gdpr/"> -->
GDPR
<!-- </a> -->
</p>
</div>
<div><p>© Codecov 2022</p></div>
</div>
</div>
</div>
</body>
</html>
<script type="module">
import {navbar} from './script/navbar.js'
document.getElementById('navbar').innerHTML = navbar();
</script>
<script src="script/product.js">
</script>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{ pageLanguage: "en" },
"google_translate_element"
);
}
document
.getElementById("google_translate_element")
.addEventListener("click", () => {
document.getElementById("google_translate_element").style.color = "black";
});
</script>
<script
type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
></script>