Skip to content

Commit

Permalink
AS-62 font-awesome and links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeumus committed Nov 1, 2024
1 parent 946f4dc commit 11de655
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 10 additions & 2 deletions ai-safety-ethics.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
/>
</head>
<body>
<!-- Header Section with Navbar -->
Expand Down Expand Up @@ -96,7 +100,9 @@ <h2 id="licensed-data">
>Guidelines for Developing Trustworthy AI
<i class="fas fa-external-link-alt"></i
></a>
<a href="#" target="_blank"
<a
href="https://aistandardshub.org/ai-standards/recommended-practice-for-organizational-governance-of-artificial-intelligence/"
target="_blank"
>Recommended Practice for AI Governance
<i class="fas fa-external-link-alt"></i></a
>.
Expand Down Expand Up @@ -257,7 +263,9 @@ <h2 id="ai-governance">
of our systems ensure that our AI models remain
aligned with Divinci AI’s ethical standards
throughout their lifecycle
<a href="#" target="_blank"
<a
href="https://aistandardshub.org/ai-standards/recommended-practice-for-organizational-governance-of-artificial-intelligence/"
target="_blank"
>Recommended Practice for AI Governance
<i class="fas fa-external-link-alt"></i></a
>.
Expand Down
4 changes: 1 addition & 3 deletions terms-of-service.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,7 @@ <h2 id="privacy-and-data-security">
<p>
Your privacy is important to us. Please refer to
our
<a href="[Privacy Policy URL]"
>Privacy Policy</a
>
<a href="privacy-policy.html">Privacy Policy</a>
for information on how we collect, use, and
store your data. The Services may require access
to certain data (such as user inputs and
Expand Down

0 comments on commit 11de655

Please sign in to comment.