Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper | Karla T #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- Using font-awesome website for icons-->
<link rel="stylesheet"
href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<!--Using google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@1,300&family=Viaoda+Libre&display=swap" rel="stylesheet">

<!-- link to index-->
<href class="nav-link"><a href="index.html">Back to Main Page!</a></li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

href is not a tag. Did you mean to make it an li. Also this should be inside the body.

Suggested change
<href class="nav-link"><a href="index.html">Back to Main Page!</a></li>
<li ><a href="index.html">Back to Main Page!</a></li>

</head>
<body>
<h1>Hello welcome to my About Page ! </h1>
<p>I look forward to us talking one day in the future.
<p>As you can see it's under construction. </p>
<p>But come back soon! </p>
</body>
</html>
22 changes: 22 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Using font-awesome website for icons-->
<link rel="stylesheet"
href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<!--Using google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@1,300&family=Viaoda+Libre&display=swap" rel="stylesheet">

<!-- link to index-->
<href class="navi-link"> <a href="index.html">My photos</a></li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to the above

</head>
<body>
<h1>Welcome To My Photo Nook</h1>
<p>Page is currently underconstruction.</p>
<p>In the meantime take a gander at the pictures on my mainpage!!</p>
</body>
</html>
Loading