-
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.
fixed monocolor issues, renamed ICON_TYPES and icon filenames
- Loading branch information
Showing
22 changed files
with
876 additions
and
187 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -92,7 +92,7 @@ lerna-debug.log | |
**/.DS_Store | ||
Thumbs.db | ||
**/venv | ||
**/images/* | ||
**/imgs/* | ||
|
||
# Large .mov files | ||
*.mov |
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
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 |
---|---|---|
|
@@ -16,11 +16,12 @@ | |
|
||
<body> | ||
<script type="text/javascript" src="static_content/jobs/jobs.mjs"></script> | ||
<!-- <script type="text/javascript" src="static_content/media/image_paths.mjs"></script> --> | ||
<!-- <script type="text/javascript" src="static_content/media/img_paths.mjs"></script> --> | ||
<script type="module" src="./main.mjs" ></script> | ||
<script type="module" src="./modules/alerts.mjs" ></script> | ||
<script type="module" src="./modules/monoColor.mjs" ></script> | ||
|
||
<script type="module" src="./modules/css_colors.mjs" ></script> | ||
|
||
<div id="main-container"> | ||
|
||
<div id="canvas-container" class="column-50 scrollable-container"> | ||
|
@@ -43,7 +44,7 @@ | |
<td style="vertical-align:top"> | ||
<p><span style="font-size:30px">Shawn Becker</span></p> | ||
<p><strong><span style="font-size:11pt">Data Engineer / Software Developer</span></strong></p> | ||
<p>[email protected] • 857-891-0896<br>https://linkedin.com/in/shawnbecker • Lehi - Utah, USA <img src="static_content/icons/icons8-geography-16-white.png"/><img src="static_content/icons/icons8-image-16-white.png"/></p> | ||
<p>[email protected] • 857-891-0896<br>https://linkedin.com/in/shawnbecker • Lehi - Utah, USA <img src="static_content/icons/icons8-url-16-white.png"/><img src="static_content/icons/icons8-img-16-white.png"/></p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
|
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
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
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
Oops, something went wrong.