-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used media queries to make css better for desktop. Added Java certifi…
…cate
- Loading branch information
Showing
4 changed files
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Palaster's Certificates</title> | ||
<link rel="stylesheet" type="text/css" href="css/main.css" /> | ||
</head> | ||
<body> | ||
<div id="outer_div"> | ||
<header id="main_header"> | ||
<h1>Palaster</h1> | ||
</header> | ||
|
||
<nav id="main_nav"> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="projects.html">Projects</a></li> | ||
<li><a href="certificates.html">Certificates</a></li> | ||
<li>Contact</li> | ||
</ul> | ||
</nav> | ||
|
||
<section id="main_section"> | ||
<article> | ||
<header> | ||
Certificates | ||
</header> | ||
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="4c4c931e-9512-4e65-91ed-912fdd4db840" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="https://cdn.credly.com/assets/utilities/embed.js"></script> | ||
<footer> | ||
- Palaster | ||
</footer> | ||
</article> | ||
</section> | ||
|
||
<footer id="main_footer"> | ||
Copyright Palaster 2020 | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters