fix: update certifications to include expiration dates
This commit is contained in:
@@ -1,22 +1,27 @@
|
||||
[
|
||||
{
|
||||
"name": "JNCIA - DevOps",
|
||||
"earned": "July 2025"
|
||||
"earned": "July 2025",
|
||||
"expires": "July 2028"
|
||||
},
|
||||
{
|
||||
"name": "JNCIS - Service Provider",
|
||||
"earned": "June 2025"
|
||||
"earned": "June 2025",
|
||||
"expires": "June 2028"
|
||||
},
|
||||
{
|
||||
"name": "JNCIS - Enterprise",
|
||||
"earned": "March 2025"
|
||||
"earned": "March 2025",
|
||||
"expires": "March 2028"
|
||||
},
|
||||
{
|
||||
"name": "JNCIA - Junos",
|
||||
"earned": "May 2023"
|
||||
"earned": "May 2023",
|
||||
"expires": "July 2028"
|
||||
},
|
||||
{
|
||||
"name": "CCNA",
|
||||
"earned": "April 2023"
|
||||
"earned": "April 2023",
|
||||
"expires": "August 2026"
|
||||
}
|
||||
]
|
||||
|
@@ -66,7 +66,7 @@ layout: "layout.njk"
|
||||
<i class="fas fa-certificate icon text-yellow-400"></i>
|
||||
<div>
|
||||
<h4 class="font-bold text-white">{{ certification.name}}</h4>
|
||||
<p class="text-gray-400">Earned: {{ certification.earned}}</p>
|
||||
<p class="text-gray-400">Expires: {{ certification.expires}}</p>
|
||||
</div>
|
||||
</div>
|
||||
{%- endfor -%}
|
||||
|
Reference in New Issue
Block a user