Skip to content
Discussion options

You must be logged in to vote

@apamanes

Checked your site: https://apamanes.github.io/apamanes/.
The main page loads and your HTML content is visible.

Issues and fixes

1) Images not showing

Reason: the images/ folder is not in your repository.
Fix: upload the image files into the repo (create an images folder) and use relative paths in your HTML.

From:

<img src="/Users/apamanes/Desktop/ImagesWebsite/Winton.jpeg">

To:

<img src="images/Winton.jpeg" alt="Winton">

2) Opening other pages

Link to other HTML files with normal anchor tags:

<a href="myFirstPage.html">Go to My First Page</a>
<a href="indexAlex.html">Visit Alex's Page</a>
<a href="mySecondNewPage.html">Check Second Page</a>

Or open directly in the browser:

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@apamanes
Comment options

@apamanes
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@apamanes
Comment options

@apamanes
Comment options

Answer selected by apamanes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question Ask and answer questions about GitHub features and usage
4 participants