Skip to content

Commit

Permalink
✨ feat: Add new links to all HTML files
Browse files Browse the repository at this point in the history
Were added the links of the pages from course project on the three HTML files created from now
  • Loading branch information
Raphael-GC committed Oct 8, 2024
1 parent c168c17 commit 35fef22
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
<header>
<nav>
<a href="#">Home</a>
<a href="https://github.com/Raphael-GC/byu-codes">Portfolio</a>
<a href="https://wa.me/5511987654321">
Contact
</a>
<a href="https://raphael-gc.github.io/wdd130/week02/holygrail.html">Holy Grail</a>
<a href="https://raphael-gc.github.io/wdd130/week02/box-model.html">Box-Model</a>
</nav>
</header>
<main>
Expand Down
4 changes: 4 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ img {

p {
padding: 10px;
}

footer {
text-align: center;
}
10 changes: 9 additions & 1 deletion week02/box-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@
<meta name="description" content="An important scripture about whom we can trust.">
</head>
<body>
<header>
<nav>
<a href="https://raphael-gc.github.io/wdd130/index.html">Home</a>
<a href="https://raphael-gc.github.io/wdd130/week02/holygrail.html">Holy Grail</a>
</nav>
</header>
<main>
<div class="callout">
<img src="https://churchofjesuschrist.org/imgs/0d9965bac82711eda736eeeeac1e6a3620d4c7dc/full/500%2C/0/default" alt="Paul the Apostle" width="150" height="150">
<aside>
<img src="https://churchofjesuschrist.org/imgs/0d9965bac82711eda736eeeeac1e6a3620d4c7dc/full/500%2C/0/default" alt="Paul the Apostle" width="150" height="150">
</aside>
<blockquote>
<p>11 Not that I speak in respect of want: for I have learned, in whatsoever state I am, therewith to be content.</p>
<p>12 I know both how to be abased, and I know how to abound: every where and in all things I am instructed both to be full and to be hungry, both to abound and to suffer need.</p>
Expand Down
1 change: 1 addition & 0 deletions week02/holygrail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h1>A Holy Grail Layout Example</h1>
</header>
<nav>
<ul>
<a href="https://raphael-gc.github.io/wdd130/index.html">Home</a>
<li><a href="https://byui.edu">BYU-Idaho</a></li>
<li><a href="https://churchofjesuschrist.org">The Church</a></li>
</ul>
Expand Down

0 comments on commit 35fef22

Please sign in to comment.