Skip to content

Commit 9c8d98f

Browse files
committed
small nav tuning, content updates
1 parent ea815d5 commit 9c8d98f

File tree

4 files changed

+67
-54
lines changed

4 files changed

+67
-54
lines changed

Diff for: .idea/workspace.xml

+58-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: css/small.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ nav ul {
4646
} */
4747
nav ul li a {
4848
display: block; /* to make the full width clickable */
49-
background-color: #6f6f6f;
49+
background-color: #8f8e8e;/*#6f6f6f;*/
5050
color: #000;
5151
border-left: 1px solid #777;
5252
border-top: 1px solid rgba(0,0,0,.3);
@@ -64,6 +64,7 @@ nav ul li a:hover {
6464
nav ul li.active a { /* if this were above hover then hover would override this style */
6565
background-color: rgba(0,0,0,.3);
6666
color: #fff;
67+
box-shadow: 0 0 16px 0 #5a5a5a inset;
6768
}
6869

6970
nav ul.hide {display: none;}

Diff for: index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ <h2>Slogan or Tagline</h2>
5555
<aside>
5656
<br>
5757
<p>This is <a href="https://github.com/justinwebdev">my GitHub</a> site I created mainly to experiment with git. I've been doing web development for a while,
58-
but this gives me a place to collect different front-end elements.</p>
58+
but this gives me a place to experiment with different front-end elements. Before I got involved with software testing and development, I worked as a mechanical engineer.</p>
5959
<p>I composed a site years ago (my first one!) from scratch for my company as a way to collect departmental knowledge,
6060
best practices, and product information. Though I've not developed an entire commercial site, I have been
6161
maintaining a couple for a few years, adding functionality and other maintenance:</p>
6262
<ul style="list-style-type: circle;">
6363
<li><a href="https://berean-biblechurch.org/">Berean Bible Church</a> (second generation, WordPress site)
6464
<ul style="list-style-type: disc;">
6565
<li><a href="https://berean-biblechurch.org/">media page</a>: created and made operational (more to do)</li>
66+
<li>designed and configured the live audio stream (DNS, TLS, multiple apps)</li>
6667
<li>created a web app for maintaining the RSS feed (I need to make more improvements then put on GitHub)</li>
6768
<li>various updates and enhancements</li>
68-
<li>designed and configured the live audio stream (DNS, TLS, multiple apps)</li>
69-
</ul>
69+
</ul>
7070
</li>
7171
<li><a href="http://naturesapothecary.net/">Nature's Apothecary</a>
7272
<ul style="list-style-type: disc;">
@@ -82,7 +82,7 @@ <h2>Slogan or Tagline</h2>
8282
<li>familiar with PHP+MySQL, Laravel, WordPress</li>
8383
<li>familiar with JavaScript, C++, PowerShell</li>
8484
<li>familiar with Windows, Linux</li>
85-
<li>familiar with networking, web technologies</li>
85+
<li>familiar with networking, web technologies, virtual machines</li>
8686
</ul>
8787
<p>...still a work in progress...</p>
8888
<h1>Products</h1>

Diff for: weather.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ <h2>Slogan or Tagline</h2>
5353

5454
<!-- CONTENT HERE -->
5555
<main class="clearfix">
56-
<br>
56+
57+
This interactive weather forecast app uses JavaScript to get JSON data from OpenWeatherMap.org.
58+
<br><br>
5759

5860
<iframe src="weather_ins.html" width="90%" height="780px" style="border-radius: 5px; border-width: 1px;"></iframe>
5961

0 commit comments

Comments
 (0)