-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
117 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -101,11 +101,10 @@ | |
<img src="../../images/logo.svg" alt="Logo" class="logoImage" /> | ||
</div> | ||
<nav class="menu"> | ||
<a href="../../index.html">Home</a> | ||
<a href="../blogDashboard.html">Blog</a> | ||
<a href="mailto:[email protected]">Contact</a> | ||
<a href="../../index.html" style="margin-right:15px">Home</a> > <a href="../blogDashboard.html" style="margin-right:15px;">Blog</a> > <span style="margin-left:10px;">Custom Icons and User Interface Design Tips</span> | ||
</nav> | ||
</header> | ||
|
||
|
||
<!-- Hero Section --> | ||
<section class="hero"> | ||
|
@@ -776,6 +775,7 @@ <h3 itemprop="name"> | |
</div> | ||
</section> | ||
|
||
|
||
<div class="author-bio"> | ||
<div class="author-avatar"> | ||
<img | ||
|
@@ -784,7 +784,15 @@ <h3 itemprop="name"> | |
/> | ||
</div> | ||
<div> | ||
<h3>Christopher R McGuire</h3> | ||
<div class="email-container"> | ||
<a href="mailto:[email protected]" class="email-link"> | ||
<h3 class="name">Christopher R McGuire</h3> | ||
<svg class="icon" viewBox="0 0 24 24" stroke-width="2" data-icon-detailed="true"> | ||
<polygon points="22 2 15 22 11 13 2 9 22 2" data-stroke="primary"></polygon> | ||
<line x1="22" y1="2" x2="11" y2="13" data-stroke="primary"></line> | ||
</svg> | ||
</a> | ||
</div> | ||
<p> | ||
Senior VP and Head of Application Design and Development with | ||
over 25 years of UX, UI experience. | ||
|
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 |
---|---|---|
|
@@ -76,9 +76,7 @@ | |
<img src="../../images/logo.svg" alt="Logo" class="logoImage" /> | ||
</div> | ||
<nav class="menu"> | ||
<a href="../../index.html">Home</a> | ||
<a href="../blogDashboard.html">Blog</a> | ||
<a href="mailto:[email protected]">Contact</a> | ||
<a href="../../index.html" style="margin-right:15px">Home</a> > <a href="../blogDashboard.html" style="margin-right:15px;">Blog</a> > <span style="margin-left:10px;">The Hidden ROI of UX/UI Design in Internal Business Applications</span> | ||
</nav> | ||
</header> | ||
|
||
|
@@ -133,7 +131,7 @@ <h1> | |
<div class="article-image-wrapper"> | ||
<div class="article-image-banner"> | ||
<img | ||
src="./images/InternalBusinessApplications.jpg" | ||
src="./images/InternalBusinessApplications.png" | ||
alt="Modern internal business application interface showing clean design and intuitive navigation" | ||
/> | ||
</div> | ||
|
@@ -375,7 +373,7 @@ <h3>2. Consistency Across Platforms</h3> | |
<div class="article-image-wrapper"> | ||
<div class="article-image-banner"> | ||
<img | ||
src="./images/cross-platform-consistency.jpg" | ||
src="./images/ResponsiveApps.png" | ||
alt="Internal application showing consistent design across desktop and mobile interfaces" | ||
/> | ||
</div> | ||
|
@@ -507,7 +505,7 @@ <h3>3. Testing and Optimization</h3> | |
<div class="article-image-wrapper"> | ||
<div class="article-image-banner"> | ||
<img | ||
src="./images/implementation-process.jpg" | ||
src="./images/UserExperienceProcess.png" | ||
alt="Visual representation of the implementation process for internal application design" | ||
/> | ||
</div> | ||
|
@@ -776,6 +774,7 @@ <h3 itemprop="name"> | |
</div> | ||
</section> | ||
|
||
|
||
<div class="author-bio"> | ||
<div class="author-avatar"> | ||
<img | ||
|
@@ -784,7 +783,15 @@ <h3 itemprop="name"> | |
/> | ||
</div> | ||
<div> | ||
<h3>Christopher R McGuire</h3> | ||
<div class="email-container"> | ||
<a href="mailto:[email protected]" class="email-link"> | ||
<h3 class="name">Christopher R McGuire</h3> | ||
<svg class="icon" viewBox="0 0 24 24" stroke-width="2" data-icon-detailed="true"> | ||
<polygon points="22 2 15 22 11 13 2 9 22 2" data-stroke="primary"></polygon> | ||
<line x1="22" y1="2" x2="11" y2="13" data-stroke="primary"></line> | ||
</svg> | ||
</a> | ||
</div> | ||
<p> | ||
Senior VP and Head of Application Design and Development with | ||
over 25 years of UX, UI experience. | ||
|
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 |
---|---|---|
|
@@ -135,16 +135,14 @@ | |
<!-- <body class="loaded dark-mode"> --> | ||
|
||
<body> | ||
body> | ||
|
||
<!-- Header Section --> | ||
<header class="header"> | ||
<div class="logo"> | ||
<img src="../../images/logo.svg" alt="Logo" class="logoImage" /> | ||
</div> | ||
<nav class="menu"> | ||
<a href="../../index.html">Home</a> | ||
<a href="../blogDashboard.html">Blog</a> | ||
<a href="mailto:[email protected]">Contact</a> | ||
<a href="../../index.html" style="margin-right:15px">Home</a> > <a href="../blogDashboard.html" style="margin-right:15px;">Blog</a> > <span style="margin-left:10px;">User Interface Design for Web Applications</span> | ||
</nav> | ||
</header> | ||
|
||
|
@@ -1415,7 +1413,15 @@ <h3> | |
/> | ||
</div> | ||
<div> | ||
<h3>Christopher R McGuire</h3> | ||
<div class="email-container"> | ||
<a href="mailto:[email protected]" class="email-link"> | ||
<h3 class="name">Christopher R McGuire</h3> | ||
<svg class="icon" viewBox="0 0 24 24" stroke-width="2" data-icon-detailed="true"> | ||
<polygon points="22 2 15 22 11 13 2 9 22 2" data-stroke="primary"></polygon> | ||
<line x1="22" y1="2" x2="11" y2="13" data-stroke="primary"></line> | ||
</svg> | ||
</a> | ||
</div> | ||
<p> | ||
Senior VP and Head of Application Design and Development with | ||
over 25 years of UX, UI experience. | ||
|
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
Binary file renamed
BIN
+14.7 MB
...s/images/InternalBusinessApplications.jpg → ...s/images/InternalBusinessApplications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -73,9 +73,7 @@ | |
<img src="../../images/logo.svg" alt="Logo" class="logoImage" /> | ||
</div> | ||
<nav class="menu"> | ||
<a href="../../index.html">Home</a> | ||
<a href="../blogDashboard.html">Blog</a> | ||
<a href="mailto:[email protected]">Contact</a> | ||
<a href="../../index.html" style="margin-right:15px">Home</a> > <a href="../blogDashboard.html" style="margin-right:15px;">Blog</a> > <span style="margin-left:10px;">Page Title</span> | ||
</nav> | ||
</header> | ||
|
||
|
@@ -165,7 +163,15 @@ <h4>[SECTION TITLE]</h4> | |
/> | ||
</div> | ||
<div> | ||
<h3>Christopher R McGuire</h3> | ||
<div class="email-container"> | ||
<a href="mailto:[email protected]" class="email-link"> | ||
<h3 class="name">Christopher R McGuire</h3> | ||
<svg class="icon" viewBox="0 0 24 24" stroke-width="2" data-icon-detailed="true"> | ||
<polygon points="22 2 15 22 11 13 2 9 22 2" data-stroke="primary"></polygon> | ||
<line x1="22" y1="2" x2="11" y2="13" data-stroke="primary"></line> | ||
</svg> | ||
</a> | ||
</div> | ||
<p> | ||
Senior VP and Head of Application Design and Development with | ||
over 25 years of UX, UI experience. | ||
|
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