Skip to content

Commit

Permalink
Sprint-2 Finale Blog File Name Amendment
Browse files Browse the repository at this point in the history
  • Loading branch information
oranmornz committed Sep 8, 2024
1 parent cc0fdbd commit a48b85b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
29 changes: 0 additions & 29 deletions blog/identity-values-strengths.html → blog/identity-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../styles/main.css" rel="stylesheet" type="text/css">
<title>OM Blog</title>

<style>
span.a {
display: inline;
height: 100px;
width: 100px;
padding: 5px;
border: 1px rgb(219, 86, 31);
border-style: solid;
}

span.b {
display: inline-block;
height: 100px;
width: 100px;
padding: 5px;
border: 1px rgb(219, 86, 31);
border-style: solid;
}

span.c {
display: block;
height: 100px;
width: 100px;
padding: 5px;
border: 1px rgb(219, 86, 31);
border-style: solid;
}
</style>
</head>

<div id="nav-header">
Expand Down
29 changes: 0 additions & 29 deletions blog/learning-plan.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../styles/main.css" rel="stylesheet" type="text/css">
<title>OM Blog</title>

<style>
span.a {
display: inline;
height: 100px;
width: 100px;
padding: 5px;
border: 1px rgb(219, 86, 31);
border-style: solid;
}

span.b {
display: inline-block;
height: 100px;
width: 100px;
padding: 5px;
border: 1px rgb(219, 86, 31);
border-style: solid;
}

span.c {
display: block;
height: 100px;
width: 100px;
padding: 5px;
border: 1px rgb(219, 86, 31);
border-style: solid;
}
</style>
</head>

<div id="nav-header">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>
Blog Links
</h2>
<ul class="temp-blog-links">
<a href="blog/identity-values-strengths.html">Identity, Values, Strengths</a>
<a href="blog/identity-values.html">Identity, Values, Strengths</a>
<a href="blog/learning-plan.html">Learning Plan</a>
<a href="blog/html-css.html">display: inline v. inline-block</a>
<a href="blog/te-houtaewa-template.html">Te Houtaewa</a>
Expand Down

0 comments on commit a48b85b

Please sign in to comment.