-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the DOC and FAQ links (#263)
- Loading branch information
1 parent
8144fe1
commit 3a8f0f3
Showing
1 changed file
with
32 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
<!-- Copyright The Linux Foundation and each contributor to CommunityBridge. | ||
SPDX-License-Identifier: MIT --> | ||
|
||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>EasyCLA</title> | ||
<base href="/" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta | ||
name="description" | ||
content="Automate your CLA management process, and make it easier for developers to start contributing to your projects while remaining compliant." | ||
/> | ||
<meta | ||
name="keywords" | ||
content="cla, easycla, open source Linux foundation, lfx, linux foundation, contributor license agreement" | ||
/> | ||
<meta name="author" content="The Linux Foundation" /> | ||
<link | ||
rel="icon" | ||
type="image/x-icon" | ||
href="https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png" | ||
/> | ||
</head> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>EasyCLA</title> | ||
<base href="/"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" | ||
content="Automate your CLA management process, and make it easier for developers to start contributing to your projects while remaining compliant." /> | ||
<meta name="keywords" | ||
content="cla, easycla, open source Linux foundation, lfx, linux foundation, contributor license agreement" /> | ||
<meta name="author" content="The Linux Foundation" /> | ||
<link rel="icon" type="image/x-icon" href="https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png"> | ||
</head> | ||
|
||
<body> | ||
<lfx-header product="LF CLA" docslink="https://docs.linuxfoundation.org/lfx/v/v2/easycla" | ||
supportlink="https://jira.linuxfoundation.org/plugins/servlet/theme/portal/4/create/143" id="lfx-header" | ||
faqlink="https://docs.linuxfoundation.org/lfx/v/v2/easycla/getting-started/easycla-faqs"> | ||
</lfx-header> | ||
<app-root></app-root> | ||
</body> | ||
|
||
<body> | ||
<lfx-header | ||
product="LF CLA" | ||
id="lfx-header" | ||
supportlink="https://jira.linuxfoundation.org/plugins/servlet/theme/portal/4/create/143" | ||
docslink="https://docs.linuxfoundation.org/lfx/easycla/v2-current" | ||
faqlink="https://docs.linuxfoundation.org/lfx/easycla/v2-current/getting-started/easycla-faqs" | ||
> | ||
</lfx-header> | ||
<app-root></app-root> | ||
</body> | ||
</html> |