Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
crmcguire74 committed Nov 14, 2024
1 parent 6e7d74e commit fabede8
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 7 deletions.
16 changes: 15 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"liveServer.settings.port": 5506,
"svg.preview.background": "transparent"
"svg.preview.background": "transparent",
"cSpell.words": [
"Cdefs",
"Clinear",
"Cpath",
"Cstop",
"Csvg",
"fillspace",
"iconforge",
"keytakeaways",
"MJKLFQ",
"touchpoint",
"wireframing",
"Workfront"
]
}
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@
<!-- Configuration Script -->
<script src="./config.js"></script>
<script>
// configurationuration settings
// configuration settings
const configuration = {
baseUrl: window.location.origin,
getUrl: function (path) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h2 id="keytakeaways">Key Takeaways</h2>
href="https://www.workfront.com/campaigns/state-of-work"
target="_blank"
rel="noopener"
>Workfront's State of Work report</a
>Workfront&#39;s State of Work report</a
>
and
<a
Expand Down Expand Up @@ -456,7 +456,7 @@ <h2 id="measuring-success">Measuring the Impact of Good Design</h2>
href="https://www.forrester.com/blogs/employee-experience-index-report/"
target="_blank"
rel="noopener"
>Forrester's Employee Experience Index</a
>Forrester&#39;s Employee Experience Index</a
>, organizations with better digital employee experience see up to
30% higher productivity and 20% better employee retention rates.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ <h3>Navigation Patterns and Best Practices</h3>
hamburger menu helps users feel at home. These patterns are clear
and easy to use, making your web navigation better.
</p>

<h3>Menu Structure and Organization</h3>
<p>
Your menu design is crucial for user success. A clear, organized
Expand Down
2 changes: 1 addition & 1 deletion blog/articles/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ body.dark-mode .video-container iframe {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
}

..email-container {
.email-container {
display: flex;
align-items: center;
}
Expand Down
3 changes: 2 additions & 1 deletion blog/blogDashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@
padding: 2rem 0;
}
.article-card {
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.9);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border-radius: 24px;
overflow: hidden;
Expand Down
7 changes: 7 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
<priority>0.5</priority>
</url>

<url>
<loc>https://iconforge.net/blog/articles/Hidden_ROI_of_UXUI_Design_in_Internal_Business_Applications.html</loc>
<lastmod>2024-11-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc>https://iconforge.net/contact</loc>
<lastmod>2024-11-11</lastmod>
Expand Down

0 comments on commit fabede8

Please sign in to comment.