Skip to content

Commit

Permalink
ok, linking neocities site, calling it a day
Browse files Browse the repository at this point in the history
  • Loading branch information
e-s-l committed Jun 15, 2024
1 parent 336dcc8 commit 968d60c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ This is a perpetual work in progress, so there will always be lots to do...
But to name some of them:

<ul>
<li> Media Queries for mobile friendly design... </li>
<li> Media Queries for mobile friendly design... Also need to account for light/dark themes... </li>
<li> Add an 'official' CV... </li>
</ul>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<li>II.
<ul>
<li><a href="./SMPTE_color_bars/smpte_color_bars.html">Site 1</a></li>
<li><a href="https://934121.neocities.org/">Site 2</a></li>
</ul>
</li>
<li>III.
Expand Down
1 change: 1 addition & 0 deletions main/about-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ img {
body {
background-image: url('../images/analog-2.jpg');
background-repeat: repeat;
background-size: cover;
width: 100vw;
height: 100vh;

Expand Down
1 change: 1 addition & 0 deletions main/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1> Hello. </h2>
<div>
<p>I wish to improve my programming & design skills.</p>
<p>Thus, this silly website.</p>
<p>...A perpetual work in progress.</p>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions main/research-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ img {
body {
background-image: url('../images/analog-3.jpg');
background-repeat: repeat;
background-size: cover;
width: 100vw;
height: 100vh;

Expand Down
2 changes: 1 addition & 1 deletion main/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</article>
<article>
<p> Now, I work as an engineer at a geodetic ground station in the Arctic. </p>
<p> Though I am learning lots, I haven't had the time to do produce research.</p>
<p> Though I am learning lots, I haven't had the time to produce research.</p>
</article>
<footer>
<p> <a href="../index.html"> Return </a> | <a href="./about.html"> About </a> </p>
Expand Down

0 comments on commit 968d60c

Please sign in to comment.