Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2184 Update links in Footer #2187

Merged
merged 5 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions src/components/FooterModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<h4 class="title is-5">Media</h4>
<ul>
<li><router-link to="/Media/News/AllNews">News</router-link></li>
<li><router-link to="/Media/Events">Events</router-link></li>
<li><router-link to="/Media/News/NewsletterSignup">Sign up for e-newsletter</router-link></li>
<li><router-link to="/Media/News/Blogs">Blogs</router-link></li>
<li><router-link to="/Media/News/Podcasts">Podcasts</router-link></li>
<li><router-link to="/Media/News/NewsletterSignup">Email newsletter sign up</router-link></li>
</ul>
</div>
<div class="column">
Expand Down Expand Up @@ -66,7 +67,7 @@
</a>
</span>
</li>
<li><router-link to="/PartnerInformation/ListofPartners">CNA</router-link></li>
<li><router-link to="/PartnerInformation/ListofPartners">CNA Partners</router-link></li>
<li>
<span class="icon-text">
<a href="https://cveform.mitre.org/" target="_blank">CVE Website Support
Expand All @@ -78,6 +79,17 @@
</a>
</span>
</li>
<li>
<span class="icon-text">
<a href="https://github.com/CVEProject/Ideas" target="_blank">CVE Program Idea Tracker
<span class="icon cve-icon-xxs">
<p id="programIdeaTracker" class="is-hidden">external site</p>
<font-awesome-icon icon="external-link-alt" aria-labelledby="programIdeaTracker">
</font-awesome-icon>
</span>
</a>
</span>
</li>
</ul>
</div>
</div>
Expand Down
10 changes: 4 additions & 6 deletions src/views/ResourcesSupport/AllResources/CNARules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<main id="cve-main-page-content" role="main">
<h1 class="title">CVE Numbering Authority (CNA) Rules</h1>
<div id="cve-versionInformation">
<span class="has-text-weight-bold">Document Version: </span>
<span>{{versionNum}}</span><br>
<span class="has-text-weight-bold">CVE Board Approval: </span>
<span>{{versionApprovalDate}}</span><br>
<span class="has-text-weight-bold">Effective Date: </span>
<span>{{versionDate}}</span><br>
<p class="has-text-weight-bold">Document Version: <span>{{versionNum}}</span></p>
<p class="has-text-weight-bold">CVE Board Approval: <span>{{versionApprovalDate}}</span></p>
<p class="has-text-weight-bold">Effective Date: <span>{{versionDate}}</span></p>
<p><router-link to="/Resources/Roles/Cnas/CNA_Rules_v3.0.pdf" target="_blank">View as PDF (0.5MB)</router-link></p>
</div>
<hr>
<!-- Top level section -->
Expand Down